LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to install QOS (https://www.linuxquestions.org/questions/linux-networking-3/how-to-install-qos-247300/)

chrisjwray 10-25-2004 09:50 PM

How to install QOS
 
Hi, Im new to this forum and linux in general.
I currently have a dilemma, my housemate uses a webcam on our internet connection 24/7 and it is killing our upload bandwidth.
I have a linux machine acting as the gatway to our DSL modem and would like to set up some kind of bandwidth shaping. Preferably just give him lower priority than anybody else or even just limit his upload speed to about 10k/s. Ive alsready gave him a static IP.
I found wondershaper and will probably use that as a starting guide but I need to set the kernel to use QOS first. Can anybody tell me how to do this. Im using fedora kernel 2.6.5-1.358.

Thanks in advance

Chris

win32sux 10-25-2004 10:36 PM

basically you just need to re-compile your kernel with qos support...

this is one of the best kernel compile guides i've seen:

http://www.digitalhermit.com/linux/K...ild-HOWTO.html

chrisjwray 10-26-2004 08:53 AM

Thanks, Ill go through it this afternoon :D.

bruj3w 10-26-2004 10:42 AM

tc should be compiled with the kernel by default, shouldnt really need to recompile.

anyway, check out http://lartc.org awesome site.

chrisjwray 10-26-2004 11:05 AM

Yeah, thats where I got the info on wondershaper. When I do lsmod this is the output. Sorry, Im not sure how to format this.

Module Size Used by
iptable_filter 2048 1
ipt_MASQUERADE 2560 5
iptable_nat 17452 2 ipt_MASQUERADE
ip_conntrack 24968 2 ipt_MASQUERADE,iptable_nat
ip_tables 13440 3 iptable_filter,ipt_MASQUERADE,iptable_nat
smbfs 50808 2
ipv6 184288 10
parport_pc 19392 1
lp 8236 0
parport 29640 2 parport_pc,lp
autofs4 10624 0
serial_cs 6684 1
ds 12292 5 serial_cs
yenta_socket 15104 2
pcmcia_core 46792 3 serial_cs,ds,yenta_socket
sunrpc 101064 1
3c59x 30376 0
floppy 47440 0
sg 27552 0
scsi_mod 91344 1 sg
microcode 4768 0
dm_mod 33184 0
usblp 9476 0
uhci_hcd 23708 0
ext3 102376 2
jbd 40216 1 ext3

Theres no list of QOS here.


All times are GMT -5. The time now is 09:40 AM.