Displaying 2 results from an estimated 2 matches for "jzny".
Did you mean:
jony
2004 Apr 13
0
FWD IMQ mail on netdev
...rk 1 \
action mirred egress redirect dev dummy0
# note, the above just shows eth0 and only at ingress;
# you could repeat this on egress/ingress of any device
# and redirect to dummy0 if you wanted;
A Little test:
from another machine ping so that you have packets going into the box:
-----
[root@jzny action-tests]# ping 10.22
PING 10.22 (10.0.0.22): 56 data bytes
64 bytes from 10.0.0.22: icmp_seq=0 ttl=64 time=2.8 ms
64 bytes from 10.0.0.22: icmp_seq=1 ttl=64 time=0.6 ms
64 bytes from 10.0.0.22: icmp_seq=2 ttl=64 time=0.6 ms
--- 10.22 ping statistics ---
3 packets transmitted, 3 packets receiv...
2007 Mar 28
1
traffic shaping with NAT: IFB as IMQ replacement?
.../25922
http://www.spinics.net/lists/lartc/msg19965.html
(many more)
[1] IMQ: http://www.linuximq.net/
[2] "shaping": http://mailman.ds9a.nl/pipermail/lartc/2004q3/013093.html
[3] IFB: netdev mailing list thread "dummy as IMQ replacement"
Message-Id: 1107123123.8021.80.camel@jzny.localdomain
http://marc.info/?l=linux-netdev&m=110712327422706&w=2
[4] Note: I think using the old policer [Symbol: NET_CLS_POLICE [=n] Prompt: Traffic
Policing (obsolete)] this maybe works? It seems ingress policing happens
after netfilter PREROUTING if you use NET_CLS_POLICE but usin...