Re: kern/173659: [pf] PF fatal trap on 9.1 (taskq fatal trap on pf_test_rule)

2012-11-16 Thread linimon
Old Synopsis: PF fatal trap on 9.1 (taskq fatal trap on pf_test_rule) New Synopsis: [pf] PF fatal trap on 9.1 (taskq fatal trap on pf_test_rule) Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 16 18:18:38 UTC 2012 Responsible-

Re: Routing return NAT traffic based on interface

2012-11-16 Thread Kevin Wilcox
On 16 November 2012 09:40, Peter McAlpine wrote: > data_if = "tap3" > ext_if = "em0" > set skip on lo0 > nat on $ext_if from !$ext_if:network to any -> ($ext_if) > pass in on $ext_if route-to $data_if from any to !$ext_if:network > The issue I'm having is that the 'pass' rule is not being matche

Routing return NAT traffic based on interface

2012-11-16 Thread Peter McAlpine
Hello, I am having trouble with routing via pf and would appreciate any help that can be provided. My router has a tunnel interface, and an external (internet) interface. I'd like to NAT any traffic that arrives on the tunnel out to the internet via the external interface. Any traffic that arrive