Friday, November 6, 2020

Instalar VPN en Raspberry

 https://www.pivpn.io/

sudo service openvpn start

sudo service openvpn stop

sudo service openvpn status

systemctl status openvpn@raspberrypi | grep active

netstat -tlnpu | grep openvpn

#si se requiere desintalar

pivpn -u

#para instalar

    curl -L https://install.pivpn.io | bash

No comments:

Post a Comment