56 lines
1.9 KiB
HTML
56 lines
1.9 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>Check with the administrator of the remote system to determine what may be preventing your data from reaching the remote system.</p>
|
|
|
|
<p>Since you received a successful reply from your ping request, there may be reasons beyond your local system that are preventing your data from reaching the remote system. For example:
|
|
|
|
<ul>
|
|
<li>The remote system or a system between your system and the remote system may have filter rules that block specific types of communications. </li>
|
|
|
|
<li>The appropriate servers on the remote system may not be active. For example, if you are trying to use Telnet, the Telnet server must be started.</li></ul>
|
|
|
|
The administrator for the remote system may be able to provide information beyond the local system to solve the problem.</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>
|