-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello, I'm using prometheus QoS version 0.8.3-i:
prometheus -v
Prometheus QoS - "fair-per-IP" Quality of Service setup utility.
Version 0.8.3-i - Copyright (C)2005-2013 Michael Polak, Arachne Labs
iptables-restore & burst tunning & classify modification by Ludva
Credit: CZFree.Net, Martin Devera, Netdave, Aquarius, Gandalf
Is it possible to define ports or IP address to have no bandwidth limit?
For example I want no bandwith limit to the traffic to a windows file server server that is in another network, or the traffic to a specific port/service on gateway box running prometheus QoS will be not limited.
I am trying applying the followin iptables rules wich are not working :(
iptables -t mangle -I OUTPUT -p tcp -d 192.168.0.250/32 --dport 137:129 -o eth1 -j RETURN
Thank you for develop this great application, your help with this issue will be very appreciated,
Best resgards,