I've been trying to get Transmission running through OpenVPN using the Community Transmission Jail.
I've followed this guide:
www.reddit.com
I successfully install openVPN and do the config, but upon start, my IP is still from my WAN connection.
When I
So that seems to be the primary issue.
It seems like this might be a firewall or port forwarding issue. OpenVPN tries to connect to the VPN through port 1198. I've made sure that this port is open and that it gets forwarded in the Jail config. I've also had it forward from my router to my FREENAS box. Nothing seems to work.
One clue seems to be related to the TUN devices. They're enabled, but after installing OpenVPN and running it no tunnel device gets created.
I've manually created one with
Any insight is appreciated. Do you thinking being on v12 is related? In the past it seems like people have had issues with point releases that need working out.
I've followed this guide:
Reddit - The heart of the internet

I successfully install openVPN and do the config, but upon start, my IP is still from my WAN connection.
When I
cat /var/log/messages
, I get this error after 60 seconds:Code:
Mon Mar 21 11:12:48 2016 XX.XX.XX.XX:57804 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
So that seems to be the primary issue.
It seems like this might be a firewall or port forwarding issue. OpenVPN tries to connect to the VPN through port 1198. I've made sure that this port is open and that it gets forwarded in the Jail config. I've also had it forward from my router to my FREENAS box. Nothing seems to work.
One clue seems to be related to the TUN devices. They're enabled, but after installing OpenVPN and running it no tunnel device gets created.
I've manually created one with
ifonfig create tun0
and make sure the openvpn.conf points to that device name (dev0). Ive made sure the jail is allowed to us TUN devices and restarted the box to make sure those settings hold.Any insight is appreciated. Do you thinking being on v12 is related? In the past it seems like people have had issues with point releases that need working out.