search for: outgoingcustommark

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

2006 Jan 30
0
loadbalancing multipath routing frequently freezes udp connections
...# contains MARK rules for connection initiations coming from the inside # routed by multi path routes iptables -t mangle -N OUTGOINGMARK # contains MARK rules for connection initiations coming from the inside # forced by user configuration to leave through a specific uplink iptables -t mangle -N OUTGOINGCUSTOMMARK iptables -t mangle -A POSTROUTING -j OUTGOINGMARK -m state --state NEW iptables -t mangle -A POSTROUTING -j CONNMARK --save-mark -m state --state NEW -m mark ! --mark 0 iptables -t mangle -A PREROUTING -j CONNMARK --restore-mark iptables -t mangle -A PREROUTING -m mark ! --mark 0 -j ACCEPT iptabl...