I have a ProCurve 3500yl switch that has 3 VLANs on it. I have enbled routing between the VLANs. The DHCP server is on the Data VLAN and has an IP address of 192.168.200.50. I have setup an IP helper-address on the other VLANS to point to the DHCP server. The problem is clients on the Default and VOICE VLANs are not able to get an IP address from the DHCP server. Can someone please show me where I’m going wrong?
VLAN 1 = Default (10.0.0.0/24)
VLAN 10 = Data (192.168.0.0/16)
VLAN 20 = VOICE (10.20.30.0/24)
RUNNING-CONFIG
hostname “ProCurve”
ip routing
snmp-server community “public” Unrestricted
vlan 1
name “DEFAULT_VLAN”
untagged 2
ip helper-address 192.168.200.50
ip address 10.0.0.1 255.255.255.0
tagged 1
no untagged 3-24
exit
vlan 10
name “DATA”
untagged 1,3-22,24
ip address 192.168.200.1 255.255.0.0
tagged 2,23
exit
vlan 20
name “VOIP”
untagged 23
ip helper-address 192.168.200.50
ip address 10.20.30.1 255.255.255.0
tagged 2-22
voice
exit
primary-vlan 20
ip route 10.0.0.0 255.255.255.0 10.0.0.1
ip route 10.20.30.0 255.255.255.0 10.20.30.1
ip route 192.168.0.0 255.255.0.0 192.168.200.1
spanning-tree