Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Enrico

#1
17.7 Legacy Series / Traffic shaping in Bridged mode
September 15, 2017, 01:00:07 PM
Hi Everyone,

I'm having this problem with V17.7.1_2 (but I also had the same on V17.1).

My setup is as follow:

[WAN interface] ---- [Bridge] ---- [LAN interface]

WAN, Bridge and LAN are all without an address and I'm using a dedicated interface to manage the system.

I set up tunables as follow:

net.link.bridge.pfil_bridge=0
net.link.bridge.ipfw=1
net.link.ether.ipfw=1

Everything work perfectly until I reboot the system.
When the system come back online the settings in Tunables are not automatically applied and I need to manually apply them to get shaping working again.

I did even try to put:

net.link.bridge.pfil_bridge=0
net.link.bridge.ipfw=1
net.link.ether.ipfw=1

into /etc/sysctl.conf but they do not seems to be loaded at system boot.

This is the output I get when I manually apply the sysctl after system boot

# sysctl -f /etc/sysctl.conf
# net.link.bridge.ipfw: 1 -> 1
# net.link.ether.ipfw: 0 -> 1
# net.link.bridge.pfil_bridge: 0 -> 0

and shaping works again.

Any idea?

Thanks.

Regards,

Enrico
#2
15.7 Legacy Series / Re: Traffic Shaper in Bridged mode
September 13, 2017, 11:27:15 AM
Hi,

I'm having the same problem with V17.7.1_2.

I'll open a new thread in the appropriate section.

Enrico