Displaying 5 results from an estimated 5 matches for "act_mirred".
2007 Jan 31
1
tc act ipt errors
...-j MARK --set-mark 1 \
action mirred egress redirect dev ifb0
--
Gives me an error:
Tablename: mangle hook: NF_IP_PRE_ROUTING
target: MARK set 0x1 index 0
Action 4 device ifb0 ifindex 10
RTNETLINK answers: No such file or directory
We have an error talking to the kernel
Any ideas why?
I have act_mirred loaded, and I have act_ipt loaded. What gives?
Regards,
Leigh
Leigh Sharpe
Network Systems Engineer
Pacific Wireless
Ph +61 3 9584 8966
Mob 0408 009 502
email lsharpe@pacificwireless.com.au <blocked::mailto:lsharpe@pacificwireless.com.au>
web www.pacificwireless.com.au <...
2007 Mar 28
7
(no subject)
Hi all,
I''m having a hell of a time getting my IFB to work. I know I''ve done
this before, so I''m missing something stupid. Can anybody tell me what
it might be?
Configs as follows:
--------
#!/bin/sh
modprobe ifb numifbs=1000
modprobe act_mirred
modprobe 8021q
brctl addbr br0
brctl setfd br0 0
brctl stp br0 off
brctl addif br0 eth1
brctl addif br0 eth2
ifconfig eth1 up
ifconfig eth2 up
ifconfig br0 up
tc qdisc add dev eth1 root handle 1:0 cbq bandwidth 100Mbit avpkt 1000
cell 8
tc qdisc add dev eth2 root handle 1:0 cbq bandwidth 100Mbi...
2006 Sep 07
1
Rate limits whithin rate limits
...tal (ie nominated host + all other
traffic) adds up to 612 K. The child classes are limiting approriately,
but not respecting the parent class. Anybody care to shed some light on
what I might be doing wrong?
Config as follows:
#!/bin/sh
# Load kernel modules
modprobe ifb numifbs=1000
modprobe act_mirred
# set up raw queuing discipline on ports.
tc qdisc add dev eth0.10 root handle 1:0 cbq bandwidth 100Mbit avpkt
1000 cell 8
tc qdisc add dev eth1.10 root handle 1:0 cbq bandwidth 100Mbit avpkt
1000 cell 8
# bring up IFB
ifconfig ifb10 up
# Add queuing disciplines to IFB
# Raw qdisc first.
tc qdisc a...
2007 Jan 30
2
dev IFB, few questions
...ion mirred egress mirror dev ifb0
tc filter add dev eth2 parent 1:0 protocol ip prio 1 u32 match ip dst
192.168.0.0/24 flowid 1:2 action mirred egress mirror dev ifb0
---
Everything is working fine. I can catch packets from and to users by
they ip address. Of course in my script I''ll use act_mirred redirect,
but now I''m testing on mirror.
But my question is... Am I doing this in right way?
Anybody knows better rules?
And another question, Is any possible to recognize if traffic is
incoming or outcoming from device using u32?
I''m doing this - ip src 192.168.0.0/24 or ip dst...
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus
codebase in libxl.
Changes in V3:
[1/5] Fix redundant checks in configure scripts
(based on Ian Campbell''s suggestions)
[2/5] Introduce locking in the script, during IFB setup.
Add xenstore paths used by netbuf scripts
to xenstore-paths.markdown
[3/5] Hotplug scripts setup/teardown invocations are now