Tether VPN Android
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
Comments
Post a Comment
Bila Ada posting yang kurang, atau error atau yang lainnya, silahkan tinggalkan komentar agar artikel/post di perbaiki.
Jangan Lupa Cek Box "Notify Me" agar tahu komentar kamu dibalas oleh saya.
If there are any posts that are missing, or error or anything else, please leave a comment for the article / post to be fixed.
Do not Forget Check Box "Notify Me" to know our comments replied by me.