From owner-freebsd-isp@FreeBSD.ORG Fri Jun 27 17:30:18 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F9937B412 for ; Fri, 27 Jun 2003 17:30:18 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA53443FF3 for ; Fri, 27 Jun 2003 17:30:16 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from ADMIN00 (admin00.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h5S0UEC4024678; Fri, 27 Jun 2003 19:30:14 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <003d01c33d0c$70801550$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Sing Song" References: <1056158489.3ef3b319e5313@webmail.isot.com> <00a701c339a7$3251d010$11fd2fd8@westbend.net> <1056467228.3ef8691c3b65a@webmail.isot.com> <002a01c33aa6$28734150$11fd2fd8@westbend.net> <1056742878.3efc9ddecde2a@webmail.isot.com> Date: Fri, 27 Jun 2003 19:30:13 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_03_05, USER_AGENT_OE version=2.43 cc: freebsd-isp@freebsd.org Subject: Re: FBSD5 syslogd not logging X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 00:30:18 -0000 From: "Sing Song" > Yesterday, I tried your recomendation to use rc.conf. Looked at the log file, > still nothing. I added 'syslogd_flags="-a *.isot.com" to the rc.conf > and used '/etc/rc.d/syslogd start' after killing the old syslogd process. > > I sure am getting frustrated as not getting any diag info from the routers. > Maybe I need to put back my old radius box. > Instead of using *.isot.com, try just specifing the dns name of one of your routers that you would like to log. syslogd_flags="-a rtr1.isot.com" If you get syslog messages with this, then try adding additional -a flags for each of your routers. syslogd_flags="-a rtr1.isot.com -a rtr2.isot.com ... rtrN.isot.com" You may want to send a message to FreeBSD-Current@freebsd.org informing them that remote logging isn't working for you. Scot