-
Notifications
You must be signed in to change notification settings - Fork 44
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
"ping: socket: Operation not permitted" inside namespace #103
Comments
Hey, Try running it with |
With the |
It adds extra firewall rules to stop anything from communicating to the internet without using the VPN from inside the namespace. So like if OpenVPN died for example, it stops it from trying to reconnect via your normal connection. Specifically above it seems the issue is one of the iptables rules, although I'm not sure why only that one would cause it not to be able to connect:
The simplest solution (unless you're using iptables for other things) would be to install
vopono will use that by default where available. |
I use iptables for fail2ban and custom rules to block some iplist with ufw. |
Hi,
I'm using a custom vpn, with the method described in the user guide, but I don't have connection inside namespace.
Inside the namespace I can't ping (with the error on the title) and outside I can't ping the ip of the namespace.
There are some error on the iptables section, but I don't know if it's related.
Here's the full log of the command I'm using (with some data masked).
Let me know if you need something else to debug this out.
The text was updated successfully, but these errors were encountered: