Configuring a Novell DOS/Win Client-32 for DHCP (166443)
The information in this article applies to:
- Microsoft Windows NT Server 3.5
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Server 4.0
- Microsoft Windows for Workgroups
This article was previously published under Q166443 SYMPTOMS
After you convert a Novell NetWare Client-32 for DOS/Windows to use DHCP,
you receive the following error message on startup:
Warning: Interface is not configured.
Error binding TCP/IP protocols to 3C5X9.
Could not bind IP/ARP protocol stack to the board.
NOTE: The example above is for a 3Com 3c5x9 network adapter; the error message you receive may be slightly different.
CAUSE
As a static client, the Net.cfg file contained the following section:
PROTOCOL TCPIP
BIND 3C5X9 1 ETHERNET_II interface_1
IP_ADDRESS 130.57.4.126 interface_1
IP_NETMASK 255.255.252.0 interface_1
IP_ROUTER 130.57.4.254 interface_1
If you follow Novell's guidelines, your Net.cfg file will look like this:
PROTOCOL TCPIP
BIND 3C5X9 1 ETHERNET_II interface_1
IF_CONFIGURATION DHCP
RESOLUTION
To work around this problem, remove the BIND statement from the Net.cfg
file, so it contains the below statements:
PROTOCOL TCPIP
IF_CONFIGURATION DHCP
NOTE: The Startnet.bat file must contain the frame type ETHERNET_II
Modification Type: | Major | Last Reviewed: | 5/14/2003 |
---|
Keywords: | kb3rdparty kbprb KB166443 |
---|
|