| DD-WRT - Multiple SSIDs - 1 for FON - 1 for Private Network |
|
|
|
| Written by Kevan | |
|
Page 2 of 3 6) Click the Administration tab and click the Info Site Password Protection check box. Scroll to the bottom and select Save Settings. ![]() 7) Click the Hotspot sub-tab. Verify that Chillispot is set to Disable. Scroll to the bottom and select Save Settings. ![]() 8) Click the Commands sub-tab. Select the following text and paste it into the Commands window. Scroll to the bottom and select Save Startup. ------------------- Copy starting below this line. ------------------- #!/bin/sh ## # The following lines create /tmp/chilli.conf echo -n ' uamallowed www.fon.com,acceso.fon.com,en.fon.com,es.fon.comdhcpif wl0.1 radiusserver1 radius01.fon.com radiusserver2 radius02.fon.com macauth radiussecret garrafon uamserver https://login.fon.com/cp/index.php uamsecret garrafon uamallowed www.paypal.com,www.paypalobjects.com uamanydns net 192.168.182.0/24 dynip 192.168.182.0/24 ' > /tmp/chilli.conf echo -n "radiusnasid `nvram get wl0_hwaddr|sed -e s/:/-/g`" >>/tmp/chilli.conf I received a tip from the_wanderer. If you have three DNS servers supplied by your ISP try replacing: echo `nvram get wan_get_dns` | sed -e 's/[0-9]/=&/' -e 's/ /%/' -e 's/=/\ndns1 /' -e 's/%/\ndns2 /' >> /tmp/chilli.conf With : echo `nvram get wan_get_dns` | sed -e 's/[0-9]/=&/' -e 's/ /%/' -e 's/ /I/' -e 's/=/\ndns1 /' -e 's/%/\ndns2 /' -e's/I/\n# Extra Dns /'>> /tmp/chilli.conf |




