1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/pptp/README.md

25 lines
348 B
Markdown
Raw Permalink Normal View History

2016-06-30 06:19:43 +00:00
pptp
====
Containerized PPTP Client
## up and running
```
sudo modprobe nf_conntrack_pptp nf_conntrack_proto_gre
docker-compose up -d
docker-compose logs -f
ip link show
ip addr show
ip route show
2023-10-17 06:54:23 +00:00
curl ipinfo.io
2016-06-30 06:19:43 +00:00
```
## references
- <http://pptpclient.sourceforge.net/howto-debian.phtml>
- <https://wiki.archlinux.org/index.php/PPTP_Client>