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

79 lines
2.4 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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 = "rzakutrb63.htm";
} else {
//No must be checked
//Jump to page B
window.location = "rzakutrb130.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>Determine whether your server is using Domain Name System (DNS) servers to resolve host names</strong>
<p>You can use DNS servers to resolve host names that are not entered in the local host table. If you are using DNS servers for host name resolution, you should see the IP addresses for the DNS servers specified as part of your TCP/IP configuration.</p>
<p>To determine if your server is using DNS servers to resolve host names, follow these steps:
<ol>
<li>From the Configure TCP/IP menu, select option 12 (Change TCP/IP domain information).</li>
<li>At the bottom of the Change TCP/IP Domain (CHGTCPDMN) display, verify that the IP addresses for your DNS servers are specified for the <em>Domain name server, Internet address</em> prompt.</li>
</ol></p>
<form name="form1">
<p>Are you using DNS servers to resolve host names?</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>