DHCP and VLAN configuration help needed.
November 30, 2007 9:56 AM Subscribe
DHCP and switch VLAN configuration help needed.
I have a DHCP server connected to one port of a managed Netgear switch. I'd like to configure VLANs on this switch for separate office areas, each with their own subnet. I know how to do this with static addresses, since I would just manually configure each computer with the appropriate subnet. How can I hand these addresses out automatically with DHCP?
I'm also not sure how to make one port of the switch (connected to the DHCP server/router) part of each VLAN. I understand how to place a port into an untagged or tagged state, and have it be a member of a VLAN with another set of ports.
Much appreciated!
posted by odinsdream to computers & internet (9 answers total)
Given that, what you want to do is set up all your separate VLANs the way you want, with all ports untagged. The ports are untagged since your normal office devices don't want to see VLAN tags on their packets. You would connect your VLAN-savvy DHCP server to another port, which is "tagged" and a member of all VLANs. Now your DHCP server will get DHCP broadcasts from all of your VLANs, each packet being tagged with the VLAN ID it came from.
That's how it works at the protocol level, anyway; if you give more info on the DHCP server that you're using, I (and other answerers) could probably be more help with the implementation itself.
posted by pocams at 10:13 AM on November 30, 2007