The information in this article applies to:
SUMMARYWindows for Workgroups with TCP/IP-32 and Windows NT utilities can accept Internet Protocol (IP) addresses comprised of decimal, octal, or hexadecimal numbers. This can cause confusion if you unintentionally use a leading zero in a decimal octet. With a leading zero, the number is resolved by these utilities as an octal number, thus specifying the wrong IP address. MORE INFORMATION
Many TCP/IP programs such as Ping and FTP use the inet_addr() sockets
function to translate IP address strings into 4-byte addresses. This
function accepts an IP address in standard decimal, octal, and hexadecimal
notation, such that the following IP address examples are acceptable to
Ping and FTP and resolve to the same IP address:
If you unintentionally enter a leading zero in an octet, the IP address that Ping and FTP resolve is not the same as you intended, as in the following example (using Ping):
NOTE: In this example, 022.101.31.153 is resolved by Ping to be 18.101.31.153 decimal, not 22.101.31.153 decimal. This results in either a successful (shown above) or unsuccessful verification of the wrong IP address, depending on whether the resolved IP address is a valid IP address in your network environment. Windows NT 4.0 Enterprise Cluster Administrator will give the following error if you specify an ip address to connect to the cluster with leading zeroes on the decimal octet, you may get the following error: "A connection to the cluster at "022.101.31.153" could not be opened. This may be caused by the customer on node "022.101.31.153" not being started. Would you like Cluster Administrator to attempt to start the Cluster Service on node "022.101.31.153"." To avoid an address being incorrectly resolved, it is recommended that you check for and remove leading zeros, unless an octal number is intended. The following utilities also exhibit this behavior: PING FTP TELNET Internet Explorer (IE) Microsoft Cluster Adminitrator Microsoft Cluster Setup Wizard Additional query words: prodnt
Keywords : kbnetwork nttcp NTSrvWkst |
Last Reviewed: February 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |