This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

openvpn

bady71

Vu+ Newbie
hi all
please help how i can configure my openvpn in Vu+ultimo
i've files :
ca.crt
client.crt
client.key
openvpn.conf


urgent please

thx to all
 
Do like this openvpn.conf ftp in /etc/oprnvpn and other files in /etc/openvpn/keys then on image put in menu autorstart and start it. See the log then if you see wr......... many lines all is ok and vpn is running and connected
 
still not working friend , can you help more or give me similar files who work with VU+ that i can put my openvpn inside ,

best regards
 
Send partly here content of openvpn.conf to see how are the things inside

config must be like this

client
dev tun
proto udp
remote host port
resolv-retry infinite
nobind
persist-key
persist-tun
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/yrfile.crt
key /etc/openvpn/keys/yrfile.key
tls-auth /etc/openvpn/keys/nameofkey.key 1
verb 5
keepalive 10 120
log /etc/openvpn/openvpn.log
 
Back
Top