Network foo: How can I get a DHCP client to reach the DHCP Server thru Access Point in another Network?
November 27, 2007 8:39 AM
Subscribe
I have a DHCP client wireless device that needs to connect to a DHCP server. This device only works with DHCP. The problem is the device will connect through an access point that is in a different network.
The access point connects to Cisco switch on vlan 2, the server is on vlan 3. The wireless device needs to be in vlan 3
DHCP Client (10.1.x.x)-> AP (10.2.x.x.) ->Cisco ->Server (10.1.x.x)
What can I do to the Cisco switch to get the device to reach vlan 3?
posted by nivekraz to technology (4 comments total)
Let's start with the Cisco. Off of it, you have two vlans:
VLAN3 - 10.1.0.0/16
VLAN2 - 10.2.0.0/16
You've plugged your AP into VLAN2, and configured it such that it's Internet/WAN port is on VLAN2, and it's wireless subnet is configured as 10.1.0.0/16, which is what it's DHCP server is handing out addresses for.
That's not going to work. I think what you _really_ want here, is to configure your AP this way:
Internet/WAN port: Disabled.
Wireless Subnet: 10.2.0.0/16
Instead of plugging the AP into the switch via it's WAN port, use one the AP's switch ports. This'll logically bridge your Wireless onto VLAN2.
..Or did you mean something else?
posted by Laen at 9:38 AM on November 27, 2007