Purpose
Relay agents, whether Windows Server 2003 routing servers or network devices/routers, forward DHCP communications to a DHCP server in order to service hosts in different networks or subnets.
sc.exe “\\<DHCPRelayName>” query remoteaccess
sc.exe “\\<DHCPRelayName>” start remoteaccess
IPConfig /all
IPConfig /Release
IPConfig /all
IPConfig /Renew
Netsh diag ping dhcp
The client should have released its current IP address or requested a renewal or new one, and the new lease should be active. The Netsh utility will then ping the DHCP server that issued the new lease.
If these steps succeed, the relay server is functioning normally for this network.
Dependencies
None
Technology Required
Base DHCP Windows Server 2003