deny access from VLAN to router HTTP port (deny admin'ing)

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Author Message
psychosquirrel
DD-WRT Novice


Joined: 22 Feb 2012
Posts: 8

PostPosted: Tue May 22, 2012 5:00    Post subject: deny access from VLAN to router HTTP port (deny admin'ing) Reply with quote
I have a Virtual WLAN on my Asus WL500W running DD-WRT v24-sp2 (08/07/10) mega build 14896.

The problem is my virtual WLAN can access my router's admin interface on the HTTP(s) port on both the physical interface and the virtual one. I have the following set up to deny physical to virtual "cross-talk"

Physical interface is: br0 192.168.1.1/255.255.255.0
Virtual Interface is: br1 10.10.10.1/255.0.0.0

Code:

iptables -I FORWARD -i br1 -o br0 -m state --state NEW -j DROP
iptables -I FORWARD -i br0 -o br1 -m state --state NEW -j DROP


How is the virtual interface still able to talk to the physical interface and how can I stop the virtual interface from accessing the HTTP(s) port on the router? (the admin control panel of the router)

Thank you in advance

_________________


Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum