76 lines
4.6 KiB
HTML
76 lines
4.6 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="Packet rules terminology" />
|
||
|
<meta name="abstract" content="Here are the useful terms related to packet rules." />
|
||
|
<meta name="description" content="Here are the useful terms related to packet rules." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzajbrzajb1whatis.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="rzajbdef-ipterms" />
|
||
|
<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>Packet rules terminology</title>
|
||
|
</head>
|
||
|
<body id="rzajbdef-ipterms"><a name="rzajbdef-ipterms"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Packet rules terminology</h1>
|
||
|
<div><p>Here are the useful terms related to packet rules.</p>
|
||
|
<dl><dt class="dlterm">border</dt>
|
||
|
<dd>Border is a public address that forms a border between a trusted and an
|
||
|
untrusted network. It describes the IP address as an actual interface on the iSeries™ server.
|
||
|
The system needs to know the "type" of address you are defining. For example,
|
||
|
your personal computer's IP address is trusted, but your server's public IP
|
||
|
address is border.</dd>
|
||
|
<dt class="dlterm">firewall</dt>
|
||
|
<dd>A logical barrier around systems in a network. A firewall consists of
|
||
|
hardware, software, and a security policy that controls the access and flow
|
||
|
of information between secure (trusted) systems and nonsecure (untrusted)
|
||
|
systems.</dd>
|
||
|
<dt class="dlterm">maxcon</dt>
|
||
|
<dd><img src="./delta.gif" alt="Start of change" />Maxcon is a parameter, which is part of masquerade network
|
||
|
address translation (NAT) filter rule. It is the number of conversations that
|
||
|
can be active at one time. You are required to define this number when you
|
||
|
set up NAT masquerade rules. The default value is 128. Maxcon only pertains
|
||
|
to masquerade NAT rules.<img src="./deltaend.gif" alt="End of change" /></dd>
|
||
|
<dt class="dlterm">NAT conversation</dt>
|
||
|
<dd>A NAT conversation is a relationship between any of the following IP addresses
|
||
|
and port numbers: <ul><li>Private source IP address and source port number (without NAT)</li>
|
||
|
<li>Public (NAT) source IP address and public (NAT) source port number</li>
|
||
|
<li>Destination IP address and port number (an external network)</li>
|
||
|
</ul>
|
||
|
</dd>
|
||
|
<dt class="dlterm">PPP filter identifier</dt>
|
||
|
<dd>A PPP filter identifier allows you to apply filter rules to an interface
|
||
|
that has been defined in a point-to-point profile. The PPP filter identifier
|
||
|
also links the filter rules to groups of users in a point-to-point profile.
|
||
|
Because the point-to-point profile is associated with a specific IP address,
|
||
|
the filter identifier implicitly defines the interface to which the rules
|
||
|
apply. To learn more, see this scenario, <a href="../rzaiy/rzaiygrppol.htm">Manage remote user access to resources using Group Policies
|
||
|
and IP filtering</a> in the <em>Remote Access Services: PPP connections</em> topic.</dd>
|
||
|
<dt class="dlterm">timeout</dt>
|
||
|
<dd>Timeout controls the amount of time a conversation is allowed to last.
|
||
|
If you have timeout set too short, the conversation is stopped too quickly.
|
||
|
The default value is 16.</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajbrzajb1whatis.htm" title="Packet rules comprise both network address translation (NAT) rules and IP filtering rules. These two functions run at the IP layer of the TCP/IP stack and help protect your system against potential risks that are commonly associated with TCP/IP traffic.">Packet rules concepts</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|