Syslog-ng not running in TOS 5.0.0

I guess it was caused by disabled ipv6. syslog-ng has this in config:

source net {
network(ip("::1") port(514) transport(udp) ip-protocol(6));
}

which fails if ipv6 isn’t available
… after enabling ipv6 on wan interface, syslogn-ng runs.

3 Likes