IPFW NATD = NAT POOL

Paolo Pisati p.pisati at oltrelinux.com
Thu Sep 22 10:49:43 PDT 2005


On Thu, Sep 22, 2005 at 08:41:16AM +0000, Nate Nielsen wrote:
> No. I think each instance of natd (at least last time I looked at it)
> could only use one IP address as it's public address.

FYI you can use nat inside ipfw[*]:

ipfw nat 1 config ip 192.168.0.123
ipfw nat 2 config ip 192.168.0.456
...
ipfw add 100 nat 1 all from any to any via [if0]
ipfw add 200 nat 2 all from any to any via [if1]
...

so someone will finally test it... :)

[*] http://wikitest.freebsd.org/moin.cgi/PaoloPisati
-- 
Paolo



More information about the freebsd-net mailing list