On 2007/09/07 10:54, mail-lists wrote:
>
> This normally works very well. I'm planning to allow all inbound traffic to
> my VOIP Server like this:
>
> pass in quick log on $ext_if proto {tcp,udp} from any to $VOIP_SERVERS port
> $VOIP_PORTS
You can queue here too, return traffic matching the state will be
assigned to that queue..
Also be aware that you can have queues on *different* interfaces
with the same queue name ("queue foo on iface").
This means the one rule 'pass in on $ext to (lan:network) queue foo'
can place incoming traffic into queue "foo on lan", and return packets
into queue "foo on wan".