Hello everybody, I'm trying to enter into a VPN from Sophos but I haven't been able. I'm new in this technology and that's why I'm not sure what else is missing
First of all I tried to access to a VPN through openvpn like the one in this video
1. Downloaded openVPN
2. Tested "sudo openvpn --config diego.gomez.external__ssl_vpn_config.ovpn"
3. I add my username and password... there are no errors in the console, but there is something suspicious that I saw
2023-04-03 14:00:12 net_route_v4_add: 217.24.201.70/32 via 192.168.1.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 172.24.0.0/16 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 172.24.1.10/32 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 172.24.1.12/32 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 192.168.137.0/24 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 192.168.133.0/24 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 192.168.10.0/24 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 172.24.2.77/32 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 192.168.133.14/32 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 172.24.2.92/32 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 192.168.133.16/32 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 10.30.32.0/24 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 192.168.137.200/32 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 10.42.0.1/32 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 192.168.167.0/24 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 10.120.20.0/24 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 172.24.2.34/32 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 10.4.24.0/24 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 10.128.0.0/24 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 10.128.1.0/24 via 10.10.3.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 net_route_v4_add: 217.24.201.70/32 via 192.168.1.1 dev [NULL] table 0 metric -1
2023-04-03 14:00:12 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2023-04-03 14:00:12 Initialization Sequence Completed
And the VPN connection is not working (even though the "sequence was completed")...
In my second try I downloaded a client from there I followed the instructions of the the README file like the following
Copernicus host: 217.24.201.70 # The IPV4 uri from vpn-fn.indra-avitech.aero
Username: <myUsername>
Encrypted password: <theEncryptedPassword>
But here I cannot specify the port with colon after the ipv4 address (When I do it, I receive a message telling me that I didn't specify an IPV4 address) and I receive a message telling me that it was not possible to connect to the specified address.
I'm out of ideas. Could please anyone help me?
This thread was automatically locked due to age.