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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
