Syslog-ng newbie needs help with remote logging. Please?
Hello, I tried to get remote loggin to work but somehow it doesn't. I've put the following line on the host that should sent the messages: (as you can see, there are two attempts). destination server_syslog { udp("10.1.1.2" port(514); }; log { source(src); destination(server_syslog); }; destination d_udp { udp("10.1.1.2" port(514); localport(514)); }; log { source(src); destination(d_udp); }; on the receiving host my config is: source net { udp(); }; log { source(net); destination(allmessages); }; Can you tell me what my error is? I am using SuSE 7.3 with syslog-ng 1.4.12 All help is appreciated. Kind regards, -- Jeroen Baten | EMAIL : JEROEN@I2RS.NL ____ _ __ | web : www.i2rs.nl | )|_)(_ | tel : +31 (0)30 221 00 11 _|_/_| \__) | fax : +31 (0)30 220 31 91 Kometenlaan 26, 3721 JT, Bilthoven
participants (1)
-
Jeroen Baten