TorGuard.net (openvpn provider) on ar300m NAND?

I bought this ar300m NAND with the understanding I would be able to use its respective OpenWRT config generator ovpn files to configure their OpenVPN service on this device.

 

https://torguard.net/tgconf.php?action=vpn-openvpnconfig

optional certs config use: Certificate and Keys - TorGuard

config openvpn ‘TorGuard_AES256CBC_SHA256’
option client ‘1’
option dev ‘tun’
option proto ‘udp’
option resolv_retry ‘infinite’
option nobind ‘1’
option persist_key ‘1’
option persist_tun ‘1’
option ca ‘/etc/openvpn/torguard/ca.crt’
option ns_cert_type ‘server’
option tls_auth ‘/etc/openvpn/torguard/ta.key 1’
option cipher ‘AES-256-CBC’
option comp_lzo ‘yes’
option verb ‘3’
option fast_io ‘1’
option auth_user_pass ‘/etc/openvpn/torguard/userpass.txt’
option remote_random ‘0’
option auth ‘SHA256’
option reneg_sec ‘0’
list remote ‘la.west.usa.torguardvpnaccess.com 1195’
option sndbuf ‘393216’
option rcvbuf ‘393216’
option enabled ‘1’
option log ‘/tmp/openvpn.log’

 

literal contents of ovpn file.

 

I created a zip containing the ovpn file, .ca, .key file. No Joy. I fiddled with the path. No joy.

I removed the userauth, tls, and cert option lines. No joy.

I tried various cipher options without TLS.

no joy

 

:frowning:

 

 

 

 

 

TG should works without problem.

Can you give me your log? It should be displayed on the UI.