From owner-freebsd-questions@FreeBSD.ORG Fri Apr 13 21:09:26 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 27B9516A402 for ; Fri, 13 Apr 2007 21:09:26 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id EE6C613C487 for ; Fri, 13 Apr 2007 21:09:25 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from doncurzio.3dresearch.com (27.mars6.xdsl.nauticom.net [209.195.153.252]) by vmail.3dresearch.com (Postfix) with ESMTP id B8CE379AE2; Fri, 13 Apr 2007 17:09:24 -0400 (EDT) Message-Id: <6.2.1.2.0.20070413170506.04088680@imap.telissant.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Fri, 13 Apr 2007 17:11:24 -0400 To: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= ) From: web@3dresearch.com In-Reply-To: <86irc0kqhb.fsf@dwp.des.no> References: <86irc0kqhb.fsf@dwp.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Syslog not logging remote host 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: Fri, 13 Apr 2007 21:09:26 -0000 At 03:45 PM 4/13/2007, you wrote: >"Janos Dohanics" writes: > > I'm trying capture logs from m0n0wall, but the log file is empty. > > [...] > > The m0n0wall is configured to send logs to 10.61.70.100, which is the > > logging machine. > > > > What am I missing? > >If 10.61.70.100 runs FreeBSD, syslogd_flags defaults to -s, which >disables the listening socket. > >DES >-- >Dag-Erling Sm=F8rgrav - des@des.no Yes, 10.61.70.100 is running 5.5-STABLE, and I have in /etc/rc.conf there: syslogd_flags=3D"-a 10.61.70.1/32" and tried before: syslogd_flags=3D"-a 10.61.70.1" Neither one worked. My understanding is that -a turns off the default -s (?) -- Janos Dohanics