From owner-freebsd-questions@FreeBSD.ORG Tue Feb 6 12:15:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CD5A16A400 for ; Tue, 6 Feb 2007 12:15:35 +0000 (UTC) (envelope-from howie@thingy.com) Received: from post1.network-i.net (antigua.network-i.net [212.21.121.181]) by mx1.freebsd.org (Postfix) with SMTP id 67FA413C428 for ; Tue, 6 Feb 2007 12:15:32 +0000 (UTC) (envelope-from howie@thingy.com) Received: (qmail 78444 invoked from network); 6 Feb 2007 12:15:30 -0000 Received: from unknown (HELO ?10.1.1.134?) (212.21.99.52) by post1.network-i.net with SMTP; 6 Feb 2007 12:15:30 -0000 Message-ID: <45C870E9.90502@thingy.com> Date: Tue, 06 Feb 2007 12:13:29 +0000 From: Howard Jones User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Ewald Jenisch , freebsd-questions@freebsd.org References: <20070206110009.GA93053@aurora.oekb.co.at> In-Reply-To: <20070206110009.GA93053@aurora.oekb.co.at> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: [freebsd-questions] syslog from Cisco -> FreeBSD not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 12:15:35 -0000 Ewald Jenisch wrote: > To further track this down I changed the above line in syslog.conf to > read > > +myrouter > local7.* /var/log/cisco-syslog > +* > What I did to get this working was (in syslog.conf): +printserver !* *.* /usr/log/printserver.log AND in /etc/hosts: 10.1.1.8 printserver so that the 'printserver' name is resolved. No doubt a reverse DNS entry would have done the job too. My syslogd command line is like yours. Hope that might help... Howie