Private LAN 192.168.100.0 /24
Hotspot 10.5.50.0 /24
Accesspoints 10.5.50.5/24 - 10.5.50.10/24
SYSLOG server 192.168.100.5/24 port:514
I would like to send syslogs from the ACCESS POINTs (10.5.50.5 /24 - 10.5.50.10 /24) in the Hotspotsegment
by the Mikrotik to the
SYSLOGSERVER (192.168.100.5/24).
Make sure syslog server is accessible from Access points.
You have to use ‘ip hotspot walled-garden ip’ to allow specific data without HotSpot authentication,
e.g. to allow 514 port number to 192.168.100.5:
‘/ ip hotspot walled-garden ip add action=accept dst-address=192.168.100.5 dst-port=514 protocol=used_protocol’