Displaying 2 results from an estimated 2 matches for "ipmode".
Did you mean:
i_mode
2002 Sep 27
1
ipmode compile error
imq and htb are used to control traffic.
When I create a bridge with the bridge-utils, I get a
new device : br0. I can shape traffic on this
device, but I can not use iptables to mark packets.
I used ipmode
http://www.linuxvirtualserver.org/~julian/#bridging
my kernel is 2.4.19
when i compile kernel I get the following error:
br_forward.o error 1
first_rule error 2
if I used ipmode, then I can set imq as this:
/usr/local/sbin/iptables -t mangle -A PREROUTING -i
br0 -j IMQ --todev 0
is this right ?...
2002 Sep 17
1
Problems compiling patched bridge-utils
Hello,
I''ve applied ``bridge-utils-0.9.5-ipmode-1.diff'''' to be able to use my
shaper as bridge and don''t lose the netfilter capabilities, the patch
applies with no error messages, which makes me supose everything is
working fine.
But when i try to recompile the bridge-utils utilities i get the
message transcript belo...