search for: if_ext

Displaying 3 results from an estimated 3 matches for "if_ext".

2002 Dec 29
8
wondershaper + htb prio + qdisc prio
...ut the connection, and no more game, the player is unhappy. The normal ping is 50ms. so he thinks to put some prio on the ping-echo packets to make the ping be extra small, he try the wondershapper from the lartc, don''t work, make a simplified script just for icmp with is: $tc qdisc del $IF_EXT root $tc qdisc add $IF_EXT handle 1: root htb default 2 $tc class add $IF_EXT parent 1: classid 1:9 htb rate 500kbit burst 6k $tc class add $IF_EXT parent 1:9 classid 1:1 htb rate 500kbit ceil 500kbit burst 6k prio 1 $tc class add $IF_EXT parent 1:9 classid 1:2 htb rate 64kbit ceil 500kbit burst 6k...
2003 Oct 27
4
Need help with HTB
...e response times I''m getting upon pinging the server are almost the same I get without the htb script being loaded. Any ideas ? Here goes my script: where eth1 = the internal network card eth0 = the link to my ISP ipt="/sbin/iptables" tc="/sbin/tc" IF_EXT=eth0 IF_LOC=eth1 ######################################################################## ##### $tc qdisc del dev $IF_EXT root $tc qdisc add dev $IF_EXT handle 1: root htb default 99 r2q 1 $tc class add dev $IF_EXT parent 1: classid 1:1 htb rate 100kbit $tc class add dev $IF_EXT parent 1:1...
2004 Oct 18
0
GNU/Linux Router with poptop problem
...otocol (I don''t know why). Someone can help me? Thank you very much. Àlex Good luck! #Tallafocs per al servidor OSF #!/bin/bash #Ens definim les variables per al script... IPT=/sbin/iptables LAN="192.168.2.0/24" LAN_VPN="192.168.0.0/24" ANY="0.0.0.0/0" IF_EXT="eth0" IF_INT="eth1" IF_VPN="ppp+" UP_PORTS="1024:65535" DNS_SERVER="194.224.52.4" #Eliminem qualsevol resta del tallafocs anterior... $IPT -t filter -F $IPT -t nat -F $IPT -t filter -X $IPT -t nat -X $IPT -t filter -Z $IPT -t nat -Z #Aquestes se...