Displaying 2 results from an estimated 2 matches for "if_int".
Did you mean:
of_int
2004 Jul 11
0
htb quantum/r2q problem/question
...n of rate, from 2kb to 40Mb
and i have some problems with i don''t know how to deal with.
so here are some classes 2 with q=1000, one with q 200000 and one with
q=6400, all have been calculated by htb, in the code i speficien just
rate,ceil, no quantum, no r2q, no bursts
($tc class add $IF_INT parent 1:2 classid 1:21 htb rate
${eth1_web_r}kbit prio 1)
class htb 1:199 parent 1:10 leaf 1990: prio 2 quantum 200000 rate
23000Kbit ceil 47040Kbit burst 10Kb/8 mpu 0b cburst 61800b/8 mpu 0b level 0
class htb 1:2 parent 1:20 prio 1 quantum 1000 rate 48Kbit ceil 48Kbit
burst 10Kb/8 mpu 0b cbu...
2004 Oct 18
0
GNU/Linux Router with poptop problem
...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 seran les nostres polítiqu...