Omega on 16/7/2009 at 17:47
When I follow (
http://www.wi-fiplanet.com/tutorials/article.php/10724_3714521_1) this guide I end up with two SSIDs one which has internet, one without. What am I doing wrong?
I can connect to both SSIDs, but I can only access the internet to the one that has bridging enabled. If I enable bridging on both SSIDs I can connect and access the internet on both. But I can also see all the machines connected to the first SSID + LAN and I want to separate that.
So basically I want LAN+SSID1 and SSID2 which are separated and can't see/access each other. But still have unlimited access to the internet. (although being able to throttle SSID2 would be nice)
LAN+SSID1 are on 192.168.0.x
SSID2 is on 192.168.1.x
Anyone else with a Linksys WRT54GL or similar device that can run DD-WRT who has tried this before or has a working setup?
Al_B on 16/7/2009 at 19:31
Sorry not tried the firmware, but it looks very much like a routing issue (which you'll probably have guessed). The first page of the guide says that the main interface needs to be left bridged so I assume that you've done that.
Have you set the DHCP options to reflect your IP addresses? You'll probably need:
interface=wl0.1
dhcp-option=wl0.1,3,192.168.1.1
dhcp-option=wl0.1,6,192.168.0.1
dhcp-range=wl0.1,192.168.1.100,192.168.1.249,255.255.255.0,1440m
I'd be inclined to ignore the iptables (firewall) rules until you get everything working.
Omega on 17/7/2009 at 11:25
Yea, I did change those rules to reflect my configuration and I also didn't add firewall rules yet to see if I could just manage to get it to work with the secondary WLAN set as unbridged.
Any other ideas? :)
Al_B on 17/7/2009 at 12:25
Ah, right. I suspect you need to bridge both of them and then the firewall rules (when added) will take care of preventing traffic between the main and virtual LAN segments.