85 lines
3.5 KiB
HTML
85 lines
3.5 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
||
|
<title>TCP/IP troubleshooter</title>
|
||
|
|
||
|
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
|
||
|
<!-- 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. -->
|
||
|
|
||
|
<script type="text/javascript" language="Javascript">
|
||
|
<!-- // Hide script from older browsers
|
||
|
|
||
|
//START NON-TRANSLATABLE
|
||
|
function onNext() {
|
||
|
//Is Yes checked?
|
||
|
if (document.form1.rad[0].checked == true) {
|
||
|
//Jump to page A
|
||
|
window.location = "rzakutrb50.htm";
|
||
|
} else {
|
||
|
//No must be checked
|
||
|
//Jump to page B
|
||
|
window.location = "rzakutrb150.htm";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
function onBack() {
|
||
|
history.back();
|
||
|
}
|
||
|
|
||
|
//END NON-TRANSLATABLE
|
||
|
|
||
|
////////// -->
|
||
|
</script>
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<h2>TCP/IP troubleshooter</h2>
|
||
|
<strong>Test whether you can reach the destination by using the Local internet address (LCLINTNETA) parameter when pinging the remote IP address.</strong>
|
||
|
<p><font color="#0000FF">REVIEWERS: Does this new panel make sense here?</font></p>
|
||
|
<p>
|
||
|
<ol>
|
||
|
<li>At the command line, type <TT>PING 'nnn.nnn.nnn.nnn'</TT>, where <tt>'nnn.nnn.nnn.nnn'</tt> is the IP address for the destination interface.
|
||
|
<li>Press F4 and press F10.</li>
|
||
|
<li>For the <em>Local internet address</em> prompt, type <TT><em>'nnn.nnn.nnn.nnn'</em></TT>, where 'nnn.nnn.nnn.nnn' is the IP address for one of your local internet addresses that is associated to a specific line description. If you do not know the IP addresses for the local interfaces, see the Configure TCP/IP menu, option 1 (Work with TCP/IP interfaces). View the <em>Internet address</em> column and the <em>Line description</em> column to see the IP addresses listed for the local interfaces and their associated line descriptions.
|
||
|
|
||
|
<br>By designating a specific local interface address for the 'nnLocal internet address (LCLINTNETA) parameter, you declare that IP address to be the source address for the Ping command. Consequently, the Ping request takes a specific route associated to the interface and line description as the Ping request attempts to reach the remote system. You can isolate the problem to the line that is associated to that interface.
|
||
|
</li>
|
||
|
<li>Repeat steps 1 through 4, but specify a different local interface address for the Local internet address (LCLINTNETA) parameter each time. This allows you to check each local interface and its associated line description.</li>
|
||
|
</ol>
|
||
|
|
||
|
<p>If any of these attempts to ping the remote interface are not successful, you may have a problem with the associated line descriptions.</p>
|
||
|
|
||
|
<p>To further troubleshoot the line description, use the WRKLIND command to check the line.</p>
|
||
|
|
||
|
</p>
|
||
|
|
||
|
<form name="form1">
|
||
|
<p>Is the ping to the IP address successful?</p>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td> </td>
|
||
|
<td><input type="radio" name="rad" value="yes" id="yep" checked></td>
|
||
|
<td><label for="yep">Yes</label></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td> </td>
|
||
|
<td><input type="radio" name="rad" value="nope" id="nope"></td>
|
||
|
<td><label for="nope">No</label></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<br><br>
|
||
|
<center>
|
||
|
<input type="button" value="<< Back" onClick="onBack()">
|
||
|
<input type="button" value="Next >>" onClick="onNext()">
|
||
|
</center>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|