OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POSTROUTING
(Results
1 - 7
of
7
) sorted by null
/device/google/cuttlefish_common/tools/
vlan_prototype_down.sh
19
iptables -t nat -D
POSTROUTING
-s "${network}" -j MASQUERADE
vlan_prototype_up.sh
20
iptables -t nat -A
POSTROUTING
-s "${network}" -j MASQUERADE
/external/iptables/etc/
xtables.conf
12
chain
POSTROUTING
hook NF_INET_POST_ROUTING prio -150
25
chain
POSTROUTING
hook NF_INET_POST_ROUTING prio 100
46
chain
POSTROUTING
hook NF_INET_POST_ROUTING prio -150
59
chain
POSTROUTING
hook NF_INET_POST_ROUTING prio 100
/external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh
55
iptables -t nat -A
POSTROUTING
-o $UPLINK -j MASQUERADE
66
iptables -t nat -D
POSTROUTING
-o $UPLINK -j MASQUERADE
p2p-action.sh
82
iptables -t nat -A
POSTROUTING
-o $UPLINK -j MASQUERADE
93
iptables -t nat -D
POSTROUTING
-o $UPLINK -j MASQUERADE
/device/generic/goldfish/wifi/
init.wifi.sh
97
execns ${NAMESPACE} /system/bin/iptables -w -W 50000 -t nat -A
POSTROUTING
-s 192.168.232.0/21 -o eth0 -j MASQUERADE
98
execns ${NAMESPACE} /system/bin/iptables -w -W 50000 -t nat -A
POSTROUTING
-s 192.168.200.0/24 -o eth0 -j MASQUERADE
/development/scripts/
reverse_tether.sh
159
sudo iptables -t nat -A
POSTROUTING
-o $LAN_DEV -j MASQUERADE
Completed in 583 milliseconds