Re: udp route-to without to clause

2013-06-19 Thread Ryan Slack
On Mon, Jun 17, 2013 at 3:22 PM, Ryan Slack wrote: > Hosting a voip server behind OpenBSD with the following pf.conf file > led to some surprising behaviour: > > voice_if = em0 > data_if= vr0 > ext_if = vr3 > PBX = "192.168.234.200" > voip_ports = "1:4" > table persist { } > match ou

udp route-to without to clause

2013-06-17 Thread Ryan Slack
Hosting a voip server behind OpenBSD with the following pf.conf file led to some surprising behaviour: voice_if = em0 data_if= vr0 ext_if = vr3 PBX = "192.168.234.200" voip_ports = "1:4" table persist { } match out on $ext_if from { $voice_if:network, $data_if:network } \ to any