I have a problem connecting to port 80 on machines when I am already connected to openvpn on my host
I can ping the machine successfully but curl doesnt open the website.
└─$ curl http://machine.htb
curl: (7) Failed to connect to machine.htb port 80 after 3199 ms: No route to host
Any configuration that can help me with connecting successfully to machines while I am already connected to VPN on host?
Thanks in advance for helps.