I received my credentials from the sysadmin and downloaded the ovpn file.
When I run `sudo openvpn --config /tmp/vjahagidar__ssl_vpn_config.ovpn` with admin provided credentials the process runs and displays "2023-04-12 11:46:03 Initialization Sequence Completed "
This adds the following to the routing table
─╯
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.1 0.0.0.0 UG 600 0 0 wlp2s0
4.36.20.47 192.168.1.1 255.255.255.255 UGH 0 0 0 wlp2s0
10.0.0.0 172.16.1.1 255.0.0.0 UG 0 0 0 tun0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 wlp2s0
172.16.1.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0
172.16.2.0 172.16.1.1 255.255.255.0 UG 0 0 0 tun0
172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp2s0
After this when I try to access any resource on the VPN my access do not go through.
Accessing a web resource redirects me to the VPN login page, Accessing a server via SSH results in ssh: Could not resolve hostname
Am I missing something?
This thread was automatically locked due to age.