Skip to content
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

Closed
davidbullado opened this issue Nov 4, 2017 · 4 comments
Closed

iptables issue #16

davidbullado opened this issue Nov 4, 2017 · 4 comments

Comments

@davidbullado
Copy link

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

@iKuiki
Copy link

iKuiki commented Nov 21, 2017

I have the same problem

iKuiki added a commit to iKuiki/docker-vpn-pptp that referenced this issue Nov 22, 2017
@pszalko
Copy link
Contributor

pszalko commented Nov 22, 2017

Thank you guys for reporting this issue.
@yinhui87 could you create pull request from your commit so I can merge it and release new version?

@ubaops
Copy link

ubaops commented Feb 11, 2018

how can I use more account? add iptables ppp1 ppp2 ?

@deba12
Copy link

deba12 commented Feb 11, 2018

Just use ppp+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants