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

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to