104 lines
6.5 KiB
HTML
104 lines
6.5 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="task" />
|
||
|
<meta name="DC.Title" content="Ping the loopback interface on your server" />
|
||
|
<meta name="abstract" content="Ping the loopback interface to verify that your TCP/IP software is installed and working properly." />
|
||
|
<meta name="description" content="Ping the loopback interface to verify that your TCP/IP software is installed and working properly." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakupingiseriesnav.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakupingerrors.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1997, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1997, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="pingloopbacknav" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Ping the loopback interface on your server</title>
|
||
|
</head>
|
||
|
<body id="pingloopbacknav"><a name="pingloopbacknav"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Ping the loopback interface on your server</h1>
|
||
|
<div><p>Ping the loopback interface to verify that your TCP/IP software
|
||
|
is installed and working properly.</p>
|
||
|
<div class="section"><p>You can perform the test without being connected to a physical
|
||
|
line or network.</p>
|
||
|
<p>i5/OS™ reserves the IP address 127.0.0.1,
|
||
|
the host name LOOPBACK, and the line description value of *LOOPBACK for verifying
|
||
|
the software. Similarly for IPv6, i5/OS reserves the IP address ::1 and the
|
||
|
line description <span>*LOOPBACK</span> for this purpose. The IPv6
|
||
|
loopback interface does not have a corresponding host name because the local
|
||
|
host tables do not currently support IPv6 addresses. However, you can use
|
||
|
a Domain Name System (DNS) to store the IPv6 host name instead of using the
|
||
|
local host table.</p>
|
||
|
<p>To ping the loopback interface on your server to troubleshoot
|
||
|
the problem, follow these steps:</p>
|
||
|
</div>
|
||
|
<ol><li><span>In iSeries™ Navigator,
|
||
|
expand your <span class="menucascade"><span class="uicontrol">iSeries server</span> > <span class="uicontrol"> Network</span></span>.</span></li>
|
||
|
<li><span>Right-click <span class="uicontrol">TCP/IP Configuration</span>, and select <span class="menucascade"><span class="uicontrol">Utilities</span> > <span class="uicontrol"> Ping</span></span>.</span></li>
|
||
|
<li><span>Specify the loopback interface IP address or host name. If you
|
||
|
are testing by using the host name, you must select the Protocol for host
|
||
|
names. </span></li>
|
||
|
<li><span>Click <span class="uicontrol">Ping Now</span> to send the Ping. View the
|
||
|
responses to your Ping in the list of results.</span></li>
|
||
|
<li><span>Failures might indicate these problems:</span>
|
||
|
<table border="1" frame="hsides" rules="rows" cellpadding="4" cellspacing="0" summary="" class="choicetableborder">
|
||
|
<thead><tr><th valign="bottom" align="left" id="d0e67-option">Problem</th>
|
||
|
<th valign="bottom" align="left" id="d0e67-desc">Recovery</th></tr></thead>
|
||
|
<tbody><tr><td valign="top" headers="d0e67-option" id="d0e74"><strong>The local host table does not have an entry for the LOOPBACK
|
||
|
host name and IP address of 127.0.0.1.</strong></td>
|
||
|
<td valign="top" headers="d0e67-desc d0e74">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:<ol type="a"><li>In iSeries Navigator,
|
||
|
expand your <span class="menucascade"><span class="uicontrol">iSeries server</span> > <span class="uicontrol"> Network</span></span>.</li>
|
||
|
<li>Right-click <span class="uicontrol">TCP/IP Configuration</span> and select <span class="uicontrol">Host
|
||
|
Table</span>.</li>
|
||
|
<li>Verify that the host table contains an entry for the LOOPBACK host name
|
||
|
and IP address 127.0.0.1.</li>
|
||
|
</ol>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e67-option" id="d0e101"><strong>The loopback interface is not active.</strong></td>
|
||
|
<td valign="top" headers="d0e67-desc d0e101">To
|
||
|
activate the loopback interface: <ul><li>For IPv4: <ol type="a"><li>In iSeries Navigator,
|
||
|
expand your <span class="menucascade"><span class="uicontrol">iSeries server</span> > <span class="uicontrol"> Network</span> > <span class="uicontrol"> TCP/IP Configuration</span> > <span class="uicontrol"> IPv4</span> > <span class="uicontrol"> Interfaces</span></span>.</li>
|
||
|
<li>In the right pane, right-click the loopback interface (127.0.0.1) and
|
||
|
select <span class="uicontrol">Start</span>.</li>
|
||
|
</ol>
|
||
|
</li>
|
||
|
<li>For IPv6: <ol type="a"><li>In iSeries Navigator,
|
||
|
expand your <span class="menucascade"><span class="uicontrol">Series server</span> > <span class="uicontrol"> Network</span> > <span class="uicontrol"> TCP/IP Configuration</span> > <span class="uicontrol"> IPv6</span> > <span class="uicontrol"> Interfaces</span></span>.</li>
|
||
|
<li>In the right pane, right-click the loopback interface (::1) and select <span class="uicontrol">Start</span>.</li>
|
||
|
</ol>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e67-option" id="d0e157"><strong>TCP/IP has not been started.</strong></td>
|
||
|
<td valign="top" headers="d0e67-desc d0e157">Start TCP/IP.</td>
|
||
|
</tr>
|
||
|
</tbody></table>
|
||
|
</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakupingiseriesnav.htm" title="You can use Ping from iSeries Navigator to test your TCP/IP connectivity.">Ping from iSeries Navigator</a></div>
|
||
|
</div>
|
||
|
<div class="relref"><strong>Related reference</strong><br />
|
||
|
<div><a href="rzakupingerrors.htm" title="Use these common error messages to find out how to resolve the errors.">Common error messages</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|