search for: 250kbit

Displaying 16 results from an estimated 16 matches for "250kbit".

Did you mean: 200kbit
2004 Jul 20
3
Fw: HTB - Really Big problem
----- Original Message ----- From: MichaƂ Joachimiak To: lartc@mailman.ds9a.nl Sent: Tuesday, July 20, 2004 3:45 PM Subject: HTB - Really Big problem Hello everybody! Since week i dig lists and www and can''t find solution for my problem. I''m using HTB 3.13 kernel 2-4-25 smp iptables 1.2.9. I''ve got situation like this: LAN------Linux Box(routing only)------- Linux
2008 May 11
13
Message flooding of syslog
Greetings; My syslog is getting 100s of thousands of messages like the following (these are just a sample); (BTW I am running Debian/lenny) > May 11 12:41:31 gatekeeper kernel: BANDWIDTH_IN:IN=eth1 OUT=eth0 SRC=192.168.0.4 DST=64.15.118.171 LEN=40 TOS=0x00 PREC=0x00 TTL=127 ID=37901 DF PROTO=TCP SPT=1307 DPT=80 WINDOW=17640 RES=0x00 ACK URGP=0 > May 11 12:41:31 gatekeeper kernel:
2007 Aug 24
3
traffic shaping stranges
...9;tcrules' file for tested interface (INT1_IF): 31:F $EXT_IF $INT1_IF:$ADM_IP all 32:F $EXT_IF $INT1_IF:$PRV_IP all 33:F $EXT_IF $INT1_IF:$MY_NET all and follow traffic classes in 'tcclasses': $INT1_IF 31 70kbit 250kbit 2 $INT1_IF 32 50kbit 250kbit 3 $INT1_IF 33 50kbit 250kbit 4 $INT1_IF 30 10mbit 10mbit 5 default Then when i test bandwidth for default class i have such result: lpc:~ # wget -v http://192.168.5.3:80/file.xyz --16:33:59--...
2005 May 09
1
individual connections
Is it possible (one way or another) to guarantee or to limit bandwidth of 1 session? E.g.: RDP: 750kbit rate, 1Mbit ceil default: 250kbit rate, 1Mbit ceil max bw per RDP connection: 100kbit guaranteed bw per RDP session: 20kbit R. -- ___________________________________________________________________ It''s so simple to be wise. Just think of something stupid to say and say the opposite. +----------------------------------...
2004 Apr 07
1
(no subject)
...30 pfifo limit 10 This simple setup should split the 1mbit bandwidth between TCP and UDP. I run 2 IPerf clients simultaneously Server: iperf -s -p 200 iperf -s -p 400 -u Client: iperf -c $ServerIP -p 200 iperf -c $ServerIP -p 400 -u then UDP traffic takes about 750kbit and TCP traffic takes about 250kbit Can anyone tell me why is that? thanx, Ibrahim _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 _______________________________________________ LARTC mailing list / LART...
2005 Dec 22
2
strange tc filter behavior
...rt 53 0xffff \ match u8 6 0xff at 9 \ flowid 1:12 $TC filter add dev imq0 protocol ip parent 1: prio 4 \ u32 \ match ip dport 53 0xffff \ match u8 17 0xff at 9 \ flowid 1:12 # # Interactivity # $TC class add dev imq0 parent 1:1 classid 1:99 htb prio 1 rate 50kbit ceil 250kbit $TC filter add dev imq0 protocol ip parent 1: prio 1 \ u32 \ match u16 0x0000 0xffc0 at 2 \ flowid 1:99 # # Rules for ouput via eth2 # $TC qdisc del dev eth2 root >&/dev/null $TC qdisc add dev eth2 root handle 2: htb default ffff r2q 1 $TC class add dev eth2 parent 2: clas...
2005 Jul 08
5
HTB Rate and Prio
...ate. tc qdisc add dev $QOSIN root handle 1:0 htb default 1000 tc class add dev $QOSIN parent 1:0 classid 1:1 htb rate 2000kbit ### SUBCLASS1 tc class add dev $QOSIN parent 1:1 classid 1:10 htb rate 750kbit ceil 2000kbit prio 1 tc class add dev $QOSIN parent 1:10 classid 1:101 htb rate 250kbit ceil 2000kbit prio 1 tc qdisc add dev $QOSIN parent 1:101 handle 101: pfifo limit 10 tc class add dev $QOSIN parent 1:10 classid 1:102 htb rate 250kbit ceil 2000kbit prio 1 tc qdisc add dev $QOSIN parent 1:102 handle 102: pfifo limit 10 tc class add dev $QOSIN parent 1:10 classid 1:103 htb rate...
2005 Mar 11
3
strange behaviour of qos
...19 $tc class add dev eth1 parent 1:0 classid 1:1 htp ratel ${CEIL_UP}kbit ceil ${CEIL_UP}kbit #classes, qdiscs and filters for services $tc class add dev eth1 parent 1:1 classid 1:11 htb rate 90kbit ceil 150kbit prio 0 $tc class add dev eth1 parent 1:1 classid 1:12 htb rate 100kbit ceil 250kbit prio 0 $tc class add dev eth1 parent 1:1 classid 1:13 htb rate 90kbit ceil 1250kbit prio 2 $tc qdisc add dev eth1 parent 1:11 handle 111: sfq perturb 10 # $tc qdisc add dev eth1 parent 1:11 handle 112: sfq perturb 10 # Typical $tc qdisc add dev eth1 parent 1:11 handle 113: sfq per...
2005 Jul 11
9
HTB Rate and Prio (continued)
Hi again, I keep posting about my problem with HTB -> http://mailman.ds9a.nl/pipermail/lartc/2005q3/016611.html With a bit of search I recently found the exact same problem I have in the 2004 archives with some graphs that explain it far better than I did -> http://mailman.ds9a.nl/pipermail/lartc/2004q4/014519.html and http://mailman.ds9a.nl/pipermail/lartc/2004q4/014568.html
2004 May 01
1
Managed switch? | PRIO chain
Saw this command on slashdot (http://ask.slashdot.org/article.pl?sid=04/03/24/0434224&mode=flat&tid=126&tid=95 ) to basically make a box behave like a managed switch: "tc qdisc add dev eth1 root tbf rate 250kbit latency 20ms burst 2kb" Followup: http://ask.slashdot.org/comments.pl?sid=101542&threshold=-1&commentsort=3&tid=126&tid=95&mode=flat&pid=8653105 Will this work? Is there a simpler way to have traffic forwarded between 2 interfaces (or ip''s??) to behave like...
2004 Jul 09
3
tc filter + bridging + htb -- works only if ip_forward = 0
...# ceil is 90% of max rate (768kbps) # rate is 80% of max rate # we don''t let it go to 100% because we don''t want the WAN provider to buffer CEIL=4500kbit RATE1=1000kbit RATE2=3000kbit RATE3=500kbit APPRATE1=1500kbit APPRATE2=750kbit APPRATE3=250kbit $TC qdisc ${TCOP} dev ${WAN} root handle 1: htb $TC class ${TCOP} dev ${WAN} parent 1: classid 1:1 htb rate ${CEIL} ceil ${CEIL} $TC class ${TCOP} dev ${WAN} parent 1:1 classid 1:10 htb rate ${RATE1} ceil ${CEIL} prio 1 $TC class ${TCOP} dev ${WAN} parent 1:1 classid 1:20 htb...
2007 May 04
0
RSVP RESV not seen
...lot 1514b avpkt 1000 weight 10Kbit \prio 6 maxburst 10 split 1:7FFE defmap ffff CBQ SCRIPT OUTPUT - (ON ALL NOCES): scipt ran with ./cbqinit eth1 10 class cbq 1: root rate 10Mbit (bounded,isolated) prio no-transmit class cbq 1:1 parent 1: rate 10Mbit prio no-transmit class cbq 1:2 parent 1:1 rate 250Kbit prio 6 class cbq 1:3 parent 1:1 rate 5Mbit prio 2 class cbq 1:4 parent 1:1 rate 100Kbit prio 7 class cbq 1:7fff parent 1:7ffe rate 1500Kbit prio 6 class cbq 1:7ffe parent 1:1 rate 2Mbit (isolated) prio no-transmit [root@netrat9 RSVP]# tc filter ls dev eth1 filter parent 1: protocol ip pref 1 rsvp...
2004 Jul 17
9
Re: QoS for Voip.
...for local net through the same router :-S I created a default class (30), any traffic that I didn''t wanted to give priority went here. And I created others (let me look at the scripts :P ): My max bandwith is 1024kbps. 10: Standart burst traffic (http,ftp,tftp,pop,imap,https). rate 250kbit ceil 97% of total uplink(downlink) prio 3. 14: Higher prio traffic (VoIP): rate 170kbit ceil 97% of total. prio 1. 15: ACK and these kind (SSH, and other interactive traffic, telnet). rate 170kbit ceil 97% prio 2. 20: Server traffic (we have some servers): rate 200kbit ceil 97% prio 3 30: trash (...
2005 Nov 04
4
Latency/burst problem with HTB
Hi all :) I''m new to this list, as I''m new too to traffic shaping ;) I''ve set up an FTP server in my ADSL line and I wanted it to serve as fast as possible as long as I don''t use my outgoing ADSL bandwidth, and I''m currently using HTB for that (succesfully, I must add). The problem is (when the FTP server is serving higher than its
2009 Apr 30
15
Shorewall Firewall con Openswan and OpenVPN
Hello guys, I past the last days trying to configure my shorewall 4.06 firewall to allow openvpn bridging connection. My scenario is the following: roadwarrior (openvpn client) -------------> Internet ------------> (X.Y.W.Z - eth0) Firewall/Gateway (10.x.x.254 - eth1) --------> Local Lan -------> OpenVPN Server (10.x.x.249 - br0) where 10.x.x.0-254 is my private lan X.Y.Z.W is
2005 Aug 09
4
Too slow computer?
Hello! I''ve put some questions on this list some weeks ago and I''ve got good answers. Thank you! Now I''ve finished my (beautyful) script and I ran it on my router... About my script: It routes packages based on their destination on the Internet. I have about 1650 preffered destination networks listed in some file. The script read this file and marks every package for