Sign inSign up

thedmdim/rollter

By thedmdim

Updated over 4 years ago

IPsec VPN server with i2p and onion routing.

Image
4

625

thedmdim/rollter repository overview

github.com/thedmdim/rollter

Rollter

IPsec VPN server with i2p and onion routing

WEB serfing with no limits. Open any sites, including onion ones and i2p too!

Based on IPsec VPN server by hwdsl2

Requirements

  • docker server

Start server

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

For extended setup go to IPsec VPN server by hwdsl2, 'cause this image inherits all functionality of it.

Then, to access TOR/I2P, connect to http://192.168.42.1:8888

In Windows 10:
  1. Set up a manual VPN l2tp/IPsec connection on Windows 10
  2. Go to Network Connections > VPN
  3. Select your just created VPN connection and click Advanced options
  4. Scroll down to VPN proxy settings
  5. Select manual setup
  6. Enter 192.168.42.1:8888
  7. Connect to the VPN
iOS
  1. Go Settings -> General -> VPN
  2. Select L2TP connection
  3. Enter credentials
  4. Scroll down to proxy settings
  5. Select manual
  6. Enter 192.168.42.1:8888
  7. Connect to the VPN

Tag summary

Content type

Image

Digest

Size

72.8 MB

Last updated

over 4 years ago

docker pull thedmdim/rollter