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

89 lines
3.2 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 = "rzakutrb280.htm";
} else {
//No must be checked
//Jump to page B
window.location = "rzakutrb70.htm";
}
}
function onBack() {
history.back();
}
function onRouteinfo() {
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("rzakutrbrouteinfo.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>Add a route to reach the remote system.</strong>
<p>Contact your network administrator to determine the best type of route to add based on your specific network configuration.</p>
<p>See <a href="javascript:onRouteinfo();">Route information<img src="popup.gif" alt="Popup link to details" border="0" align="texttop"></a> for information on the different types of routes you can configure on the server.</p>
<p>
When you determine the appropriate type of route that you need for the network, follow these steps to configure the route:<ol><li>From the Configure TCP/IP menu, select option 2 (Work with TCP/IP routes). </li><li>Select option 1 (Add) to go to the Add TCP/IP Route (ADDTCPRTE) display. </li><li>Specify the appropriate type of route and its parameters based on the examples above.</li></ol></p>
<p><b>Note:</b> You can only create a route for an IPv6 connection in iSeries Navigator. Before you create the route you must have a line configured for a IPv6 connection. To create a route in iSeries Navigator, expand your server -> <b>Networking</b> -> <b>TCP/IP Configuration</b> -> <b>IPv6</b> -> Right-click <b>Routes</b> and select <b>New</b>. </p>
<form name="form1">
<p>Does this solve the problem?</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>