/etc/netstart issue ... Thanks for this note, my mistake, of course it runs fine with /bin/sh.
Ok now everything goes right, but I don't understand the new philosophy of the network address translation in pf.conf. What is the equivalent for the following : nat on $ext_if from ($int_if:network) -> ($ext_if) Could it be : match out on $ext_if from 192.168.0.0/16 to any nat-to ($ext_if) What is the reason for changing this set of rules ? Is there now more flexibility with NAT rules than it used to be ? Thanks.