Sunday, August 6, 2023

Kali linux - protonvpn setup

Kali linux - protonvpn setup 


to configure protonvpn in kali linux download protonvpn from protonvpn official site



https://protonvpn.com/support/official-linux-vpn-kali/

https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3_all.deb

once protonvpn deb file downloaded into local maching issue below command from directory where downloaded file is available

$ sudo dpkg -i *.deb

$ sudo apt-get update





$ sudo apt-get install protonvpn



once installation completed; verify app installation status by using below command

dpkg-query -l protonvpn

execute protonvpn from command prompt or from gui-menu

$ protonvpn



once UI loaded select available freelocation and connect


now connection is established;



use disconnect buttong to close the vpn connection.

use ip command to verify vpn connection status

before connection

$ ip a


after connection

$ ip a




Kali linux - protonvpn setup

Kali linux - protonvpn setup  to configure protonvpn in kali linux download protonvpn from protonvpn official site https://protonvpn.com/sup...