Skip navigation

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

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_MACHINE\SYSTEM\CurrentControlSet\Services\DHCPServer\configuration\Subnets\w.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.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish