Author Topic: WZR-HP-AG300H Disable Wireless Web GUI, SSH, and Telnet.  (Read 2253 times)

randy

  • Calf
  • *
  • Posts: 1
WZR-HP-AG300H Disable Wireless Web GUI, SSH, and Telnet.
« on: March 09, 2012, 05:28:53 PM »

Hello

 

I have a WZR-HP-AG300H DD-WRT v24SP2-MULTI (11/20/11) std 17798setup as hotspot with NoCatSplash and it's work fine. I'm trying to disable WEB GUI, SSH, and Telnet to the Buffalo WAP on the wifi only with the following iptable command:

 

iptables -I INPUT -i wifi0 -p tcp --dport telnet -j REJECT --reject-with tcp-reset

iptables -I INPUT -i wifi0 -p tcp --dport ssh -j REJECT --reject-with tcp-reset
iptables -I INPUT -i wifi0 -p tcp --dport www -j REJECT --reject-with tcp-reset
iptables -I INPUT -i wifi0 -p tcp --dport https -j REJECT --reject-with tcp-reset

 

iptables -I INPUT -i wifi1 -p tcp --dport telnet -j REJECT --reject-with tcp-reset

iptables -I INPUT -i wifi1 -p tcp --dport ssh -j REJECT --reject-with tcp-reset
iptables -I INPUT -i wifi1 -p tcp --dport www -j REJECT --reject-with tcp-reset
iptables -I INPUT -i wifi1 -p tcp --dport https -j REJECT --reject-with tcp-reset

I tried atho and ath1 too, but you still have access to WAP

 

WAP is for guest and I don't want anyone trying to access WAP from wireless side. LAN is not connected. I was hoping to disable the wireless but I want to be able to use the LAN. If have to do any change I would like to plug in to the LAN and acces the WEB GUI or SSH. 

 

PS I tried to find the Disable Wireless GUI option, but I can't find it on the Buffalo DD-WRT Advanced Settings. :-(

 

Any help or direction would be nice!

Randy