Natd.

Gilberto Villani Brito linux at giboia.org
Wed Apr 5 12:04:54 UTC 2006


Hi,
I'm a linux user and I'm changing my firewall to FreeBSD.
I'm using ipfw + natd.

In my Linux, I have this rule:
iptables -t nat -A POSTROUTING -s 10.0.0.0/8 -p tcp -o eth3 --dport 6997 -j SNAT --to-source 200.xxx.xxx.1-200.xxx.xxx.254

It makes nat for diferents IPs for my network 10.0.0.0 using the port 6997, so my users can use irc in the same server with diferents IPs.
Can I do that in my FreeBSD???

Gilberto


More information about the freebsd-ipfw mailing list