NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
horim80
Aug 04, 2011Guide
UDP 514 port open for remote logging on syslogd . HELP!
Hi, I want to remote logging on readynas. So I did below, ReadyNAS-PRO:/# vim /etc/init.d/sysklogd # then I've added below line for receive log from remote device. SYSLOGD="-r -m 0" ...
horim80
May 05, 2012Guide
burokio wrote: Have you ever found a solution to this problem? I am having exactly the same issue, remote logging does not work after reboot. If i look at the list of processes after reboot I see that syslogd was started without the -r switch. After I manually restart it (sysklogd restart) - it starts with -r switch and remote loging works as expected. I've made exactly the same changes to /etc/init.d/sysklogd as shown in the first post.
I have resolved this problem~!
1. edit /etc/default/syslogd
SYSLOGD="-r -m0"
2. add some line to /etc/syslog.conf
local7.debug -/var/log/gs108t.log
3. create a script at /etc/init.d/ like a below.
#! /bin/sh
/etc/init.d/sysklogd restart
exit 0
4. update script to rc.
update-rc.d script-name defaults
that's it.
UDP 514 still opened after reboot!
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!