[BACK]Return to nat.1 CVS log [TXT][DIR] Up to [local] / src / share / ipf

Diff for /src/share/ipf/Attic/nat.1 between version 1.4 and 1.5

version 1.4, 1997/10/15 19:28:34 version 1.5, 1999/10/05 19:00:09
Line 1 
Line 1 
                           nat.rules examples  Example NAT Rules
   
   # Scenario: Two network interfaces; one connected to internal 192.168.0.XXX
   # network, other connected externally to the Internet. Suppose the internal
   # interface is named ep1 and the external interface is named xl0. The
   # following mapping will provide the internal network with Internet
   # connectivity for tcp/udp traffic (note the ep1 name is not used; instead
   # its network address is used):
   map xl0 192.168.0.0/24 -> xl0/32 portmap tcp/udp 10000:20000
   
 # map all tcp connections from network 10 to the address of the first ppp0  # map all tcp connections from network 10 to the address of the first ppp0
 # interface (which can be dynamically assigned prior to use of ipnat)  # interface (which can be dynamically assigned prior to use of ipnat)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5