Firewall not updated to allow UDP traffic to 5544
Posted: Mon Jun 26, 2017 12:43 pm
By default, a new install of NLS adds port 5544 to /etc/sysconfig/iptables using TCP transport. Yet documentation says that the "default syslog has a type conversion 'syslog.' This is going to label any logs coming in from UDP or TCP on port 5544 as syslog..."
Note that UDP traffic is dropped in iptables with the default configuration, so this statement is inaccurate.
NLS does bind to UDP port 5544 so if you open up the firewall to allow UDP traffic on port 5544, it will work as intended.
I consider this a bug and should be fixed, or else it's not a bug and documentation should be updated.
Note that UDP traffic is dropped in iptables with the default configuration, so this statement is inaccurate.
NLS does bind to UDP port 5544 so if you open up the firewall to allow UDP traffic on port 5544, it will work as intended.
I consider this a bug and should be fixed, or else it's not a bug and documentation should be updated.