10 Oct
2002
10 Oct
'02
2:44 p.m.
Katsuhiro Kondou <kondou@isc.org> wrote:
In article <20021010090900.GD24001@balabit.hu>, Balazs Scheidler <bazsi@balabit.hu> wrote;
} do you have remote sources? (e.g. udp or tcp?)
Yes.
Me too.
} 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.
I run just TCP. All clients are Solaris 2.6-2.8 running syslog-ng.
} 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(); };
Mine is similar.