52 lines
1.5 KiB
HTML
52 lines
1.5 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>For more information about troubleshooting TCP/IP, see the <a href="rzakuoverview.htm">TCP/IP troubleshooting</a> topic. You will find instructions for using various troubleshooting tools and techniques for solving TCP/IP problems.</p>
|
||
|
|
||
|
<p>If you are unable to solve the problem using these tools and techniques, contact your service representative to assist you with advanced troubleshooting.</p>
|
||
|
|
||
|
|
||
|
</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>
|
||
|
|