Code: Select all
# dec/02/2009 09:55:57 by RouterOS 4.2
#
/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=yes name=remote remote=89.190.210.67:514 src-address=0.0.0.0 syslog-facility=daemon syslog-severity=auto target=remote
Code: Select all
/system logging
add action=memory disabled=no prefix="" topics=error
add action=memory disabled=no prefix="" topics=warning
add action=memory disabled=no prefix="" topics=critical
add action=memory disabled=no prefix="" topics=info
add action=remote disabled=no prefix=TXRouter topics=info,warning,critical,firewall,error
And I also tried to set the src-address, also no luck.
What am I doing wrong ?