By using telnet to “hang” the port… On a command prompt, I enter the command
telnet graylog server IP 5044… result should be…
telnet 10.x.x.x 5044
Trying 10.x.x.x…
Connected to random.domain.local
Escape character is ‘^]’.
But instead I would see…
telnet 10.x.x.x 5040
Trying 10.x.x.x…
telnet: connect to address 10.x.x.x: Connection refused
telnet: Unable to connect to remote host
Now, since I last posted… I am able to see the desired output showing the server is listening on that port. It was a hung firewalld issue. I didn’t realize that at first so I added -Djava.net.preferIPv4Stack=true in JAVA_OPTS file.