Openvpn, Freenas, and all in one torrenting boxes.

kirby

Cadet
Joined
Aug 13, 2019
Messages
1
So for a couple weeks I have been working on my first big networking project. Making a NAS server to act as a torrentbox and multimedia server. So I slapped together some older components I had from older build, and installed Freenas on the box. I have been configuring everything for a while now, and I can't seem to get openvpn to function correctly on this box. I need a VPN to torrent since my ISP keeps shutting off my internet. My build is This
My config file is :
Code:
client
dev tun
proto tcp
remote us-west.windscribe.com 443

nobind
auth-user-pass usr/local/etc/openvpn/credentials
ca usr/local/etc/openvpn/ca.crt
crl-verify usr/local/etc/openvpn/ta.key
resolv-retry infinite

auth SHA512
cipher AES-256-CBC
comp-lzo
verb 2
mute-replay-warnings
remote-cert-tls server
persist-key
persist-tun

key-direction 1


This file is a slightly modified version of the config file I was given by my vpn service. Can anyone shed some light as to why it won't work?
 
Top