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

Nested Vopono? #283

Open
NGC3034 opened this issue Oct 25, 2024 · 1 comment
Open

Nested Vopono? #283

NGC3034 opened this issue Oct 25, 2024 · 1 comment

Comments

@NGC3034
Copy link

NGC3034 commented Oct 25, 2024

What would be the best way to do something like this:

vopono exec \
"vopono exec "ping 8.8.8.8" --custom "wg0-2.conf" --protocol wireguard" \
--custom "wg0-1.conf" --protocol wireguard
@jamesmcm
Copy link
Owner

jamesmcm commented Nov 9, 2024

At the moment vopono expects a physical network interface e.g. eth0 etc. for the bridge from the network namespace to connect to, so this isn't possible.

It might be possible by creating a tap device for each network namespace and bridging between those. But it's a lot of extra complexity (it'd mean a lot more, different firewall rules too). If you really need something like this I'd recommend looking at Qubes OS or a docker-compose set up that can do it.

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