this post was submitted on 08 Sep 2023
6 points (100.0% liked)

TrueNAS

570 readers
1 users here now

Welcome to the unofficial TrueNAS community!

Here for all things TrueNAS whether you need help with your core, scale, or enterprise edition setups or if you just want to discuss random stuff pertaining to TrueNAS!

Useful Links:

TrueNAS:

Truecharts:

Main MOD: @Sleeping@programming.dev

founded 1 year ago
MODERATORS
 

Is there a packaged solution (ansible script or similar) to setup Wireguard in a jail to get access to the network from outside of the local network?

top 2 comments
sorted by: hot top controversial new old
[–] Vector610@lemmy.world 3 points 1 year ago

Wireguard is just a VPN, it can't magically bypass any firewall or network ACLs. If you have access to change those rules then it would be the same as any other network.

[–] ArbiterXero@lemmy.world 1 points 1 year ago

Soo like docker?

You can probably run a vpn endpoint inside a container, though I’ve never tried.

The container can be configured to connect to services around the host it’s running on.