Aqui está o link para as instruções completas.
Quando chego ao passo 9, sob o título "9. Setup Client Config Files", diz:
Now we will configure the openVPN to
work as client. Remember that we have
already installed the openvpn package
in client, and we have “ca.crt”,
“vpnclient1.key”, vpnclient1.crt” in
/etc/openvpn/
Copy the sample client.conf to
/etc/openvpn.
$ sudo cp
/usr/share/doc/openvpn/examples/sample-config-files/client.conf
/etc/openvpn/
Edit the /etc/openvpn/client.conf.
...
Specify that this is openvpn client client
remote vpnserver 1194
ca ca.crt
cert vpnclient1.crt
key vpnclient1.key ...
Now start the OpenVPN in client
$ /etc/init.d/openvpn start *
Starting virtual private network
daemon(s)... * Autostarting VPN
'client'
$ ifconfig tun0 tun0 Link
encap:UNSPEC HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.8.0.6 P-t-P:10.8.0.5 Mask:255.255.255.255
No entanto, quando tento executar o último comando, recebo o seguinte erro:
bash: /etc/init.d/openvpn: No such file or directory
Eu assumi que o script foi incluído no systemctl ou algo assim, então tentei os próximos:
# systemctl enable [email protected]
# systemctl start [email protected]
... que eu tropecei na conclusão da tabulação. Alguém pode esclarecer como proceder?