-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PPTP client doesn't work #95
Comments
That message Offending lines are Probably should be simply
But it's not fatal in our case. Except this thing Docker image is ok. You have to fix your routing problem.
ppp is trying to override your default route as bigger mask wins and all your outgoing traffic goes through your new connection initiated by pptp client. Ingoing part is still default route and it's a big surprise for your ssh client. As iptables -L output is missing its hard to say more.
So you could segregate traffic a bit not routing all the stuff but only a small part.
|
@sn00p thanks for the response! I'm using PPTP to access corporate intranet, so I removed |
I'm trying to run pptp image. compose starts successfully, but after that connectivity is completely lost on my machine. Tried to ping public internet or even my VPN gateway, doesn't work
docker-compose file and output logs are here
There's a suspicious line there:
Error: either "to" is duplicate, or "uid" is a garbage.
The host runs on Ubuntu Bionic,
docker version is 18.09.0
docker-compose version is 1.23.2
The text was updated successfully, but these errors were encountered: