Searched refs:IPTABLES (Results 1 – 5 of 5) sorted by relevance
55 IPTABLES=`which iptables 2> /dev/null`56 if [ "x$IPTABLES" = "x" ]; then57 IPTABLES=/sbin/iptables59 if [ ! -x "$IPTABLES" ]; then60 echo "$IPTABLES cannot be executed"70 $IPTABLES -D POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$n/3271 $IPTABLES -D POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$dest/32
72 IPTABLES=`which iptables 2> /dev/null`73 if [ "x$IPTABLES" = "x" ]; then74 IPTABLES=/sbin/iptables76 if [ ! -x "$IPTABLES" ]; then77 echo "$IPTABLES cannot be executed"104 $IPTABLES -A POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$n/32105 $IPTABLES -A POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$dest/32108 $IPTABLES -P FORWARD ACCEPT
43 $(eval $(call tar_download,IPTABLES,iptables,1.8.7,.tar.bz2,https://www.netfilter.org/projects/ipta…