Dual SSID one for public network

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:04, 31 May 2008 (edit)
Blaser (Talk | contribs)

← Previous diff
Revision as of 16:05, 31 May 2008 (edit) (undo)
Blaser (Talk | contribs)

Next diff →
Line 5: Line 5:
1) Wireless -->basic setting added another Interface, unbrigged, and with IP of 192.168.2.1, mask of 255.255.255.0 1) Wireless -->basic setting added another Interface, unbrigged, and with IP of 192.168.2.1, mask of 255.255.255.0
-2) In wireless security configure the security for the second adapter. +2) In wireless security, configure the security for the second adapter.
Apply changes. Apply changes.
-3)Setup - networking --> dhcpD added another DHCP server for the second interface chose wl0.1. +3)Setup - networking --> dhcpD add another DHCP server for the second interface choose wl0.1.
-In my case is was 192.168.2.10 5 users+In my case it was 192.168.2.10 5 users
4) Administration---> commands 4) Administration---> commands

Revision as of 16:05, 31 May 2008

This worked for me on V24 release with wrt54GL

My main network is 192.168.1.1

1) Wireless -->basic setting added another Interface, unbrigged, and with IP of 192.168.2.1, mask of 255.255.255.0

2) In wireless security, configure the security for the second adapter.

Apply changes.

3)Setup - networking --> dhcpD add another DHCP server for the second interface choose wl0.1. In my case it was 192.168.2.10 5 users

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

5)Reboot router

That's it