search for: soestcom1

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

2009 Mar 09
1
port based routing
...et up the following mangle and routing rules: $IPTABLES -A OUTPUT -t mangle -p tcp --dport 1100 -j MARK --set-mark 1 $IPTABLES -A OUTPUT -t mangle -p tcp --dport 1101 -j MARK --set-mark 2 $IPTABLES -A OUTPUT -t mangle -p tcp --dport 1102 -j MARK --set-mark 3 $IP route add default dev ppp100 table SOESTCOM1 $IP route add default dev ppp101 table VERSATEL1 $IP route add default dev ppp102 table TONLINE1 $IP rule add from all fwmark 1 table SOESTCOM1 $IP rule add from all fwmark 2 table VERSATEL1 $IP rule add from all fwmark 3 table TONLINE1 iptables -t mangle -L -vn output: http://pastebin.centos.or...