What's new

firewall configuration with N66U

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

videodrome

New Around Here
I have two problems with the N66U
1) I mistakenly entered in the field "access to the WEB GUI" a wrong IP address and now I can not access the router. I wouldn't do the reset, is it possibile to modify this setting by telnet command?

2)I have 2 subnets at home. A Modem TP link with ip address 192.168.1.1 and the router asus with IP address 192.168.2.1. I conncted the 2 lan so i I can ping from 192.168.1.100 to 192.168.2.1 when the firewall on N 66U is turned off. Now i'd like to enable the firewall and allow the pc with ip address 192.168.1.100 to access all the services of the LAN 192.168.2.*. How do I configure IP tables on the router?
 
1) I mistakenly entered in the field "access to the WEB GUI" a wrong IP address and now I can not access the router. I wouldn't do the reset, is it possibile to modify this setting by telnet command?
Try this after telnet to the router

nvram set http_clientlist=
nvram set http_client=0
nvram commit
reboot
 
2)I have 2 subnets at home. A Modem TP link with ip address 192.168.1.1 and the router asus with IP address 192.168.2.1. I conncted the 2 lan so i I can ping from 192.168.1.100 to 192.168.2.1 when the firewall on N 66U is turned off. Now i'd like to enable the firewall and allow the pc with ip address 192.168.1.100 to access all the services of the LAN 192.168.2.*. How do I configure IP tables on the router?
Is it correct to add to firewall-start?

iptables -A INPUT -i eth0 -s 192.168.1.0/24 -j ACCEPT
 
What does this mean? Please explain more clearly.

the connection betweenTP link and The asus router is lan to wan.
I have set up on the tp link a static route to the network of the asus router 192.168.2.0. I can ping from 192.168.1.X to 192.168.2.1 if i disable the firewall on the asus, but i can't ping if i enable the firewall.
 
The INPUT chain is for traffic destined for the router itself (i.e. the GUI interface, FTP server, etc.). The FORWARD chain is for traffic directed to its LAN clients (i.e. attached PC's, laptops, consoles, etc.).
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top