Hi
I am having some problems setting up a DHCP Relay on my 4104gl (J4887A). I think I have set it up correctly but it my clients don't seem to be able to see the DHCP server.
Here is what I am trying to do. I have 3 vlans. vlan1 is where I am trying to install the DHCP relay, currently my windows clients are on the same class b subnet 12.24.x.x including the DHCP server (Win2003 - 10.24.4.2) I want to move the DHCP server over to a new class c subnet with the ip address 10.161.236.3 but keeping it on vlan1. I have added the ip helper address into the switch and changed the DHCP server address over to the class c network but the DHCP clients on the existing network don't seem to be able to get any addresses.
I am not sure how I can check to see if it a configuration problem with switch or with my DHCP server.
Here is a copy of the configuration report:
hostname "Procurve1"
cdp run
web-management ssl
module 1 type J4908A
module 2 type J4908A
module 3 type J4862B
module 4 type J4862B
ip default-gateway 10.24.4.1
ip routing
ip timep manual 10.24.4.254 interval 60
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged A1-A22,B1,B3-B6,B9-B14,B16-B22,C1-C4,C6-C17,C19-C23,D1-D24
ip address 10.74.4.1 255.255.0.0
ip address 10.24.4.1 255.255.0.0
ip address 10.54.0.1 255.255.0.0
ip address 10.161.236.2 255.255.254.0
ip address 10.48.4.1 255.255.255.0
ip address 10.161.235.2 255.255.255.0
ip helper-address 10.161.236.3
no untagged B2,B7-B8,B15,C5,C18,C24
exit
vlan 2
name "VLAN2"
untagged B7-B8
tagged A21-A22
exit
vlan 99
name "VLAN3"
untagged B2,B15,C5,C18,C24
tagged A21-A22,C15,C17
exit
ip authorized-managers 10.74.0.0 255.255.0.0
ip authorized-managers 10.24.0.0 255.255.0.0
no dhcp-relay
ip route 172.148.96.0 255.255.255.0 10.24.4.254
ip route 172.24.4.0 255.255.255.0 10.24.4.254
ip route 0.0.0.0 0.0.0.0 10.24.4.254
no stack
spanning-tree
I would appreciate any help as I am really stuck!!
Thanks in advance.