Multiple SSIDs & Separate Subnets w/v24

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Author Message
flypaper
DD-WRT User


Joined: 28 Nov 2007
Posts: 84

PostPosted: Mon Dec 03, 2007 2:49    Post subject: Reply with quote
Bump for any help?
Sponsor
LordMessi
DD-WRT Novice


Joined: 09 Dec 2007
Posts: 1

PostPosted: Sun Dec 09, 2007 19:42    Post subject: Please help - can't get this guide working... Reply with quote
Hi,

I've tried to follow the guide from the first post, and I believe I've done all correctly - but hey, maybe not - as it's not working Very Happy

I'm using a WRT54g v5 with DD-WRT v2.4 RC5 micro edition.

I would like to have multiple SSID's with a DHCP server on each with AP isolation. What do you need in order to help me? I'll try some info - and see...

I can't get an IP adress, when I connect to the second SSID.

"Firewall"
iptables -I INPUT -i wl0.1 -m state --state NEW -j logaccept
iptables -I FORWARD -i wl0.1 -o br0 -j logdrop
iptables -I FORWARD -i br0 -o wl0.1 -j logdrop

DNSMasq options:
interface=wl0.1
dhcp-range=wl0.1,10.30.30.100,10.30.30.150,255.255.255.0,1440m
dhcp-option=wl0.1,3,10.30.30.1
dhcp-option=wl0.1,6,10.30.30.1

Sincerely,

Thomas Starup
onix
DD-WRT User


Joined: 22 Oct 2006
Posts: 188

PostPosted: Tue Dec 18, 2007 8:58    Post subject: Help ApoXX & PeteL Reply with quote
I am trying to set up one secure (WPA) internal network and one open to the public (unbridged and independent from the secure network). The first network works just fine; with the second I can get an IP address, get gateway and DHCP servers assigned, but cannot use the network at all from any of the clients, e.g cannot ping even the gateway or DHCP server, or get outside in anyway.

I am attaching screen captures of my settings...

PLEASE HELP... I don't understand how everyone else is doing it.



Wireless.png
 Description:
 Filesize:  15.97 KB
 Viewed:  18133 Time(s)

Wireless.png



Scripts.png
 Description:
 Filesize:  9.71 KB
 Viewed:  18134 Time(s)

Scripts.png



NetworkingBridges.png
 Description:
 Filesize:  6.63 KB
 Viewed:  18134 Time(s)

NetworkingBridges.png



_________________
WRT54GL v1.1 - DD-WRT v24-sp2 (04/07/12) vpn-small (SVN revision 18946M NEWD Eko)
WZR-HP-AG300H - DD-WRT v3.0-r30082 std (07/01/16)
onix
DD-WRT User


Joined: 22 Oct 2006
Posts: 188

PostPosted: Tue Dec 18, 2007 9:01    Post subject: Reply with quote
I have tried various permutations of the following two lines for DNSMasq, but none seem to work; maybe I'm not getting it right somehow...

dhcp-option=br1,3,192.168.2.1
dhcp-option=br1,6,192.168.1.1



Services.png
 Description:
 Filesize:  18.18 KB
 Viewed:  18130 Time(s)

Services.png



_________________
WRT54GL v1.1 - DD-WRT v24-sp2 (04/07/12) vpn-small (SVN revision 18946M NEWD Eko)
WZR-HP-AG300H - DD-WRT v3.0-r30082 std (07/01/16)
Bird333
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 809

PostPosted: Tue Dec 18, 2007 19:28    Post subject: Reply with quote
The startup script you show in your pics don't look like the commands at the beginning of this thread. I don't know if it will solve your problem, but it worked for me using those commands.
badkarma
DD-WRT Novice


Joined: 23 Jun 2006
Posts: 28

PostPosted: Sat Dec 29, 2007 23:17    Post subject: Reply with quote
ApoXX,

Got it working except for security on the wl0.1. I'm using RC5, might give RC6 a try. If I turn off security for wl0.1 I can grab an ip and surf, etc from the Virtual AP. If I turn on WPA or WPA2 I can't connect to the network.

UPDATE: WEP works. I also, tried running the nas commands manually to no avail. WPA/WPA2 on wl0.1 will not work, clients won't key. Tried using the nas command that was running on wl0.1 on my eth1 interface and it works fine. The nas command however doesn't seem to work on wl0.1. Does anyone know how WEP is configured? I don't see the nas process running on wl0.1 when WEP is enabled.
onix
DD-WRT User


Joined: 22 Oct 2006
Posts: 188

PostPosted: Fri Jan 04, 2008 20:14    Post subject: Reply with quote
Bird333-

I tried various combinations... as you mentioned above my second post with graphics. I guess I'm still stuck. Tried RC6.1, and still the same problems. Get IP address, gateway info, subnet mask just fine on w0.1 but no connection to the LAN or WAN.

Also found this for anyone looking around...

http://www.geek-pages.com/articles/latest/dd-wrt_-_multiple_ssids_-_1_for_fon_-_1_for_private_network.html

Man, I really would appreciate a definitive wiki with options on this.

Thanks,
onix


Bird333 wrote:
The startup script you show in your pics don't look like the commands at the beginning of this thread. I don't know if it will solve your problem, but it worked for me using those commands.

_________________
WRT54GL v1.1 - DD-WRT v24-sp2 (04/07/12) vpn-small (SVN revision 18946M NEWD Eko)
WZR-HP-AG300H - DD-WRT v3.0-r30082 std (07/01/16)
Dillio187
DD-WRT Novice


Joined: 14 Feb 2008
Posts: 1

PostPosted: Thu Feb 14, 2008 14:19    Post subject: Reply with quote
badkarma wrote:
ApoXX,

Got it working except for security on the wl0.1. I'm using RC5, might give RC6 a try. If I turn off security for wl0.1 I can grab an ip and surf, etc from the Virtual AP. If I turn on WPA or WPA2 I can't connect to the network.

UPDATE: WEP works. I also, tried running the nas commands manually to no avail. WPA/WPA2 on wl0.1 will not work, clients won't key. Tried using the nas command that was running on wl0.1 on my eth1 interface and it works fine. The nas command however doesn't seem to work on wl0.1. Does anyone know how WEP is configured? I don't see the nas process running on wl0.1 when WEP is enabled.


I'm having the exact same problem. I'm glad it's not just me, I thought I was going crazy for a bit there!
sindbad
DD-WRT User


Joined: 18 Jun 2006
Posts: 308
Location: Coswig, S-A, Germany

PostPosted: Sat May 31, 2008 19:05    Post subject: Reply with quote
Hi,

I use this http://www.wi-fiplanet.com/tutorials/article.php/10724_3714521_1

to config my wrt54gl v24 final std/vpn. it looks the same here.

I think, the only problem is, that you have to do a "apply settings" after reboot/turn power on. then it works with vwlan and wpa tkip. on other posts I reed, the same wpa key helps, but it doesn't work for me. all things I tested around - I came every time to the apply button.

so I think, a deamon is restarted with an other config or a program fails to start or what ever.

Hopes, that helps!?

sindbad

_________________
Wer HF mißt, mißt Mist!

1 AP mit WRT54GL und Tomato 1.13
5 Clients mit WRT54GL dd-wrt v24RC62
1 NSLU2
meskaya
DD-WRT Novice


Joined: 08 Oct 2007
Posts: 16

PostPosted: Sun Jun 01, 2008 8:20    Post subject: Reply with quote
sindbad wrote:
Hi,

I use this http://www.wi-fiplanet.com/tutorials/article.php/10724_3714521_1

to config my wrt54gl v24 final std/vpn. it looks the same here.

I think, the only problem is, that you have to do a "apply settings" after reboot/turn power on. then it works with vwlan and wpa tkip. on other posts I reed, the same wpa key helps, but it doesn't work for me. all things I tested around - I came every time to the apply button.

so I think, a deamon is restarted with an other config or a program fails to start or what ever.

Hopes, that helps!?

sindbad


I also followed the tutorial on wi-fiplanet to configure my wrt54gl and have the same problem.

It's not a hard reset problem as I did a erase nvram and reboot before and after upgrade.

Everytime I did a config modification and that I push apply settings button everything stops working. I'm also glad it's not just me, I was going crazy.

I have the same problem with standard, mini and nokaid version.

If someone of the dd-wrt team can try to follow the tutorial of wi-fiplanet and fix this problem I will be really happy :)

Thanks (and sorry if my english is not perfect) Very Happy
blaser
DD-WRT Guru


Joined: 16 Jul 2006
Posts: 525

PostPosted: Sun Jun 01, 2008 17:47    Post subject: Reply with quote
Try from my post here
http://www.dd-wrt.com/wiki/index.php/Dual_SSID_one_for_public_network
meskaya
DD-WRT Novice


Joined: 08 Oct 2007
Posts: 16

PostPosted: Sun Jun 01, 2008 19:27    Post subject: Reply with quote
I have just tried and it didn't work.
I defined 2 virtal wireless network one in wep this other in wpa.

Clients of wl0.2 don't get ip address.
I had to push the button apply settings to get it working.

This is what i put in firewall :

iptables -I INPUT -i wl0.1 -p icmp -j ACCEPT
iptables -I INPUT -i wl0.2 -p icmp -j ACCEPT
iptables -I FORWARD -i wl0.1 -o br0 -j logdrop
iptables -I FORWARD -i wl0.2 -o br0 -j logdrop
iptables -t nat -I PREROUTING -p tcp -s xxx.xxx.xxx.xxx -d $(nvram get wan_ipaddr) --dport xx -j DNAT --to xxx.xxx.xxx.xxx:xx
iptables -I FORWARD -p tcp -d xxx.xxx.xxx.xxx --dport xx -j ACCEPT

Thanks
sindbad
DD-WRT User


Joined: 18 Jun 2006
Posts: 308
Location: Coswig, S-A, Germany

PostPosted: Mon Jun 02, 2008 9:42    Post subject: Reply with quote
@blaser

your config works (I changed only the dhcp), but only after "apply settings". so it seems to be not a problem of dhcp, but of wpa.

sindbad

_________________
Wer HF mißt, mißt Mist!

1 AP mit WRT54GL und Tomato 1.13
5 Clients mit WRT54GL dd-wrt v24RC62
1 NSLU2
meskaya
DD-WRT Novice


Joined: 08 Oct 2007
Posts: 16

PostPosted: Mon Jun 02, 2008 12:18    Post subject: Reply with quote
Yes, I think you're right sindbad because I had no problem with wl0.1 which is a wep network.

wl0.2 (wpa network) start working only after pushing the "apply settings" button.

Is this problem coming back if, for example, you open a port and push apply settings ? It's the case for me.

What have to be done to warn the dd-wrt team of this (really important i think) problem ?

Thanks
meskaya
DD-WRT Novice


Joined: 08 Oct 2007
Posts: 16

PostPosted: Mon Jun 02, 2008 14:02    Post subject: Reply with quote
I opened a ticket here http://svn.dd-wrt.com:8000/dd-wrt/ticket/581
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next Display posts from previous:    Page 3 of 8
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware 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 can attach files in this forum
You can download files in this forum