OpenVPN on FreeNAS

Status
Not open for further replies.

nello

Patron
Joined
Dec 30, 2012
Messages
351
I'm considering putting OpenVPN on my FreeNAS box (instead of running OpenVPN on a router that I flashed with TomatoUSB).

I'm interested in any comments people have on running OpenVPN from a FreeNAS Jail:
  • Performance
  • Security
  • Maintenance
  • Etc.

Thank you.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
If you have the CPU time to spare, it's a viable alternative. Security is on par with a dedicated box (minus the existence of very unlikely vulnerabilities in FreeBSD Jails).
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525
If you have the CPU time to spare, it's a viable alternative. Security is on par with a dedicated box (minus the existence of very unlikely vulnerabilities in FreeBSD Jails).

Or extremely likely if you aren't a FreeBSD CLI wiz and know how to keep the jails up to date. ;)
 

nello

Patron
Joined
Dec 30, 2012
Messages
351

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
Via the CLI:

Code:
[root@freenas1] /mnt/tank/home# openvpn
OpenVPN 2.3.6 amd64-portbld-freebsd9.3 [SSL (OpenSSL)] [LZO] [MH] [IPv6] built on Dec 14 2014

General Options:
--config file   : Read configuration options from file.
--help          : Show options.
--version       : Show copyright and version information.

Tunnel Options:
--local host    : Local host name or ip address. Implies --bind.
--remote host [port] : Remote host name or ip address.
--remote-random : If multiple --remote options specified, choose one randomly.
--remote-random-hostname : Add a random string to remote DNS name.
--mode m        : Major mode, m = 'p2p' (default, point-to-point) or 'server'.
--proto p       : Use protocol p for communicating with peer.
                  p = udp (default), tcp-server, or tcp-client
ETC......
 

nello

Patron
Joined
Dec 30, 2012
Messages
351
Status
Not open for further replies.
Top