Ubuntu 18 rma agent not listening
Posted: Tue Jul 19, 2022 2:45 pm
We deployed the agent for Linux before in other distributions of Debian and CentOS based OS without any issues. Even with newer or older versions of Ubuntu it worked, but we're observing recently something strange with a few servers on release 18.
The RMA agent starts the listening on IP 127.0.1.1 and so it does not get any connections from outside.
Does someone know why is this behaviour and how we should avoid it?
As other services, the listening should be on the 0.0.0.0 or static IP of the server for external connections to reach it.
Thank you in advance.
The RMA agent starts the listening on IP 127.0.1.1 and so it does not get any connections from outside.
Code: Select all
user@server:/etc/init.d$ netstat -ano | grep 11065
tcp 0 0 127.0.1.1:11065 0.0.0.0:* LISTEN off (0.00/0/0)
As other services, the listening should be on the 0.0.0.0 or static IP of the server for external connections to reach it.
Code: Select all
user@server:/etc/init.d$ netstat -ano | grep 22
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN off (0.00/0/0)
tcp 0 36 192.168.65.18:22 192.168.79.11:47415 ESTABLISHED on (0.24/0/0)
tcp6 0 0 :::22 :::* LISTEN off (0.00/0/0)