similar to: linux tc + contab

Displaying 20 results from an estimated 1000 matches similar to: "linux tc + contab"

2006 Jan 30
3
P4 dual core vs AMD64 dual core with HTB
Hi All, Please for some advice. I have Linux router that do traffic control with HTB , routing and traffic counting. currently machine is with P4 2.2GHZ 1GB RAM. I plan to migrate to dual core CPU. I know well P4 dual core but is it anybody has experience with AMD64 dual core / or single core / for traffic control . I use Deban Linux for my router. Can I expect problems with HTB and iproute 2
2005 May 16
3
ip_conntrack limit --- torrent , DC++ , eMule
Hi all, i need advice how can i limit ip_conntrack per IP. clients of network that i support often uses torrent , DC++ , eMule clients and i have lost packages because they open too many ports. i have traffic control limits but this obviously isn''t enough Any advance how to prevent server from this kind problems will be welcome. Best regards Emil
2006 Jul 13
1
detail explain of file creation process
Hi, Could someone point me to documentation or explain in detail, process of creating file.(space reservation, inode....) What is happen at low lavel? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ext3-users/attachments/20060713/2c862514/attachment.htm>
2005 Jan 07
2
Loading module app_realtime.so failed!
Can anyone help me with this: - root@foxy:~ > asterisk root@foxy:~ > asterisk -r Asterisk CVS-v1-0-12/28/04-11:37:32, Copyright (C) 1999-2004 Digium. Written by Mark Spencer <markster@digium.com> ========================================================================= Connected to Asterisk CVS-v1-0-12/28/04-11:37:32 currently running on foxy (pid = 1751) foxy*CLI> foxy*CLI>
2007 Jun 19
4
Why does this script noet work (bandwidth, tc en u32)
Hi, Can anyone point me out where the script below is wrong? All I want is that host 172.31.1.1 can only use 10 megabit. If I run this script on the in-between router nothing happens (the host uses still the full 100 mbit, tested with iperf) , so i assume that something must be wrong.... #!/bin/sh # LAN1 NIC tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1: htb tc class add dev
2004 Oct 06
3
HTB and Openvpn
Hi! I have just started with traffic shaping, and after hours of reading websites, man pages asf. I am still stumped at one problem I have. The interface eth0 is attached to the outside world, and I have an openvpn tunnel to another part of the organization using eth0 and port 5001. The idea was that all traffic going through the tunnel would have top priority and the rest share
2005 Dec 15
3
tc strange behaviour
hi all, I''m trying to do the following: tc qdisc add dev eth0 root handle 1: htb default 15 tc class add dev eth0 parent 1:0 classid 1:1 htb rate 1mbit tc class add dev eth0 parent 1:1 classid 1:15 htb rate 512kbit ceil 1mbit what I expect: limit outgoing traffic to 1mbit, start rate is 512kbit and let it grow up to 1mbit (correct me if i''m wrong here) so, here is the problem
2005 Dec 16
1
tc strange behaviour (some discoveries)
hi All, seems like a kernel problem when I do the following on kernel 2.6.12.5 tc qdisc add dev lo root handle 1: htb default 1 tc class add dev lo parent 1: classid 1:1 htb rate 512kbit ceil 1mbit all works as expected (traffic is limited to 1mbit), but this doesn''t work the same way on kernel 2.6.14.3, and actually only ceil has effect (in my previous message I mentioned
2006 Mar 02
7
counter-strike
Hi list! I have a LAN server with Gentoo Linux. It''s a Pentium III at 1000 MHz with 256 MB SDRAM. I''ve implemented a QoS solution with HTB and SFQ. Here is the diagram: _______________________________________________________________________ 1:--+----1:1 - [ counter-strike & icmp ] rate=1Mbit; ceil=1Mbit; | prio 0; (u32 filter
2005 Jan 27
1
question about filter priorities and "tc -d filter show" output
The interface is setup like this: # tc qdisc del dev eth0 root # tc qdisc add dev eth0 root handle 1: htb default 2 # tc class add dev eth0 parent 1: classid 1:2 htb rate 20mbit ceil 20mbit If I add a second class and a filter to send traffic to it like this: # tc class add dev eth0 parent 1: classid 1:130 htb rate 1Mbit ceil 1Mbit # tc filter add dev eth0 protocol ip parent 1:0 prio 130 u32
2008 Sep 10
4
theora video editor
i am looking for a theora video editor do yous know of any? Make the switch to the world&#39;s best email. Get Yahoo!7 Mail! http://au.yahoo.com/y7mail
2004 Apr 24
1
Error loading profiles -- Samba 3.02a & LDAP
Hi, I'm setting up Samba 3.0.2a & ldapsam in my home lab and everythin appears to be working correctly except for profiles. Using Samba 3.02a openldap-2.1.22 smbldap-tools-0.8.4 When a user 'debra' tries to logon from a XP system that has joined the domain she gets the following error message "Windows did not load your roaming profile and is attempting to log you on with
2011 Jul 22
2
missing run-parts in /etc/crontab
hello, after a Centos 6 fresh install, I don't see any run-parts scripts in /etc/contab like in the 5.x releases : # run-parts 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly was it moved somewhere else ? am I missing any package ? thanks, Tom
2003 Mar 17
1
Smbpasswd without prompt?
Hello again! :-) Mine he doubts he is with relation to smbpasswd, would like to add to an user and a password standard from one script (*in botton), but I did not obtain to eliminate prompt requesting the new password and password verification, like make in useradd. This is possible? I use Red Hat 8.0 box with a Samba 3.0 Alpha running a PDC. Me he seems that alone it functions compiling with
2011 Mar 02
3
Rcommander
Dear Sirs, i just downloaded the R programm on my Macbook, but I canĀ“t open Rcmdr, although I installed the needed Rcmdr-packages. I would be very happy, if you could help me. Telephone: +49 151 10868600 (Germany) or e-mail Yous sincerely, Selda Korkmaz sk@seldakorkmaz.com www.seldakorkmaz.com [[alternative HTML version deleted]]
2007 Dec 01
10
Fixtures Cleanup
All, I''ve been playing a bit with some patches to make the fixture loading and management code a little bit easier to maintain. If I were to start chopping out features, how would you feel about losing: Fixture instantiation, Old school single-file fixtures, CSV fixtures, The ability to specify a subset of fixtures (everything''s always loaded instead), The ability to
2004 Aug 06
3
Play music for a link
Hello! Please, I would like to know how I can play music by link of the my web-site... My radio is: http://200.206.207.221:8000 The link, this: <embed type="application/x-mplayer2" ID="MediaPlayer" Name="MediaPlayer" WIDTH="127" HEIGHT="16" src="http://200.206.207.221:8000" autostart="1" transparentatstart="1"
2003 Apr 07
4
BW using CBQ/tc for VPN Ipsec i/f?
Hi all, I want to allocate bandwidth for ipsec interface using CBQ/tc. Suppose the conf. file is like this, DEVICE=ipsec0,10Mbit,1Mbit RATE=128Kbit WEIGHT=10Kbit PRIO=5 RULE=192.128.1.0/24 Does it work or What else options need to be taken care like ipsec packets/protocol/port # etc.? C''d anybody suggest please? regds, Srikanth. _______________________________________________ LARTC
2003 Mar 13
2
subdirectory of home
Hi. Sorry: my level of english is not enough good. I hope you understand what I mean. My question is: it's possible to share a subdirectory (and only one subdirectory for every user) in the section [homes]? The version of samba which i'm working is 2.2.7a, over Solaris 8. Thanks in advance. --
2018 Jun 16
4
About the membership issue
Concerning the disabled membership (yesterday). Is there anything that I should do? Visiting the "re-enable" link shows only a plain site with meta information about the list but without any feedback like "membership enabled". Albeit some postings are coming in again now (with "normalized" sender address <centos at centos.org>). Seems the work to resolve