Quote:
Originally Posted by Chris E
The above works perfectly to limit inbound
|
Actually, unless you control both end points, due to how TCP/IP works, it doesn't. Basically if you're the server side then you can influence the remote end point transmission rate by slowing down your responses but you can't force them. At least that's how I understand it, consult the LARTC if unsure.
Quote:
Originally Posted by Chris E
All the documentation out there seems to be based on IP or port, we need it per interface
|
No, you can actually do something like '/sbin/iptables -t mangle -A POSTROUTING -m mark --mark 0x0 -j MARK --set-mark [whatevermark];'