Hi everyone, I have a strange situation regarding hosting ClearML on a public IP. I think I have configured everything well.
From my home office, or on a random VPN pc I can access the server perfectly fine. However, when I'm at work (so connected to work wifi network) and at an hpc facility I am getting this:
Retrying after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f8cab5dbb80>, 'Connection to public/ip/address timed out. (connect timeout=3.0)')': /auth.login
.
I cannot figure out whether the problem is on the server or on the corporate networks. The networking people are telling me there shouldn't be a port blocking happening or something. Can someone shed some lights on how the authentication protocol is handled and what I can do to circumvent this authentication issue?
I also tried assigning a different port than 8001 to the server, but that seems troublesome. I don't think that's possible easily, is it?
Any help would be greatly appreciated!