From owner-freebsd-questions@FreeBSD.ORG Mon Aug 21 19:40:39 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED3316A4DF for ; Mon, 21 Aug 2006 19:40:39 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [204.127.225.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4BD943D66 for ; Mon, 21 Aug 2006 19:40:38 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (alnrmhc12) with ESMTP id <20060821194037b1200asmbke>; Mon, 21 Aug 2006 19:40:38 +0000 From: Josh Paetzel To: questions@freebsd.org Date: Mon, 21 Aug 2006 14:40:37 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608211440.37396.josh@tcbug.org> Cc: Subject: syslogd remote logging 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: Mon, 21 Aug 2006 19:40:39 -0000 I am trying to get syslogd configured to do remote logging to another box. In my syslog.conf on the local machine I have: local0.* @xx.xx.xx.xx In syslog.conf on the remote machine I have: local0.* /some/file.log and I have added the syslogd_flags="-a xx.xx.xx.xx/xx" to rc.conf on the remote machine and restarted syslogd. So far nothing is being logged to the remote machine. Can anyone point out a step that I have missed? -- Thanks, Josh Paetzel