You are not logged in.

#1 2010-11-17 18:54:17

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

syslog-ng does seem to capture logs from firewall

I've setup my zyxel firewall to send logs to my achrlinux server. Yet they are  not processed correctly. this is the syslog-ng.conf file

source saturn {
  udp(ip("0.0.0.0") port(514) );
};

filter f_router { facility(local1); };
destination saturnlog { file("/var/log/saturn"); };
log { source(saturn); filter(f_router); destination(saturnlog); };

What could be wrong here


archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

Board footer

Powered by FluxBB