HI,
I have been trying to set up openvpn by following this link: https://wiki.debian.org/OpenVPN.
Openvpn and network-mamager have been installed. However it stalls at the third step when I enter this:
openvpn --remote CLIENT_IP --dev tun1 --ifconfig 10.9.8.1 10.9.8.2
The return is:
[code
]root@db64:/home/nigel# openvpn --remote CLIENT_IP --dev tun1 --ifconfig 10.9.8.1 10.9.8.2
bash: openvpn: command not found
root@db64:/home/nigel#
[/code]
How can I proceed from this point?
Or alternatively I understand that network-manager can be configured for vpn however I cannot find a guide or reference to doing it through network-manager.
I don't really care which way I do it so long as I can get it sorted.
Any advice would be appreciated.