It seems to me a very easy process, maybe some file that
needed to have a line rem: out to enable the services.
I need it to report router log messages>
It should be set up by default. You'll see in /etc/services that syslogd listens on port 514. You can check whether it's actually listening by doing a netstat -an | grep "\.514 ".
If your router is set up with this server as a loghost then it should be working. Annihilannic.
local7.debugging is the 'priority' of the message. To test a message of this type use logger -p local7.debugging a test message and it should come up in the specified log. I presume you need to find out what priority your router will be logging the messages at, but if that entry was already in your syslog.conf then it's probably the correct one. Annihilannic.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.