If 1.2.3.1 is absolute priority you should use the prio qdisc and put in a filter that brings 1.2.3.1's traffic to a band with higher priority (read the LARTC HOWTO in http://lartc.org/ ). If you want to give 1.2.3.2 minimum bandwidth to use (like 10 kbps) then I recommend HTB ( http://luxik.cdi.cz/~devik/qos/htb/ ) but you must patch both kernel and tc. In either case or if you decide to use anything else you should understand the problem domain. Start with readning LARTC-HOWTO. ----- Original Message ----- From: "George Tsuladze" <gio@ultracom.ge> To: <lartc@mailman.ds9a.nl> Sent: Wednesday, March 20, 2002 10:43 AM Subject: [LARTC] htb > How can i do the following: i have 100 kb leased line. I have 2 ips in > my network 1) 1.2.3.1 2) 1.2.3.2 , i gave all of them 100 kbps, but if > 1.2.3.1 needs 80 kb, and 1.2.3.2 downlloads with 90, 1.2.3.1 must get 80 > kb, and 1.2.3.2 continue download with 10 kbps. > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >