Hello,
This is on CentOS 7.7 x86_64.
I have a program that need to connect to a daemon running as a service. The program runs fine with firewalld turned off but I get an error about not being able to connect to the service with the firewall on.
As far as I can tell, the service was set up to accept connections at 192.168.10.27 port 10731. My understanding is that the program uses multicast to find the service.
If I run sudo ss -lnpAinet
, I get the 2 entries for the service,
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port
udp UNCONN 0 0 239.255.219.183:10731 *:* users:(("MyServer64",pid=10225,fd=26))
tcp LISTEN 0 128 [::ffff:192.168.10.27]:10731 [::]:* users:(("MyServer64",pid=10225,fd=27))
I canât even seem to find logfiles to show the connection being blocked. That would be a big help in determining what I need to allow. I have very little experience with firewalld so I need some help to determine what is being blocked and how to configure a rule to allow it.
Thanks,
LMHmedchem