test1 kernel.. NAT in ROUTING

Rusty Russell rusty@linuxcare.com.au
Fri, 02 Jun 2000 20:25:13 +0930


In message <KPELIECMJLEOOPLNCLIBGEBNCAAA.steve.moro@home.com> you write:
> What can this advanced router NAT? Can it NAT PPTP packets?

Yes.  Statically.

The reason it's called Fast NAT is because it's *really* simple.  No
dynamic NAT, no NAPT, no n:1 or 1:n...  The *entire* code is 160 lines
long (net/ipv4/ip_nat_dumb.c).

It just replaces src or dst IP addresses.  If that's enough, great!

Rusty.
--
Hacking time.