Installation and Setup Netpedia
VPS Provider
Free VPS Provider
- hax.co.id
- free vps vc
- Cepat Cloud
- VPS Free
Relay Server
Setup VPN relay server on Android using v2rayNG:
- Scan Vmess QR Code connection
- Relay socks5 on 1080 port and http on 8080
- Set Up and Turn on Tether wifi
Client
Android
Installation and setup for Android:
- Install and set Tun2Tap
- Run with lazy-connect
PC
Installation and setup for PC client Requirements:
- Copy wintun dll file into system32
- Copy and rename tun2socks.exe into system32
- Download bat file and run as administrator
Advance Setup
Manual Wintun Run
For example, your proxy is http://192.168.191.57:7071, then:
- open cmd in Administrator Mode, create layer 3 network interface(tap)
tun2socks -device wintun -proxy http://192.168.191.57:7071
tun2socks -device wintun -proxy socks5://host:port
- set the IP Address and get the interface number using route print. For example, 51 were identified as WireGuard Tunnel. By using CMD :
netsh interface ip set address name="wintun" source=static addr=192.168.123.1 mask=255.255.255.0 gateway=none
Use Interface :
- Set the gateway to tap interface except for proxy routing. Route default traffic to the TUN interface and make the proxy server IP as an exception.
route print
route add 0.0.0.0 mask 0.0.0.0 192.168.123.1 if <IF NUM> metric 5
route add <proxy server ip> mask 255.255.255.255 <primary gateway ip for proxy server>
Use Proxy Setting
VPN2Share
Netmod
Reference
- Proxy to TAP Interface in Superuser
- UDPGW in stackpointer
- tun2socks