I used to have a linux firewall/nat box controlling access to our
network. I want to use FreeBSD on a new system But I`m having trouble
getting the NAT to work.

This is the line on the old firewall running linux.

$IPTABLES -t nat -A POSTROUTING -d ! 192.168.0.0/16 -j SNAT --to
<external ip>

How would this translate to a ipfw command?

This is the line from the nat man page? .. Any ideas what I need to do
for this to work?

>ipfw add divert natd all from any to any via < which interface? > ipfw 
>add pass all from any to any


Best Regards, 
Mark Ackroyd 

Software Programmer
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to