61 lines
3.8 KiB
HTML
61 lines
3.8 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="General routing rules" />
|
||
|
<meta name="abstract" content="These rules apply to TCP/IP in general, and to TCP/IP on your iSeries server, to help you to manage packets." />
|
||
|
<meta name="description" content="These rules apply to TCP/IP in general, and to TCP/IP on your iSeries server, to help you to manage packets." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzajwkickoff.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzajwbasicrules" />
|
||
|
<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>General routing rules</title>
|
||
|
</head>
|
||
|
<body id="rzajwbasicrules"><a name="rzajwbasicrules"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">General routing rules</h1>
|
||
|
<div><p>These rules apply to TCP/IP in general, and to TCP/IP on your iSeries™ server,
|
||
|
to help you to manage packets.</p>
|
||
|
<p>You should consider these rules as you implement routing functions on your iSeries server.
|
||
|
These rules will help you determine what is happening to the packets on your
|
||
|
system and where they might be going. As with most rules, there are exceptions.</p>
|
||
|
<ul><li>Your system does not have an IP address; only interfaces have IP addresses.<div class="note"><span class="notetitle">Note:</span> <img src="./delta.gif" alt="Start of change" />Virtual IP (connectionless) addresses are assigned to the system.<img src="./deltaend.gif" alt="End of change" /></div>
|
||
|
</li>
|
||
|
<li>In general, if the destination IP address is defined on your system, your
|
||
|
system will process it regardless of what interface a packet comes in on.<p>The
|
||
|
exception in this case is that if the address is associated with an unnumbered
|
||
|
interface, or if IP NAT or filtering is active, the packet might be forwarded
|
||
|
or discarded.</p>
|
||
|
</li>
|
||
|
<li>The IP address and mask define the address of the attached network.</li>
|
||
|
<li>The route out of a system is selected based on the network address attached
|
||
|
to an interface. The route selected is based on the following items:<ul><li>Route group search order: direct routes, subnetwork routes, and then default
|
||
|
routes.</li>
|
||
|
<li>Within a group, the route with the most specific subnet mask is chosen.</li>
|
||
|
<li>Equally specific routes are subject to list order or load-balancing techniques.</li>
|
||
|
<li>Routes can be added manually or dynamically by the system.</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajwkickoff.htm" title="Are you looking for better ways to route and balance the TCP/IP traffic of your iSeries server?">TCP/IP routing and workload balancing</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|