Hello: I have a environment where the syslog clients are out side the firewall and the server is inside.
The clients are configured to connect to port 4474 using TCP. I enabled this port on the firewall
but still the connections donot go through. Are there any pther ports I need to enable on the firewall?
 
Server side:
source syslog-ng-client_tcp {tcp(ip(192.168.17.90) port(4474));};
 
Client side
destination syslog-ng-server1 { tcp("192.168.17.90" port(4474)); };
 
 
TIA
Ravi