In Linux, we can
# echo 1 > /proc/sys/net/ipv4/ip_forward
or
# sysctl -w net.ipv4.ip_forward=1
There is no
sysctl
command nor /proc/sys/net/ipv4/ip_forward
file in Android.
Is there an equivalent operation in Android?
Asked by ibrahim
(21 rep)
Dec 9, 2015, 03:06 PM
Last activity: May 25, 2024, 01:44 PM
Last activity: May 25, 2024, 01:44 PM