-
Notifications
You must be signed in to change notification settings - Fork 156
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
iptables issue #16
Comments
I have the same problem |
iKuiki
added a commit
to iKuiki/docker-vpn-pptp
that referenced
this issue
Nov 22, 2017
Thank you guys for reporting this issue. |
how can I use more account? add iptables ppp1 ppp2 ? |
Just use ppp+ |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I had to add theses rules, otherwise it doesn't works:
iptables -A INPUT -i ppp0 -j ACCEPT
iptables -A OUTPUT -o ppp0 -j ACCEPT
iptables -A FORWARD -i ppp0 -j ACCEPT
iptables -A FORWARD -o ppp0 -j ACCEPT
The text was updated successfully, but these errors were encountered: