search for: wan_nic

Displaying 1 result from an estimated 1 matches for "wan_nic".

Did you mean: aq_nic
2007 Feb 01
0
tc filter Questions
...this message. Please also see attached for a pdf representation of my tc setup that may make understanding what I''m trying to do a bit easier. First, I mark my packets using NF_MARK in iptables like this: # mangle/POSTROUTING chain # Catch-all mark: iptables -t mangle -A POSTROUTING -o $WAN_NIC -j MARK --set-mark 0xFF # Skype & SSH traffic: iptables -t mangle -A POSTROUTING -p UDP -s ${LAN}.13 --sport 56168 -o $WAN_NIC -j MARK --set-mark 0x100 iptables -t mangle -A POSTROUTING -p ICMP -o $WAN_NIC -j MARK --set-mark 0x100 iptables -t mangle -A POSTROUTING -p TCP -m multiport --spor...