Hi all,
I’m currently connected to Hack The Box (HTB) via OpenVPN but am experiencing issues when trying to connect to a service on port 44992 at the IP address 83.136.254.158. I keep getting a connection timeout. I’ve already tried the following troubleshooting steps:
Checked VPN connection: The VPN shows as connected, and I can ping other IPs in the same subnet.
Attempted to connect via Netcat:
nc -zv 83.136.254.158 44992
The result is: Connection timed out.
Checked my routes:
ip route show
Here’s the output from my OpenVPN logs:
Nov 08 09:47:39 kali ovpn-HTB[11664]: Attempting to establish TCP connection with [AF_INET]154.57.165.57:443
…
Can anyone suggest what might be blocking my connection to the server, or if there’s something I missed with my VPN configuration? Any help would be greatly appreciated!
Thanks!