Hi, Sorry to sound a bit blonde here but... I need rsyslog to accept both TCP and UDP connections to port 514.
I have the following relevant parts on the server side: -- ... $DefaultNetstreamDriver ptcp # UDP Syslog Server: $UDPServerRun 514 # start a UDP syslog server at standard port 514 $InputTCPServerStreamDriverAuthMode anon $InputTCPServerStreamDriverPermittedPeer *.mydomain $InputTCPServerStreamDriverMode 0 # run driver in no-TLS mode $InputTCPServerRun 514 ... -- ...also disabled all the certificates/keys files just in case And on the client side> -- # remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional *.* @logserver.mydomain -- After restarting rsyslog on the server it only logs UDP traffic... Am I overseeing something the obvious? Regards, Martin This email and any attachments are confidential, and may be legally privileged and protected by copyright. If you are not the intended recipient dissemination or copying of this email is prohibited. If you have received this in error, please notify the sender by replying by email and then delete the email completely from your system. Any views or opinions are solely those of the sender. This communication is not intended to form a binding contract unless expressly indicated to the contrary and properly authorised. Any actions taken on the basis of this email are at the recipient's own risk. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

