19.05.2016 23:16, Radek Krejča пишет:
on $ext_if proto { tcp, udp } from 192.168.52.0/24
Why?
Is there any nat rule?
And second problem - how to set up (on which interface) altq queues?
You should use outgoing interface.
Hello,
there is relevant part of my pf.conf
ext_if =
on $ext_if proto { tcp, udp } from 192.168.52.0/24
> Why?
Is there any nat rule?
>
> And second problem - how to set up (on which interface) altq queues?
You should use outgoing interface.
Hello,
there is relevant part of my pf.conf
ext_if = "ext0"
int_if = "int0"
19.05.2016 12:48, Radek Krejča пишет:
Hello,
I have freebsd router with pf for NAT and firewall. There are 2 NICs, one for
incomming traffic from internet and second for traffic to clients. On internal
NIC are a lot of vlans.
I need to make traffic shaping for all users based on src ip from
On 05/19/16 05:48, Radek Krejča wrote:
> I have freebsd router with pf for NAT and firewall. There are 2 NICs, one for
> incomming traffic from internet and second for traffic to clients. On
> internal NIC are a lot of vlans.
>
> I need to make traffic shaping for all users based on src ip from i
On Thu, 19 May 2016 11:48:28 +0200 Radek Krejča
wrote
> Hello,
>
> I have freebsd router with pf for NAT and firewall. There are 2 NICs, one for
> incomming traffic from internet and second for traffic to clients. On
> internal NIC are a lot of vlans.
>
> I need to make traffic shaping for all