what kin d of Clearml installation you did on machine? there are processes listening on these ports?
hey @<1523701827080556544:profile|JuicyFox94>
standard standalone Linux using compose
there are processes listening on host ports?
I'm looking at iptables configuration that was done by other teams
trying to find which rule blocks clearml
(all worked when iptables disabled)
with that said Iโd start trying to work on localhost just to focus on the real problem and then I would move outside
the application is functional on localhost for sure
iptables -A INPUT -p tcp --dport 8080 -j ACCEPT
iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
iptables -A INPUT -p tcp --dport 8081 -j ACCEPT
iptables is used by docker itself so you need to be careful on doing mods: https://docs.docker.com/network/packet-filtering-firewalls/
oh boy, how much I hate reverse engineer of setup not I did ๐
I'll dig in more