67 lines
4.4 KiB
HTML
67 lines
4.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="Static (map) NAT" />
|
||
|
<meta name="abstract" content="Static (map) network address translation (NAT) provides a one-to-one mapping of private IP addresses to public IP addresses. It allows you to map an IP address on your internal network to an IP address that you want to make public." />
|
||
|
<meta name="description" content="Static (map) network address translation (NAT) provides a one-to-one mapping of private IP addresses to public IP addresses. It allows you to map an IP address on your internal network to an IP address that you want to make public." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzajbrzajb4natsd.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzajbrzajb0dexample2.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzajb4a-staticnat" />
|
||
|
<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>Static (map) NAT</title>
|
||
|
</head>
|
||
|
<body id="rzajb4a-staticnat"><a name="rzajb4a-staticnat"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Static (map) NAT</h1>
|
||
|
<div><p>Static (map) network address translation (NAT) provides a one-to-one
|
||
|
mapping of private IP addresses to public IP addresses. It allows you to map
|
||
|
an IP address on your internal network to an IP address that you want to make
|
||
|
public.</p>
|
||
|
<p>Static NAT allows communication to be initiated from your internal network
|
||
|
or an external network, like the Internet. It is especially useful if you
|
||
|
have a server within your internal network that you want to allow public users
|
||
|
to access. In this case, you need to create a NAT rule that maps the actual
|
||
|
server address to a public address. The public address will become external
|
||
|
information. This ensures that private information remains out of the hands
|
||
|
of someone who might attack your systems.</p>
|
||
|
<p>The following list highlights the features of static NAT:</p>
|
||
|
<ul><li>One-to-one mapping</li>
|
||
|
<li>External and internal network initiation</li>
|
||
|
<li>The address you associate or map to can be any address</li>
|
||
|
<li>The address you associate or map to becomes un-usable as an IP interface</li>
|
||
|
<li>Does not use port-mapped NAT</li>
|
||
|
</ul>
|
||
|
<div class="attention"><span class="attentiontitle">Attention:</span> Use caution if you decide to map a personal computer
|
||
|
to the well-known address of the iSeries™ server. The <dfn class="term">well-known
|
||
|
address</dfn> is the IP address reserved for most Internet and intranet traffic.
|
||
|
If you do map to this IP address, NAT will translate all traffic and send
|
||
|
it to the internal private address. Because this interface will be reserved
|
||
|
for NAT, your iSeries server
|
||
|
and the interface become unusable.</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajbrzajb4natsd.htm" title="Network address translation (NAT) allows you to access the Internet safely without having to change your private network IP addresses.">Network address translation (NAT)</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzajbrzajb0dexample2.htm" title="In this scenario, your company uses static network address translation (NAT) to map its private IP addresses to public addresses.">Scenario: Map IP addresses using NAT</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|