MarieSophie wrote: ↑Thu Jun 27, 2024 12:34 pm
Yes, that's what I'm asking, what CLI to use to start PVPN and see the messages ... when searching the internet, the only hit I get is how to install PVPN CLI, but not the command itself to start it :(
Normaly you just look into the properties of that starter icon,
which is available when you have that icon on the desktop,
or with the menu with right click Edit:
To start in teminal:
here how that looks like in Kde/Pasma fresh installed when booted with sysVinit:
Code: Select all
fehlix@mx233kde:~
$ protonvpn-app
2024-06-27T16:47:44.712962 | proton.vpn.connection.vpnconnector:238 | INFO | CONN:STATE_CHANGED | Disconnected (initial state)
2024-06-27T16:47:44.714916 | proton.vpn.app.gtk.app:57 | INFO | APP:PROCESS_START | self=<app.App object at 0x7f7cb739f1c0 (proton+vpn+app+gtk+app+App at 0x15b3210)>
2024-06-27T16:47:44.810445 | proton.vpn.app.gtk.services.reconnector.reconnector:96 | INFO | VPN reconnector enabled.
2024-06-27T16:47:48.858151 | proton.vpn.app.gtk.controller:144 | INFO | APP.STARTUP:STARTUP_ACTIONS | Running startup actions
2024-06-27T16:47:48.858405 | proton.vpn.app.gtk.widgets.vpn.vpn_widget:178 | INFO | APP.VPN:WIDGET_READY | VPN widget is ready (load time: 4.05 seconds)
2024-06-27T16:47:48.858566 | proton.vpn.app.gtk.services.refresher.vpn_data_refresher:157 | INFO | APP.VPN_DATA_REFRESHER:ENABLE | VPN data refresher service enabled.
2024-06-27T16:47:48.858683 | proton.vpn.app.gtk.services.refresher.client_config_refresher:68 | INFO | Client config refresher enabled.
2024-06-27T16:47:48.858831 | proton.vpn.app.gtk.services.refresher.client_config_refresher:107 | INFO | Next client config refresh scheduled in 3:00:25.129951
2024-06-27T16:47:48.858942 | proton.vpn.app.gtk.services.refresher.server_list_refresher:74 | INFO | Server list refresher enabled.
2024-06-27T16:47:48.859066 | proton.vpn.app.gtk.services.refresher.server_list_refresher:126 | INFO | Next server list refresh scheduled in 0:06:02.169161
2024-06-27T16:47:48.859169 | proton.vpn.app.gtk.services.refresher.certificate_refresher:65 | INFO | Certificate refresher enabled.
2024-06-27T16:47:48.860018 | proton.vpn.app.gtk.services.refresher.certificate_refresher:110 | INFO | Next certificate refresh scheduled in 17:33:08.140031
2024-06-27T16:47:52.736262 | proton.vpn.app.gtk.services.reconnector.reconnector:176 | INFO | Network connectivity was detected.
As you can see, the first query the "secret service" through dbus, where the running and opened kwalled is responding.
Next it retrieves build the list of the vpn-server list to be shown in the GUI.
Now when clicking an a server, here select netherland server:
Code: Select all
2024-06-27T16:53:51.033129 | proton.vpn.core.session.utils:25 | INFO | API:REQUEST | '/vpn/loads'
2024-06-27T16:53:52.561758 | proton.vpn.core.session.utils:29 | INFO | API:RESPONSE | '/vpn/loads'
2024-06-27T16:53:53.168421 | proton.vpn.app.gtk.services.refresher.server_list_refresher:126 | INFO | Next server list refresh scheduled in 0:17:11.589209
2024-06-27T16:54:49.675718 | proton.vpn.core.connection:160 | INFO | CONN.CONNECT:START | Server: NL-FREE#662143 / Domain: node-nl-183.protonvpn.net / IP: 169.150.218.16 / OpenVPN Ports: ProtocolPorts(udp=[80, 51820, 4569, 1194, 5060], tcp=[443, 7770, 8443]) / WireGuard Ports: ProtocolPorts(udp=[443, 88, 1224, 51820, 500, 4500], tcp=[443]) / Protocol: openvpn-udp / Backend: None
2024-06-27T16:54:49.676846 | proton.vpn.connection.vpnconnector:238 | INFO | CONN:STATE_CHANGED | Connecting
2024-06-27T16:54:49.974090 | proton.vpn.backend.linux.networkmanager.core.networkmanager:91 | INFO | VPN server REACHABLE.
2024-06-27T16:54:51.534959 | proton.vpn.connection.vpnconnector:238 | INFO | CONN:STATE_CHANGED | Connected
and connects and establish the VPN.
That's how it look here, whith just two click installation of proton-vpn with Kde/Plamsa fresh install and booted with sysVinit.
The important to note, it requires a "secret service" running either Kwallet ( with an open wallet)
or alternatively Gnome's "secret service" "Gnome keyring" ( with an unlocked keyring)
Both will work.