After you install and then configure the DHCP relay agent on a computer that is running Windows Server 2003 and then install ISA Server, the DHCP relay agent configuration is reset to the default values. You can use the Netsh utility to dump the DHCP relay agent configuration before you install ISA Server. You can then reapply the DHCP relay agent configuration after you finish installing ISA Server.
To dump the DHCP relay agent configuration by using the Netsh utility, type the following command at the command prompt:
netsh routing dump
The following is sample output of this command:
# ----------------------------------
# DHCP Relay Agent configuration
# ----------------------------------
pushd routing ip relay
uninstall
install
set global loglevel=ERROR
add dhcpserver server=10.30.40.50
add dhcpserver server=10.30.40.51
#
#DHCP Relay Agent configuration for interface "Local Area Connection"
#
add interface name="Local Area Connection"
set interface name="Local Area Connection" relaymode=enable maxhop=16 minsecs=0
popd
# End of DHCP Relay configuration
For more information about the Netsh utility, visit the following Microsoft Web site:
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
307502
"Automatically Detect Settings" does not work if you configure DHCP Option 252
309814 How to configure firewall and Web proxy client Autodiscovery in Windows 2000
816320 How to configure firewall and Web proxy client Autodiscovery in Windows Server 2003
252898 How to enable Proxy Autodiscovery in Windows 2000
For more information about how to configure the DHCP relay agent in ISA Server, visit the following Microsoft Web site: