How to tethering vpn on android ROOT Terminal Emulator Tutorial Start your
How to tethering vpn on android
ROOT is required
Requirement
Tutorial
- Start your VPN until connected
- Open terminal emulator and input below commands
su
ip link show
id
iptables -t filter -F FORWARD
iptables -t nat -F POSTROUTING
iptables -t filter -l FORWARD -j ACCEPT
iptables -t nat -I POSTROUTING -j MASQUERADE
ip rule del from 192.168.43.0/24 lookup 61
ip route del default dev tun0 scope link table 61
ip route del 192.168.43.0/24 dev wlan0 scope link table 61
ip route broadcast 255.255.255.255 dev wlan0 scope link table 61
exit
- Now connect your other devices to your android hotspot, try browsing any websites now :)
Alternative
install VPN tethering from play store