10 Oct
2002
10 Oct
'02
10:53 a.m.
In article <20021010090900.GD24001@balabit.hu>, Balazs Scheidler <bazsi@balabit.hu> wrote; } do you have remote sources? (e.g. udp or tcp?) Yes. } if yes, which one is loaded? Both. tcp from solaris has 32 connections and udp from network equipments like Catalyst and NetScreen has 50 sources. } this is my config now: Mine is; source local { sun-streams("/dev/log" door("/etc/.syslog_door")); internal(); }; source net_tcp { tcp(max-connections(100)); }; source net_udp { udp(); }; } I'm sending messages through udp and from locally as well. Mine sends thru tcp to another(backup) syslog server. -- Katsuhiro Kondou