|
| |
IPCONFIG
One of the key areas that causes problems with TCP/IP is configuration. Windows NT provides a utility that will allow you to view the configuration of a workstation so you can verify the configuration. The following listing provides a summary of the usage of IPCONFIG:
C:\>ipconfig /?Windows NT IP Configuration Usage: ipconfig [/? | /all | /release [adapter] | /renew [adapter]]
Options:
/? Display this help message.
/all Display full configuration information.
/release Release the IP address for the specified adapter.
/renew Renew the IP address for the specified adapter.
The default is to display only the IP address, subnet mask and default gateway for each adapter bound to TCP/IP.
For Release and Renew, if no adapter name is specified, then the IP address leases for all adapters bound to TCP/IP will be released or renewed.
|