Searched refs:IPTABLES (Results 1 – 2 of 2) sorted by relevance
20 IPTABLES=/sbin/iptables55 …${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3…57 …${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3…
113 IPTABLES = '/sbin/iptables' variable in IpTablesContext121 return utils.system_output('%s %s' % (self.IPTABLES, command),