[PLUG] IP packet prioritizing

tgs tgs@finbar.dyndns.org
Tue, 29 Aug 2000 21:34:04 -0500


hello Eric.

Look at section 4.1.4.3 of the IPCHAINS-HOWTO.
In short, you want to add ipchains entries using
the -t option.  The generic ones suggested by the
HOWTO are
ipchains -A output -p tcp -d 0.0.0.0/0 telnet -t 0x01 0x10
ipchains -A output -p tcp -d 0.0.0.0/0 ftp -t 0x01 0x10
ipchains -A output -p tcp -s 0.0.0.0/0 ftp-data -t 0x01 0x08

to set telnet and ftp control sessions to low
latency and ftp-data to high throughput.
The HOWTO is available at:
http://metalab.unc.edu/pub/Linux/docs/HOWTO/IPCHAINS-HOWTO


good luck
--
Thomas Smith <chihuahua@tmbg.org>