FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
286 views 0 comments
by anonymous
Is it possible to configure logread on RUT950 to send all logs to a remote host in the same network.
Any tutorial for that?

cheers,

1 Answer

0 votes
by anonymous

Hello,

I use such a setup but for a RUTX11, it should be possible to do the same with the RUT950. The configuration is in System->Administration-Troubleshooting, set the address/port/protocol of the remote server.

Depending on the firmware version you may have a 'Show hostname' box, be sure to activate it if the remote server uses syslogd.

If all goes well, you will have two active logread processes like:

root@lgrrutx:/etc/config# ps | grep logread
 7066 root      2192 S    /sbin/logread -f -r 192.168.8.199 514 -p /var/run/logread.2.pid -u -h lgrrutx
 7067 root      3280 S    /sbin/logread -f -i -p /var/run/logread.3.pid

Regards,