
Tether VPN Android
2020-01-30 / Dimas Lanjaka Kumala Indra
How to tethering vpn on android

ROOT is required
Requirement
Tutorial
- Start your VPN until connected
- Open terminal emulator
- Now connect your other devices to your android hotspot, try browsing any websites now :)
Type:
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
Alternative
install VPN tethering from play store
Tether VPN Android
PermaLink: https://www.webmanajemen.com/2020/01/tether-vpn-android.html
Google Rich Snippets | Schema Markup Validator | Google Pagespeed Insight