How can I convert this simple ipfw ruleset to pf? fwcmd="/sbin/ipfw" ${fwcmd} -f flush ${fwcmd} add divert natd all from any to any via xl0 ${fwcmd} add pass all from any to any Let me know. Thanks.