mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
25 lines
348 B
Markdown
25 lines
348 B
Markdown
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
|
|
|
|
curl ipinfo.io
|
|
```
|
|
|
|
## references
|
|
|
|
- <http://pptpclient.sourceforge.net/howto-debian.phtml>
|
|
- <https://wiki.archlinux.org/index.php/PPTP_Client>
|