Ping the local interface to test whether packets can reach interfaces on your local area network (LAN).
To ping your server to troubleshoot the problem, follow these steps:
Problem | Recovery |
---|---|
The TCP/IP stack has not been activated on your server. | At the command line, type STRTCP to start the stack. |
The local host table does not have an entry for the host name and IP address. | You need to add the entry to the host
table. This is only relevant for IPv4 because host tables do not currently
support IPv6. To verify the host table entries, follow these steps:
|
Your line description or local interface has not been properly configured. | The line should be varied on, and the interface should be started. |
If you are using IPv6, the IPv6 stack has not been activated on your server. | You can start IPv6 by
specifying *YES for the STRIP6 parameter on the STRTCP (Start TCP/IP) command.
If TCP/IP has already been started, you will need to end and restart TCP/IP.
At the command line, type ENDTCP (End TCP/IP) to end TCP/IP. To restart
TCP/IP and the IPv6 stack, type STRTCP STRIP6(*YES) at the command line. Note: Through
ending TCP/IP, you end all Telnet sessions and all TCP/IP servers that are
running.
|
If you are trying to ping an IPv6 address, the interface's lifetime might have expired. | Check the status of the interface. If the lifetime has expired, the interface will not be active. |