› Forums › Network Management › ZeroShell › VLAN & DHCP
- This topic is empty.
-
AuthorPosts
-
June 1, 2010 at 5:21 pm #42421
dlr
MemberI have set up ZeroShell (LiveCD) as shown in this diagram: http://drop.io/dlrfiles/asset/wireless-vlan3-jpg.
I got this to work at one time then had to shut down and disconnect ZeroShell from the switch. Upon reconnecting and booting up, I had to reconfigure a few things but just can’t get past the DHCP issue! Connecting with a corporate laptop and RADIUS works as it always has.Access point config:
SSID1: untagged
SSID2: VLAN 10In ZS, the following is set up:
ETH00: 10.165.12.38 –> port G6/27
VLAN10ETH00: 10.165.11.38 –> port G6/28
VLAN1GW: 10.165.11.1
DHCP on ETH00
Scope: 10.165.12.50-10.165.12.199Switch config is:
vlan 10
name GuestNet
!
interface GigabitEthernet4/27
description Wireless access
switchport trunk allowed vlan 1,10
switchport mode trunk
!
interface GigabitEthernet6/27
description GuestNet access
switchport access vlan 10
switchport mode access
!
interface GigabitEthernet6/28
switchport mode access
!
interface Vlan1
ip address 10.165.11.2 255.255.255.0
!
interface Vlan10
ip address 10.165.12.2 255.255.255.0
ip helper-address 10.165.12.38
!
ip default-gateway 10.165.11.1
ip http server
ip http authentication local
no ip http secure-serverI put in the passphrase to connect to the AP with the guest laptop and that authenticates fine. Then it tries to get an IP but is never successful.
Any ideas? Thanks
DaveJune 1, 2010 at 8:21 pm #50364redfive
Participantassuming that the ZS ETH00 interface( 10.165.12.38 ) is on the native VLAN (not vlan 10) ,if it were a 2960 I’d tell you to try
to remove the ip address and ip helper address from vlan 10 of the catalyst ….should work …June 1, 2010 at 8:31 pm #50365dlr
Memberredfive,
ETH00 is connected to a switch port that’s in the VLAN10 so that any traffic originating from SSID2:VLAN10 will flow to the ZS DHCP server, thanks to the ip helper-address on VLAN10… It’s that flow that isn’t working.
June 2, 2010 at 6:42 am #50366ppalias
MemberAssuming that c4506 can ping the ZS on the ETH01 interface correctly, could you show us the dhcp configuration you have configured on ZS? Also a screenshot of the interfaces of ZS would be helpful too.
“ip helper” is not necessary as they are on the same broadcast domain.June 2, 2010 at 3:42 pm #50367dlr
MemberWhat I tried was to restore the profile that I had saved just before shutting down and disconnecting everything the other day. My XP guest laptop still wouldn’t get an IP. I tried with a Windows 7 laptop and after authenticating with the AP, BINGO! It got an IP from ZS as expected… So I did an ipconfig /release * then ipconfig /flushdns and turned off the wireless on the XP laptop. Rebooted, turned wireless back on and everything works great! Something must have been “stuck” somewhere, probably Microsoft…
Thanks for everyone’s efforts! -
AuthorPosts
- You must be logged in to reply to this topic.