Networking Forums

Networking Forums > Computer Networking > Linux Networking > Bandwidth Prioristising based on Application

Reply
Thread Tools Display Modes

Bandwidth Prioristising based on Application

 
 
craig
Guest
Posts: n/a

 
      01-22-2004, 09:28 PM
Hi all,

I have an apparently basic QoS requirement. Basically, I have one
application which I would like to get priority over our 256k leased
line between two sites. The application is MFGPro - so essentialy I
have a databse server at a remote site, and a few users working with
it (mainly reading) at our site. There will also be e-mail, file
sharing and some web traffic traversing the link.

All I want to do is prioritise the MFGPro traffic. I started reading
the 'Advanced routing howto' for linux, and must admit found it
daunting. Do you think that it would be sufficient to follow the
suggestions in the cookbook section re using IPTABLES to manipulate
TOS bits for this traffic (which goes to a known dedicated TCP port) ?
i.e. :

Should you have an application that does not do this, you can always
do it with netfilter. On your local box:
# iptables −A OUTPUT −t mangle −p tcp
−−dport telnet \
−j TOS −−set−tos Minimize−Delay
# iptables −A OUTPUT −t mangle −p tcp
−−dport ftp \
−j TOS −−set−tos Minimize−Delay
# iptables −A OUTPUT −t mangle −p tcp
−−dport ftp−data \
−j TOS −−set−tos Maximize−Throughput

But substitute the appropriate port number/s for our application.

Any thoughts and advice most welcome !

Cheers,

Craig Jackson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IP address based Bandwidth Control ali Linux Networking 3 06-14-2007 05:42 AM
using squid to limit bandwidth based on domain cwhite@theatomicmoose.ca Linux Networking 4 12-21-2006 05:38 PM
Network issues with a server based application Jason Windows Networking 2 01-04-2006 06:32 PM
Looking for home based Linux LKM and socket based application project GS Linux Networking 1 05-30-2005 08:56 PM
limit outgoing bandwidth for an application Lasse K. Christiansen Linux Networking 4 07-04-2003 03:01 PM



1 2 3 4 5 6 7 8 9 10 11