netpedia

Installation and Setup Netpedia

VPS Provider

Free VPS Provider

  1. hax.co.id
  2. free vps vc
  3. Cepat Cloud
  4. VPS Free

Relay Server

Setup VPN relay server on Android using v2rayNG:

  1. Scan Vmess QR Code connection
  2. Relay socks5 on 1080 port and http on 8080
  3. Set Up and Turn on Tether wifi

Client

Android

Installation and setup for Android:

  1. Install and set Tun2Tap
  2. Run with lazy-connect

    PC

    Installation and setup for PC client Requirements:

  3. Copy wintun dll file into system32
  4. Copy and rename tun2socks.exe into system32
  5. Download bat file and run as administrator

Advance Setup

Manual Wintun Run

For example, your proxy is http://192.168.191.57:7071, then:

  1. 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
    
  2. 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 :

    image

  3. 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.

image

  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

image

VPN2Share

Netmod

Reference

  1. Proxy to TAP Interface in Superuser
  2. UDPGW in stackpointer
  3. tun2socks