My company is in the process of migrating to a new domain (and also moving to a new IP subnet) and one of the things they wanted to do is make a new DHCP server. So currently right now we have 2 domains with a dhcp server in both. Both are authorized but only one is in use. Now what I want to do is begin segmenting my network so I have something like this setup:
VLAN1 Server Farm
VLAN300 Users
and etc. Both DHCP servers are on VLAN1 but on different domains. I added an ip helper-address command for interface Vlan300 to point to the DHCP server of my choosing. If I point it to our current DHCP server we are usng, it picks up an address fine. However if I change it to point to the new DHCP server in the new domain, it doesn't pick up an IP. I see the client make a request to the new dhcp server with an IP but the new DHCP just sends a ping and then gets reply saying destination host not found. If I add a static address to the client, he can ping both old and new DHCP server, and vice versa the DHCP servers (both) can ping it.
Anyone know what's up with that? The servers are both 2003 R2.
EDIT: Using these as examples:
Old subnet: 10.1.1.0/24
New subnet: 20.1.1.0/24
DHCP Relay agent: 20.1.1.1/24
DHCP server: 10.1.1.10/24 (with scopes servicing 20.1.1.0/24 addresses)
This is what I see when I run ethereal on the new DHCP server:
Source 20.1.1.1 Destination 10.1.1.10 DHCP DHCP Discover
Source 10.1.1.10 Destination 20.1.1.1 ICMP Destination unreachable (Port unreachable)
Source 20.1.1.1 Destination 10.1.1.10 DHCP DHCP Discover
Source 10.1.1.10 Destination 20.1.1.1 ICMP Destination unreachable (Port unreachable)
Source 20.1.1.1 Destination 10.1.1.10 DHCP DHCP Discover
Source 10.1.1.10 Destination 20.1.1.1 ICMP Destination unreachable (Port unreachable)
Source 20.1.1.1 Destination 10.1.1.10 DHCP DHCP Discover
Source 10.1.1.10 Destination 20.1.1.1 ICMP Destination unreachable (Port unreachable)
VLAN1 Server Farm
VLAN300 Users
and etc. Both DHCP servers are on VLAN1 but on different domains. I added an ip helper-address command for interface Vlan300 to point to the DHCP server of my choosing. If I point it to our current DHCP server we are usng, it picks up an address fine. However if I change it to point to the new DHCP server in the new domain, it doesn't pick up an IP. I see the client make a request to the new dhcp server with an IP but the new DHCP just sends a ping and then gets reply saying destination host not found. If I add a static address to the client, he can ping both old and new DHCP server, and vice versa the DHCP servers (both) can ping it.
Anyone know what's up with that? The servers are both 2003 R2.
EDIT: Using these as examples:
Old subnet: 10.1.1.0/24
New subnet: 20.1.1.0/24
DHCP Relay agent: 20.1.1.1/24
DHCP server: 10.1.1.10/24 (with scopes servicing 20.1.1.0/24 addresses)
This is what I see when I run ethereal on the new DHCP server:
Source 20.1.1.1 Destination 10.1.1.10 DHCP DHCP Discover
Source 10.1.1.10 Destination 20.1.1.1 ICMP Destination unreachable (Port unreachable)
Source 20.1.1.1 Destination 10.1.1.10 DHCP DHCP Discover
Source 10.1.1.10 Destination 20.1.1.1 ICMP Destination unreachable (Port unreachable)
Source 20.1.1.1 Destination 10.1.1.10 DHCP DHCP Discover
Source 10.1.1.10 Destination 20.1.1.1 ICMP Destination unreachable (Port unreachable)
Source 20.1.1.1 Destination 10.1.1.10 DHCP DHCP Discover
Source 10.1.1.10 Destination 20.1.1.1 ICMP Destination unreachable (Port unreachable)