I’m trying to setup remote logs for router which will be receiving local rsyslog server. Unfortunately router doesnt send logs to remote- memory, disk works but remote not. In WinBox visible only action like “memory”.
On the server side udp:514 rsyslog doesnt receive anything.
Considering that something might be wrong with the server, I used router’s PacketSniffer with cfg to capture anything going towards the server IP but capture is empty even memory type records are visible.
What I do wrong?
# mar/08/2018 19:49:28 by RouterOS 6.41.2
# software id = JGKK-JYGP
#
# model = RouterBOARD 962UiGS-5HacT2HnT
# serial number =
/system logging action
set 1 disk-file-count=10
set 3 remote=192.168.0.101 src-address=192.168.0.254
add name=wifilog remote=192.168.0.101 src-address=192.168.0.254 target=remote
add name=dhcplog remote=192.168.0.101 src-address=192.168.0.254 target=remote
/system logging
add action=wifilog prefix=wireless topics=wireless,debug
add action=dhcplog disabled=yes topics=dhcp
add disabled=yes topics=ipsec
add disabled=yes topics=l2tp
add action=remote topics=critical
add action=remote topics=error
add action=remote topics=info
add action=remote topics=warning