On 11/29/2011 12:29 PM, Matthew Seaman wrote:
On 29/11/2011 01:28, Kaya Saman wrote:
As you know rsyslog works over udp and telnet is a tcp protocol so I
enabled tcp on port 514 within rsyslog and telnet'ed from my router to
the syslog server.
Use netcat to test UDP connectivity -- it's in the base system as nc(1):

    % nc -v -u 192.0.2.1 514

        Cheers,

        Matthew


I get this result:

nc -v -u 192.168.1.120 514
Connection to 192.168.1.120 514 port [udp/syslog] succeeded!


I'm not sure though if I should be getting any of the syslog messages that my router is sending to the rsyslog daemon though?

I have tried but nothing displays on the server tty.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to