68 lines
2.4 KiB
HTML
68 lines
2.4 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 onStartOver() {
|
||
|
window.location = "rzakutrbwelcome.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>
|
||
|
|
||
|
<p><strong>Contact the administrator for the remote system.</strong></p>
|
||
|
|
||
|
<p>The administrator of the remote system can begin troubleshooting from the remote system.</p>
|
||
|
|
||
|
<p>Suggestions for troubleshooting from the remote system:
|
||
|
<ul>
|
||
|
<li>Verify whether the remote system can ping another system. If the ping fails, the administrator should check for a physical network problem, such as a cable that is unplugged.</li>
|
||
|
<li>Check for active filter rules on the remote system. The method for checking for filter rules varies depending on the operating system that runs on the remote system.
|
||
|
<p>If the remote system is running i5/OS<SUP>(R)</SUP>, the administrator can follow these steps to check for active filter rules:
|
||
|
<ol>
|
||
|
<li>In iSeries<SUP>(TM)</SUP> Navigator, expand the remote <strong>iSeries server</strong> --> <strong>Network</strong> --> <strong>IP policies</strong> --> <strong>Packet rules</strong>.
|
||
|
<br>If the right pane is empty, then the server is not currently using packet rules. If the right pane contains a list of interfaces, then proceed with the next step.</li>
|
||
|
<li>Select an interface and view the list of active packet rules in the right pane.</li>
|
||
|
<li>Click <strong>Help</strong> to find out how to edit and work with packet rules.</li>
|
||
|
</ol></p>
|
||
|
</li>
|
||
|
</ul> </p>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<form name="form1">
|
||
|
<br><br>
|
||
|
<center>
|
||
|
<input type="button" value="<< Back" onClick="onBack()">
|
||
|
<input type="button" value="Start Over" onClick="onStartOver()">
|
||
|
</center>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|