Hi,
I’m using ROS 3.28 on x86 PC as a gateway router. It’s working fine, but i want to have Syslog server on the same computer.
I have installed The Dude 3.6 package and turned Syslog Server on.
On my gateway router I have set remote logging and it war working - in The Dude Syslog menu i was able to see logs form my router. The problem was with creating new Syslog files. No matter what was the configuration, Syslog wasn’t creating new file - only way to force Dude to create new file was reboot router (Syslog Server).
I try The Dude 4.0 beta2 with the same result. Everybody who i ask for help told me to run Syslog Server on other machine with linux, but i don’t want to have new PC. So please help me.
I attach my configuration of router which is sending logs, and screens of configuration The Dude.
Best regards
/system logging action
set memory memory-lines=100 memory-stop-on-full=no name=memory target=memory
set disk disk-file-count=2 disk-file-name=log disk-lines-per-file=100 \
disk-stop-on-full=no name=disk target=disk
set echo name=echo remember=yes target=echo
set remote bsd-syslog=no name=remote remote=10.10.1.1:514 src-address=0.0.0.0 \
syslog-facility=daemon syslog-severity=auto target=remote
add bsd-syslog=no name=action1 remote=10.10.1.1:514 src-address=0.0.0.0 \
syslog-facility=daemon syslog-severity=auto target=remote
/system logging
add action=memory disabled=no prefix="" topics=info
add action=memory disabled=no prefix="" topics=error
add action=memory disabled=no prefix="" topics=warning
add action=echo disabled=no prefix="" topics=critical
add action=remote disabled=no prefix=logi topics=firewall
/store
add comment="" disabled=no disk=primary-master name=user-manager1 type=\
user-manager
add comment="" disabled=no disk=primary-master name=web-proxy1 type=web-proxy
add comment="" disabled=no disk=secondary-master name=dudestore type=dude


