Agent on Ubuntu binding to loopback

I have TeamCity server installed on one machine and a build agent running on other machines all Ubuntu. Whenever it starts up it
binds to 127.0.0.1. Any ideas? I can connect to port 9090 locally but not anywhere else. Changing the port has no effect.

0
2 comments
Avatar
Permanently deleted user

It appears to be listening correctly now but still no luck. logs show cannot ping agent on 9090. I can verify that as well. Going to go through server config one more time...

0

Hi

Build agent tries to detect its IP address automatically, but for some reason it's failed.
You can set set it explicitly in ownAddress property of buildAgent.properties file.

0

Please sign in to leave a comment.