Policy Routing natd+ipfw

Jason Hills jazzhills at gmail.com
Sat May 5 01:39:52 UTC 2007


Hello.

How can I do policy routing with ipfw+natd?

I started 2 natd processes, using natd.conf and natd2.conf
respectively, but things dont work. My rules are:

ext_ifi1="em0"
ext_ifi2="em1"

divert 8668 ip from $net1 to any out via $ext_if1
divert 8669 ip from $net2 to any out via $ext_if2

divert 8668 ip from any to any via $ext_if1
divert 8669 ip from any to any via $ext_if2

My defaultrouter is the one on $ext_if1.

It works for port 8668 but doesnt work for 8669 (the second xDSL link)

-- 
Jazzie Hills


More information about the freebsd-ipfw mailing list