HomeSort by relevance Sort by last modified time
    Searched refs:IPTABLES (Results 1 - 2 of 2) sorted by null

  /device/moto/stingray/ril/
wrigley-iptables.sh 4 # This script sets up any static iptables rules required for the Wrigley. For
19 # connection-based authentication scheme instead. By using iptables, we are
35 IPTABLES="/system/bin/iptables"
40 $IPTABLES -F oem_out_wrigley # No-op on 1st inst of this script
41 $IPTABLES -N oem_out_wrigley # No-op on 2nd-Nth inst of this script
42 $IPTABLES -A oem_out -d 192.168.20.2 -j oem_out_wrigley
47 $IPTABLES -F oem_out_wrigley_sens # No-op on 1st inst of this script
48 $IPTABLES -F oem_out_wrigley_other # No-op on 1st inst of this script
49 $IPTABLES -N oem_out_wrigley_sens # No-op on 2nd-Nth inst of this scrip
    [all...]
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 20 IPTABLES=/sbin/iptables
55 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
57 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst

Completed in 224 milliseconds