Skip to content

boumer7/docker-l2tp-vpn-no-ipsec

 
 

Repository files navigation

L2TP server for routers without IPSec / L2TP сервер для роутеров без IPSec

by boumer7

Оригинальный репозиторий и Issue

Technical details / Тех. детали

порты 1701:1701/udp -p 500:500/udp -p 4500:4500/udp

Установка

git clone https://github.com/boumer7/docker-l2tp-vpn-no-ipsec.git l2tp-boumer7
cd l2tp-boumer7

touch vpn.env
vim vpn.env/nano vpn.env

Добавьте и сохраните логин и пароль
VPN_USER=<ваш юзер>
VPN_PASSWORD=<ваш пароль>

сбилдите image
docker build -f Dockerfile.debian -t boumer7-l2tp:debian .

запустите докер компоуз
docker compose up --build -d

License / Лицензия

Note: The software components inside the pre-built image (such as Libreswan and xl2tpd) are under the respective licenses chosen by their respective copyright holders. As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Copyright (C) 2016-2024 Lin Song View my profile on LinkedIn
Based on the work of Thomas Sarlandie (Copyright 2012)

Creative Commons License
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License
Attribution required: please include my name in any derivative and let me know how you have improved it!

About

Modification of @hwdsl2 version, docker image to run VPN server, with L2TP (without IPsec) , Cisco IPsec and IKEv2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 89.2%
  • Dockerfile 10.8%