search for: bridge_netfilter

Displaying 2 results from an estimated 2 matches for "bridge_netfilter".

2007 Feb 19
10
"dst cache overflow" messages and crash
Hi, I regularly have errors (kernel: dst cache overflow) and crash of a firewall under Linux 2.6.17 and the route patch from Julian Anastasov. With rtstat I see that the route cache size increases regularly without never decreasing. I have this parameters: fw:/proc/sys/net/ipv4/route# grep . * error_burst:1250 error_cost:250 gc_elasticity:15 gc_interval:60 gc_min_interval:0
2007 Apr 18
0
[Bridge] Transparent shaper with 2.6 kernel
Hi all! I'm trying to make a transparent shaper with kernel 2.6.11 I have done this and used it many times on 2.4.25 kernel and ebtables-brnf-5_vs_2.4.25.diff On 2.4.25 I have been using U32 classifiers and HTB. On 2.6.11 even with : newserver ~ # zcat /proc/config.gz | grep -i BRIDGE_NETFILTER CONFIG_BRIDGE_NETFILTER=y newserver ~ # ls /proc/sys/net/bridge/ bridge-nf-call-arptables bridge-nf-call-ip6tables bridge-nf-call-iptables bridge-nf-filter-vlan-tagged newserver ~ # cat /proc/sys/net/bridge/* 1 1 1 1 I'm still not succeeding ti shape the traffic on the bridge interface A...