How to propably start OVPN(-Client) on latest Raspberry Buster
Posted: Wed Jun 10, 2020 5:57 am
Hey there,
I've been digging this Forum for some time - as other sources, but just can't fix my problem, nor really found THE (working) best pratice solution for my issue.
Lets assume:
Starts, works, fails after some time.
No double use, no mss etc... Any idea?
I've been digging this Forum for some time - as other sources, but just can't fix my problem, nor really found THE (working) best pratice solution for my issue.
Lets assume:
Code: Select all
Clean install latest Raspian Buster
apt update & apt upgrade (and if needed rpi-update).
sudo apt-get install openvpn openssl openresolv
sudo cp CG_XX.conf /etc/openvpn/
sudo cp ca.crt /etc/openvpn/
sudo cp client.crt /etc/openvpn/
sudo cp client.key /etc/openvpn/
added user.txt (creds) to CG_XX
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
sudo nano /etc/default/openvpn = AUTOSTART="CG_XX"
sudo update-rc.d openvpn enable
sudo service openvpn start
No double use, no mss etc... Any idea?