[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.2 and 1.3

version 1.2, 1997/02/26 04:40:03 version 1.3, 1997/02/26 04:44:26
Line 1 
Line 1 
 # 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  # interface (which can be dynamically assigned prior to use of ipnat)
 map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000  map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000
   
   # map all tcp connections from network 10 into addresses of network 240.1.0
   map ppp0 10.0.0.0/8 -> 240.1.0.0/24 portmap tcp/udp 10000:60000
   
 # map all tcp connections from 10.1.0.0/16 to 240.1.0.1, changing the source  # map all tcp connections from 10.1.0.0/16 to 240.1.0.1, changing the source
 # port number to something between 10,000 and 20,000 inclusive.  For all other  # port number to something between 10,000 and 20,000 inclusive.  For all other

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3