Searched refs:IPTABLES (Results 1 – 3 of 3) 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…
18 IPTABLES = "iptables" variable107 if splitted[0] == IPTABLES:171 iptables = IPTABLES175 iptables = IPTABLES178 iptables = IPTABLES
113 IPTABLES = '/sbin/iptables' variable in IpTablesContext121 return utils.system_output('%s %s' % (self.IPTABLES, command),