I'd like to ask for advice. I'm trying to set the syslog server to Dude in version 6.40 (RB hEX 750GR3). I am currently running version 3.6 (PC), where syslog works perfectly. I'd like to go to the Dude, which runs on the routerboard itself.
Dude client does not display received syslog message from other routerboard (other subnets). Dude does not display even its local syslog messages. Routerboard - Dude server (10.0.1.126 - printscreen) shows messages only if the adresss in remote logging is set as 127.0.0.1. If the adress is set differently as one of the local IPv4 adress, the message are not showen. The messages are not shown even from the other routerboards.UDP datagrams on port 514 on Dude server arrives, but they are not shown in Dude client itself.
The logging configuration of the Dude server and the syslog client is attached below.
Thank you
Lukas H.
Code: Select all
Dude server side:
Local IPv4: 10.0.1.126/25
/system logging
Rules:
add action=DudeMainLogs topics=dude
add action=LocalMainLogs topics=info
add action=LocalMainLogs topics=warning
add action=LocalMainLogs topics=error
add action=LocalMainLogs topics=critical
add action=remote topics=info
add action=remote topics=system
add action=remote topics=error
add action=remote topics=critical
/system logging action
set 3 remote=127.0.0.1 src-address=10.0.1.126
add disk-file-count=50 disk-file-name=disk1/logs/DudeMainLogs/DudeMainLogs \
disk-lines-per-file=10000 name=DudeMainLogs target=disk
add disk-file-count=50 disk-file-name=disk1/logs/LocalMainLogs/LocalMainLog \
disk-lines-per-file=10000 name=LocalMainLogs target=disk
Syslog client side (RB 3011UiAS)
Local IP: 10.0.254.140/29
/system logging
add topics=wireless
add action=remote topics=info
add action=remote topics=error
add action=remote topics=critical
add action=remote topics=warning
add action=remote topics=interface
/system logging action
set 3 remote=10.0.1.126