🔒 Closed May mga linux user ba dito?

Status
Not open for further replies.

echooooslam

Honorary Poster
Tanong ko lang mga idol. Paano mag connect ng .ovpn config sa linux? Di ko ma gets eh.
Debian Linux ung gamit ko ginagamay ko palang huhu
 
Read dito lods: You do not have permission to view the full content of this post. Log in or register now.

Or manual installation, execute it one by one:
Code:
sudo apt install apt-transport-https
sudo wget https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub
sudo apt-key add openvpn-repo-pkg-key.pub
sudo wget -O /etc/apt/sources.list.d/openvpn3.list https://swupdate.openvpn.net/community/openvpn3/repos/openvpn3-$DISTRO.list
sudo apt update
sudo apt install openvpn3

To import .ovpn and Run VPN, execute this:
Code:
openvpn3 config-import --config <lagay-mo-dito-yung-ovpn-filename>
openvpn3 session-start --config <lagay-mo-dito-yung-ovpn-filename>
To get all the imported configs:
Code:
openvpn3 configs-list
To get all sessions:
Code:
openvpn3 sessions-list
 
Status
Not open for further replies.

About this Thread

  • 1
    Replies
  • 141
    Views
  • 2
    Participants
Last reply from:
PHC-TheGlock

Online now

Members online
1,134
Guests online
981
Total visitors
2,115

Forum statistics

Threads
2,274,966
Posts
28,959,685
Members
1,233,498
Latest member
nxvice6
Back
Top