ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaku_5.4.0.1/rzakutrb220.htm

147 lines
5.1 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 = "rzakutrb230.htm";
} else {
//No must be checked
//Jump to page B
window.location = "rzakutrb250.htm";
}
}
function onBack() {
history.back();
}
function onCalculate() {
windowparms = "width=640,height=575,resizable=yes,scrollbars=yes,titlebar=no,toolbar=no,status=yes";
//windowparms = "width=640,resizable=yes,scrollbars=yes,titlebar=no,toolbar=no,status=no";
aWindow = window.open("rzakutrbsubnetcalcroute.htm", "custom", windowparms);
aWindow.focus();
if (aWindow != null) {
if (aWindow.opener == null) {
aWindow.opener = self;
}
}
}
//END NON-TRANSLATABLE
////////// -->
</script>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<h2>TCP/IP troubleshooter</h2>
<strong>Verify that you have configured a route to the remote system.</strong>
<p><b>IPV4</b></p>
<p>At the command line, type <TT>NETSTAT</TT> and select option 2 (Display TCP/IP route information). Verify that there is a route to the remote system specified on this display. It must be one of these types of routes: default route, host route, or network route.</p>
<p>This figure shows an example of each of these types of routes. Notice the values specified in the Route Destination column and the explanation of these values provided below the figure. The IP addresses 10.x.x.x represent public IP addresses. All of these addresses are for example purposes only.</p>
<p><IMG SRC="rzaku003.gif" ALT="This figure shows the Display TCP/IP route information display as it appears in the character-based interface. It highlights examples of a default route, host route, and network route."></p>
<table width=700 cellspacing="2" cellpadding="2" border="1">
<tr>
<th id=col1 width=20%>Type of Route</th>
<th id=col2>Route Destination value</th>
</tr>
<tr>
<td>Default Route</td>
<td>*DFTROUTE</td>
</tr>
<tr>
<td>Host Route</td>
<td>10.5.7.10
<br>This IP address should indicate the remote interface you are trying to reach.</td>
</tr>
<tr>
<td>Network Route</td>
<td>10.5.7.0
<br>This network address should indicate the network on which the remote interface resides.
<br>If you are not sure that the remote interface resides within the destination network, use this <a href="javascript:onCalculate();">calculator<img src="popup.gif" alt="Popup link to details" border="0" align="texttop"></a>.</td>
</tr>
</table>
</p>
<p><b>IPV6</b></P>
<p>At the command line, type <TT>NETSTAT</TT> and select option 5 (Display IPv6 Route Information). Verify that there is a route to the remote system specified on this display. It must be one of these types of routes: default route, host route, or network route.</p>
<p>This figure shows an example of each of these types of routes. Notice the values specified in the Route Destination column and the explanation of these values provided below the figure. The IP addresses 2001:DB8:x:x:x:x:x:x represent public IP addresses. All of these addresses are for example purposes only.</p>
<p><IMG SRC="rzaku004.gif" ALT="This figure shows the IPv6 Display TCP/IP route information display as it appears in the character-based interface. It highlights examples of a default route, host route, and network route."></p>
<table width=700 cellspacing="2" cellpadding="2" border="1">
<tr>
<th id=col1 width=20%>Type of Route</th>
<th id=col2>Route Destination value</th>
</tr>
<tr>
<td>Default Route</td>
<td>::/0</td>
</tr>
<tr>
<td>Host Route</td>
<td>2001:DB8:1234::1/128
<br>This IP address should indicate the remote interface you are trying to reach.</td>
</tr>
<tr>
<td>Network Route</td>
<td>2001:DB8:1234::/64
<br>This network address should indicate the network on which the remote interface resides.
</td>
</tr>
</table>
</p>
<form name="form1">
<p>Is there a route to the remote host?</p>
<table>
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td><input type="radio" name="rad" value="yes" id="yep" checked></td>
<td><label for="yep">Yes</label></td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;</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="&lt;&lt; Back" onClick="onBack()">
<input type="button" value="Next &gt;&gt;" onClick="onNext()">
</center>
</form>
</body>
</html>