Connected but cant access to IP
Posted: Wed Jun 29, 2022 11:55 am
Good morning,
I was given an .ovpn file for work purposes to connect to a network where I had to do some work.
Until 3 days ago I could access without problems using the command
However, now, after launching the above command, the connection seems to go through without any problems, but when I try to communicate with a server, I always get "Host Unreachable" messages.
When I connect, I am assigned an IP from domain 10.8.0.0.0, and I can access the machines in this domain. But the server I have to work with is in the 192.168.1.0 domain, which I am unable to reach (neither with ping nor with ssh).
Other colleagues can do it, so the redirections must be well configured on the server side, and as I said, until 3 days ago I could do it too.
What could have been misconfigured on my PC?
Thank you very much.
I was given an .ovpn file for work purposes to connect to a network where I had to do some work.
Until 3 days ago I could access without problems using the command
Code: Select all
$ openvpn --config <file>.ovpn
When I connect, I am assigned an IP from domain 10.8.0.0.0, and I can access the machines in this domain. But the server I have to work with is in the 192.168.1.0 domain, which I am unable to reach (neither with ping nor with ssh).
Other colleagues can do it, so the redirections must be well configured on the server side, and as I said, until 3 days ago I could do it too.
What could have been misconfigured on my PC?
Thank you very much.