Page 1 of 1

OpenVPN verification

Posted: Sun Mar 17, 2024 10:33 am
by cperciba
I followed instructions about openVPN installation/configuration
.You can see the status of my VPN.
claudio@TERRA:~$ sudo systemctl status openvpn-server@server.service
[sudo] password di claudio:
openvpn-server@server.service - OpenVPN service for server
Loaded: loaded (/lib/systemd/system/openvpn-server@.service; enabled; vend>
Active: active (running) since Sun 2024-03-17 10:58:01 CET; 31min ago
Docs: man:openvpn(8)
https://community.openvpn.net/openvpn/w ... n24ManPage
https://community.openvpn.net/openvpn/wiki/HOWTO
Main PID: 1678 (openvpn)
Status: "Initialization Sequence Completed"
Tasks: 1 (limit: 18952)
Memory: 1.8M
CPU: 33ms
CGroup: /system.slice/system-openvpn\x2dserver.slice/openvpn-server@server>
└─1678 /usr/sbin/openvpn --status /run/openvpn-server/status-serve>

mar 17 10:58:01 TERRA openvpn[1678]: Could not determine IPv4/IPv6 protocol. Us>
mar 17 10:58:01 TERRA openvpn[1678]: Socket Buffers: R=[212992->212992] S=[2129>
mar 17 10:58:01 TERRA openvpn[1678]: UDPv4 link local (bound): [AF_INET]192.168>
mar 17 10:58:01 TERRA openvpn[1678]: UDPv4 link remote: [AF_UNSPEC]
mar 17 10:58:01 TERRA openvpn[1678]: GID set to nogroup
mar 17 10:58:01 TERRA openvpn[1678]: UID set to nobody
mar 17 10:58:01 TERRA openvpn[1678]: MULTI: multi_init called, r=256 v=256
mar 17 10:58:01 TERRA openvpn[1678]: IFCONFIG POOL IPv4: base=10.8.0.2 size=253
mar 17 10:58:01 TERRA openvpn[1678]: IFCONFIG POOL LIST
mar 17 10:58:01 TERRA openvpn[1678]: Initialization Sequence Completed
lines 2-24/24 (END)
unfortunately my IP and position did not changed.

Can you help me ?

Thank you

Claudio