77 lines
2.3 KiB
HTML
77 lines
2.3 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();
|
||
|
}
|
||
|
|
||
|
//END NON-TRANSLATABLE
|
||
|
|
||
|
////////// -->
|
||
|
</script>
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<h2>TCP/IP troubleshooter</h2>
|
||
|
<strong>In the local host table, add the host name entry for the interface on the remote system.</strong>
|
||
|
|
||
|
<p>Follow these steps:
|
||
|
<ol>
|
||
|
<li>From the Configure TCP/IP menu, select option 10 (Work with TCP/IP host table entries).</li>
|
||
|
<li>Select option 1 (Add).</li>
|
||
|
<li>For the <em>Internet address</em> prompt, type <tt>'nnn.nnn.nnn.nnn'</tt>, where <tt>'nnn.nnn.nnn.nnn'</tt> is the IP address for the remote interface.</li>
|
||
|
<li>For the <em>Host names, Names</em> prompt, type <em>hostname</em> where hostname is the specific text name assigned to the remote interface.</li>
|
||
|
</ol> </p>
|
||
|
<p><strong>Note:</strong> If you are using IPv6, there is no support for IPv6 addresses in local host tables.</p>
|
||
|
|
||
|
<form name="form1">
|
||
|
<p>Did this solve the problem?</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>
|