Displaying 2 results from an estimated 2 matches for "ppp7".
Did you mean:
ppp
2004 Sep 20
0
Shaper & prio qdisc
...f flowid 1:3
tc filter add dev eth0 protocol ip parent 1: prio 5 u32 match ip dport 20
0xffff flowid 1:3
....
and same for eth1.
Now i need to add shapers for some client connecting from eth1 via vpn and
gain real ip addresses (like 218.33.x.x)
I think, it must looks like this:
tc qdisc add dev ppp7 root tbf rate 150kbit buffer 1600 latency 10msec
it''s shape outgoing traffic from client, right?
But how to shape incoming traffic? I think, it must be class on eth0 with
parent 1:1(tbf qdisc), but tbf is classless, so i need to replace it? For
example, with htb.
I have 2 questions:
a)...
2009 Apr 02
1
WARNING: default route ignored on interface XXX
...9.61.77 0.0.0.0 255.255.255.255 UH 0 0 0
eth0
212.25.114.89 0.0.0.0 255.255.255.255 UH 0 0 0
ppp0
212.143.205.175 0.0.0.0 255.255.255.255 UH 0 0 0
ppp4
212.143.205.175 0.0.0.0 255.255.255.255 UH 0 0 0
ppp7
212.179.61.78 172.23.144.1 255.255.255.255 UGH 0 0 0
eth0
10.0.20.0 10.0.20.254 255.255.255.0 UG 0 0 0
vlan20
192.168.101.0 0.0.0.0 255.255.255.0 U 0 0 0
eth4
192.168.102.0 0.0.0.0 255.255.255.0 U 0 0...