BobSchleicher
MIS
I have a Microsoft DHCP server with the IP of 192.168.0.2 and it has a scope of 192.168.0/24 and everything works fine.
Now I want to add another scope and a VLAN, so I added 192.168.110/24 to my DHCP server (now 2 scopes) and I added a VLAN to my switch. The issue is DHCP won't give IP's on that new VLAN port.
This is the config from my switch:
hostname "HP ProCurve Switch 2848"
ip default-gateway 192.168.0.100
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-39,41-48
ip address 192.168.0.254 255.255.255.0
no untagged 40
exit
vlan 110
name "110 Network"
untagged 40
ip address 192.168.110.1 255.255.255.0
ip helper-address 192.168.0.2
exit
ip route 10.0.0.0 255.0.0.0 192.168.0.249
ip route 0.0.0.0 0.0.0.0 192.168.0.100
ip ssh version 1-or-2
Obviously I'm doing something wrong and this is not my strong suite so don't be too hard on me.
Thanks for any help.
BobSchleicher
Now I want to add another scope and a VLAN, so I added 192.168.110/24 to my DHCP server (now 2 scopes) and I added a VLAN to my switch. The issue is DHCP won't give IP's on that new VLAN port.
This is the config from my switch:
hostname "HP ProCurve Switch 2848"
ip default-gateway 192.168.0.100
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-39,41-48
ip address 192.168.0.254 255.255.255.0
no untagged 40
exit
vlan 110
name "110 Network"
untagged 40
ip address 192.168.110.1 255.255.255.0
ip helper-address 192.168.0.2
exit
ip route 10.0.0.0 255.0.0.0 192.168.0.249
ip route 0.0.0.0 0.0.0.0 192.168.0.100
ip ssh version 1-or-2
Obviously I'm doing something wrong and this is not my strong suite so don't be too hard on me.
Thanks for any help.
BobSchleicher