IPsec VPN server with i2p onion and yggdrasil routing
WEB serfing with no limits. Open any sites: onion, i2p and yggdrasil too!
Based on IPsec VPN server by hwdsl2
- docker server
- Move from TinyProxy to 3proxy for transparent rounting without necessity to specify proxy in VPN settings
docker run \
--name rollter \
-e VPN_IPSEC_PSK=your_ipsec_pre_shared_key \
-e VPN_USER=your_vpn_username \
-e VPN_PASSWORD=your_vpn_password \
-p 500:500/udp \
-p 4500:4500/udp \
-d --privileged \
thedmdim/rollter
Then, to access TOR/I2P/YGG, connect to http://192.168.42.1:8888
- Set up a manual VPN l2tp/IPsec connection on Windows 10
- Go to Network Connections > VPN
- Select your just created VPN connection and click Advanced options
- Scroll down to VPN proxy settings
- Select manual setup
- Enter 192.168.42.1:8888
- Connect to the VPN
- Go Settings -> General -> VPN
- Select L2TP connection
- Scroll down to proxy settings
- Select manual
- Enter 192.168.42.1:8888
- Connect to the VPN