Dual SSID isolated

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:08, 30 April 2010 (edit)
Glenn (Talk | contribs)
(catspec)
← Previous diff
Revision as of 08:39, 18 June 2012 (edit) (undo)
Glenn (Talk | contribs)
m (spelling)
Next diff →
Line 2: Line 2:
'''1) Wireless -->basic setting''' <br> '''1) Wireless -->basic setting''' <br>
-'''added another Interface, unbrigged, and with IP of 192.168.2.1, mask of 255.255.255.0 +'''added another Interface, unbridged, and with IP of 192.168.2.1, mask of 255.255.255.0
''' '''
[[Image:slika 1.jpg ]] [[Image:slika 1.jpg ]]

Revision as of 08:39, 18 June 2012

my main network is 192.168.1.1

1) Wireless -->basic setting
added another Interface, unbridged, and with IP of 192.168.2.1, mask of 255.255.255.0 Image:slika 1.jpg


2) In wireless security configured the security for the second adapter.


Image:slika 2.jpg


Apply changes.


3)Setup - networking --> dhcpD added another DHCP server for the second interface chose wl0.1 Image:slika 3.jpg

4)Administration---> commands


iptables -I INPUT -i wl0.1 -p icmp -j ACCEPT
iptables -I INPUT -i wl0.1 -p tcp --dport 23 -j logdrop
iptables -I INPUT -i wl0.1 -p tcp --dport 80 -j logdrop
iptables -I FORWARD -i wl0.1 -o br0 -j logdrop



Save firewall

Image:slika 4.jpg

5)reboot router