I am running syslog-ng v. on Solaris 8. Below is my config file. I am not able to see messages coming in off the wire. If I run syslogd the messages are logged properly. Any help is appreciated. --------Begin config------------- options { long_hostnames(off); sync(0); }; source src { sun-stream("/dev/log" door("/etc/.syslog_door")); internal(); }; source net { udp(); }; destination console { usertty("root"); }; destination 10-1-1-5 { file("/var/log/10-1-1-5"); }; filter f_10-1-1-5 { host("hostname") and match("something"); }; log { source(src); destination(console); }; log { source(src); filter(f_10-1-1-5); destination(10-1-1-5); }; -------------End config----------------- __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus