96 lines
6.4 KiB
HTML
96 lines
6.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Routes" />
|
|
<meta name="abstract" content="You need to verify that the appropriate routes are configured." />
|
|
<meta name="description" content="You need to verify that the appropriate routes are configured." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakunetstatiseriesnav.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakunetstatcharroute.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1997, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1997, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakunetstatnavroute" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- 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. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Routes</title>
|
|
</head>
|
|
<body id="rzakunetstatnavroute"><a name="rzakunetstatnavroute"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Routes</h1>
|
|
<div><p>You need to verify that the appropriate routes are configured.</p>
|
|
<p>Your server needs routes to send packets to other servers or hosts. The
|
|
route determines the path that a packet takes to its destination.</p>
|
|
<div class="p">If you are trying to ping an interface address and do not receive a reply,
|
|
you should verify that your routes are configured and available. To communicate
|
|
between a local and remote network, whether you are using IPv4 or IPv6 connectivity,
|
|
you should have at least these two types of routes configured on the server: <ul><li>A direct route (*DIRECT) allows packets to travel between interfaces on
|
|
the local network. It is automatically configured and activated by the server
|
|
for each interface.</li>
|
|
<li>A default route (*DFTROUTE) allows packets to travel to hosts that are
|
|
not directly connected to your network. It provides a path for the packets
|
|
to take. A default route identifies a specific node as a next hop to which
|
|
the packets travel and then continue their trip to their final destination
|
|
on a different network. The packets take the default route whenever there
|
|
is no other (more specific) route matching the destination IP address.</li>
|
|
</ul>
|
|
</div>
|
|
<p>Keep in mind that routes are unidirectional. Just because a packet from
|
|
a client can get to your server does not mean that your server can send a
|
|
packet to the client.</p>
|
|
<div class="section"><h4 class="sectiontitle">IPv4 routes</h4><p>To display information about the IPv4
|
|
routes on your server, follow these steps:</p>
|
|
<ol><li>In iSeries™ Navigator,
|
|
expand your <span class="menucascade"><span class="uicontrol">iSeries server</span> > <span class="uicontrol">Network</span> > <span class="uicontrol"> TCP/IP Configuration</span> > <span class="uicontrol"> IPv4</span></span> .</li>
|
|
<li>Select <span class="uicontrol">Routes</span>.</li>
|
|
<li>Right-click the IP address in the Remote Network column of the route you
|
|
want to see, and select <span class="uicontrol">Properties</span>.</li>
|
|
<li>If you do not have a default route configured, you should configure it
|
|
now. To configure an IPv4 default route, follow these steps:<ol type="a"><li>In iSeries Navigator,
|
|
expand your <span class="menucascade"><span class="uicontrol">iSeries server</span> > <span class="uicontrol"> Network</span> > <span class="uicontrol"> TCP/IP Configuration</span> > <span class="uicontrol">IPv4</span></span> .</li>
|
|
<li>Right-click <span class="uicontrol">Routes</span> and select <span class="uicontrol">New Route</span>.</li>
|
|
<li>Follow the wizard's instructions to create a new default route.</li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">IPv6 routes</h4><p>To display information about the IPv6
|
|
routes on your server, follow these steps:</p>
|
|
<ol><li>In iSeries Navigator,
|
|
expand your <span class="menucascade"><span class="uicontrol">iSeries server</span> > <span class="uicontrol"> Network</span> > <span class="uicontrol">TCP/IP Configuration</span> > <span class="uicontrol"> IPv6</span></span> .</li>
|
|
<li>Select <span class="uicontrol">Routes</span>.</li>
|
|
<li>Right-click the IP address in the Destination Address column of the route
|
|
you want to see, and select <span class="uicontrol">Properties</span>.</li>
|
|
<li>For IPv6, the Internet Protocol automatically configures default routes
|
|
for each interface on the server. However, if you prefer, you can use the <span class="uicontrol">New
|
|
IPv6 Route</span> wizard in iSeries Navigator to create new IPv6
|
|
routes yourself. To configure an IPv6 default route, follow these steps:<ol type="a"><li>In iSeries Navigator,
|
|
expand your <span class="menucascade"><span class="uicontrol">iSeries server</span> > <span class="uicontrol">Network</span> > <span class="uicontrol">TCP/IP Configuration</span> > <span class="uicontrol"> IPv6</span></span> .</li>
|
|
<li>Right-click <span class="uicontrol">Routes</span> and select <span class="uicontrol">New Route</span>.</li>
|
|
<li>Follow the wizard's instructions to create a new default route.</li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakunetstatiseriesnav.htm" title="You can use the network status functions (known as Netstat in the character-based interface) in iSeries Navigator to troubleshoot TCP/IP problems.">Use Netstat from iSeries Navigator</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzakunetstatcharroute.htm" title="You need to verify that the appropriate routes are configured.">Routes</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |