Sample Header Ad - 728x90

How to enable IP forwarding in Android?

2 votes
1 answer
8589 views
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