JSI Tip 1146. In SP4, DHCP sever can cause clients to use ARP (Address Resolution Protocol) on local subnet of routerless network.

Jerold Schulman

March 14, 1999

1 Min Read
ITPro Today logo

You can cause your DHCP clients to use the ARP protocol on their local subnet, but configuring the DHCP server to set the client's default gateway equal to its' IP address.

On the DHCP server, navigate to:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDHCPServerconfigurationSubnetsw.z.y.z

where w.x.y.z is the network ID for the scope you want to configure.

Add Value name SwitchedNetworkFlag as a type REG_DWORD and set the data value to 1.

You can also improve performance by reducing the number of ping retries. Use the Server Properties dialog.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like