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

SecureNAT #1

Open
donaldmoore opened this issue Jun 12, 2014 · 3 comments
Open

SecureNAT #1

donaldmoore opened this issue Jun 12, 2014 · 3 comments

Comments

@donaldmoore
Copy link

Been trying to get this to work with SecureNat. Notice you got a dockerfile working with the OpenVPN client. I suspect it needs some iptable rules.

your thoughts?

@mikz
Copy link
Owner

mikz commented Jun 13, 2014

It was working. I was able to connect through the admin app, but my clients were not. In the end I dropped the effort.

Maybe running and configuring it first without docker would be smarter. I might try it again with --privileged flag to give it more permissions.

@donaldmoore
Copy link
Author

I tried with privileged and that doesn't resolve the issue. Perhaps trying iptables -t nat -A POSTROUTING -s 192.168.30.0/24 -o eth0 -j MASQUERADE might help. Might need to change ip block to match your correct range. I rather use SecureNat as it utilizes the native client of the operating system.

@mikz
Copy link
Owner

mikz commented Jun 13, 2014

Honestly it was my first try with softether, but it should not be NAT issue as my clients just did not connected at all. They disconnected during handshake.

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

2 participants