search for: flust

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

Did you mean: flush
2006 Jun 16
1
problem with multi gatway routing
...e T2 ip route add default scope global nexthop via $P1 dev $IF1 weight 1 nexthop via $P2 dev $IF2 weight 1 echo 1 > /proc/sys/net/ipv4/ip_forward IT=/usr/local/sbin/iptables FO=FORWARD IN=INPUT OT=OUTPUT PRE=PREROUTING POST=POSTROUTING MQ=MASQUERADE ######################## Flust all chains ################################## /sbin/iptables -F FORWARD /sbin/iptables -F OUTPUT /sbin/iptables -F INPUT /sbin/iptables -F -t nat /sbin/iptables -F -t mangle ####################### Set the default policy ############################# /sbin/iptables -P INPUT ACCEPT /sbin...