Operating System - Linux
1830931 Members
2361 Online
110017 Solutions
New Discussion

Re: IP Firewall with Quality of Service

 
Stefan Saliba
Trusted Contributor

IP Firewall with Quality of Service

Does anyone know if ipchains supports Quality of service by IP or does anyone know of a firewall software with Quality of Service running under Linux ?

2 REPLIES 2
Doug Preston
New Member

Re: IP Firewall with Quality of Service

reading the RFC2212 - Quality of Service specs
http://www.cis.ohio-state.edu/htbin/rfc/rfc2212.html

I would say that since a firewall is intended to block traffic that it probably fails in that articles intent. But using it to protect your system from attacks or unwanted connections works great without causing a breakdown in communication with those allowed to connect. If you have machines on the local network that ipchains has port forwarding for the connection will not notice any degredation in service. Nor will any machine on your local network passing to the internet through the firewall machine.
Bill Thorsteinson
Honored Contributor

Re: IP Firewall with Quality of Service

IPChains allow changes of Quality of service. Check the ipchaings man page for information on the -t option.

This is covered in the IP-Chains Howto http://www.linuxdoc.org/HOWTO/IPCHAINS-HOWTO-4.html under the topic "Manipulating the Type Of Service".