Error install vpn into Jail

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Are these their instructions to install on FreeBSD?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
You could do
Code:
pkg install bash
fetch https://downloads.nordcdn.com/apps/linux/install.sh
bash ./install.sh

But it probably still won't work because TrueNAS CORE is not Linux and VPN needs specific kernel interfaces and support.

You could try to use the OpenVPN client available in the UI.
 

evirc

Dabbler
Joined
Dec 20, 2023
Messages
15
Screenshot 2024-01-04 231557.png
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
TrueNAS CORE is not Linux as I wrote. Please do not post screenshots for command output but copy and paste text
Code:
in code tags like this
instead.

Thanks.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Why not just install wireguard in the jail? It's supported by NordVPN, is simple to install and set up and only requires a configuration file for connection.
 
Joined
Oct 22, 2019
Messages
3,641
Does NordVPN offer on its website/dashboard a place to "generate config files"?

If so, you can generate WireGuard config files, which will work with the standard wireguard-tools and wireguard service in FreeBSD. The relevant package needed in the jail is wireguard-tools

This is what I do in my qBittorrent jail. (I am not familiar with NordVPN, however.)

Make sure you have the host, TrueNAS Core itself, load the kernel module, so that it is available to the jail.

wg-module-tn-core.png
 
Last edited:
Top