I figured this much about the VPN and that makes sense. I have a separate firewall in front of all this and once I get it working I'll likely deny non-VPN traffic out from the jail. Thanks for the info.
As for the rest, the "transmissionvpn" is part of the setup that I had mentioned earlier (
https://github.com/amussey/FreeNAS-Transmission-OpenVPN). Essentially it automatically installs OpenVPN in the jail, sets up some startup scripts and you're on your way. However, I don't see any difference in this setup than just simply installing OpenVPN and enabling it in the /etc/rc.conf file. Either way, it's complaining.
I actually turned off the transmission plugin in the FreeNAS WebGUI. I figured it would be best to do as you suggested and started the processes manually.
Below are the file list and contents of /etc/rc.conf as you'd requested. Thanks for the assistance!
Contents of /usr/local/etc/openvpn:
Code:
root@transmission_1:~ # ls -l /usr/local/etc/openvpn/
total 19
-rw------- 1 root wheel 6078 Aug 4 19:14 openvpn.conf
root@transmission_1:~ #
Contents of /etc/rc.conf file:
Code:
portmap_enable="NO"
sshd_enable="YES"
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
hostname="transmission_1"
hostname="transmission_1"
devfs_enable="YES"
devfs_system_ruleset="devfsrules_common"
inet6_enable="YES"
ip6addrctl_enable="YES"
transmission_download_dir=""
transmission_conf_dir="/var/db/transmission"
transmissionvpn_enable="YES"
transmission_enable="NO"
openvpn_enable="YES"
openvpn_configfile="/usr/local/etc/openvpn/openvpn.conf"
openvpn_dir="/usr/local/etc/openvpn"