From owner-freebsd-stable Tue Jun 19 20:39:48 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by hub.freebsd.org (Postfix) with ESMTP id 6F39A37B403 for ; Tue, 19 Jun 2001 20:39:44 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.11.3/8.11.3) with ESMTP id f5K3dfI16932; Wed, 20 Jun 2001 09:39:41 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.11.4/8.11.4) id f5K3den64340; Wed, 20 Jun 2001 09:39:40 +0600 (YEKST) (envelope-from serg) Date: Wed, 20 Jun 2001 09:39:39 +0600 From: "Sergey N. Voronkov" To: Ling Ling Cc: stable@FreeBSD.ORG Subject: Re: syslog server error message Message-ID: <20010620093939.A64282@sv.tech.sibitex.tmn.ru> References: <003e01c0f8c8$5b193460$25904bca@ewebasia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003e01c0f8c8$5b193460$25904bca@ewebasia.com>; from llchan@eweb-asia.com on Tue, Jun 19, 2001 at 10:01:33PM +0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 19, 2001 at 10:01:33PM +0800, Ling Ling wrote: Hi! Please, wrap your lines to 72 columns next time > I am configuring my FreeBSD 4.2-REL as the syslogd server in my local LAN, to collect messaegs from Cisco router, RedHat 71., and Solaris 8 server. As usual, I redirect all my syslog messages to the FreeBSD machine. Things went fine with the RedHat machine, but Cisoc router and Solaris gave some error messages as follows: > > cvthname(202.1.2.3) > validate: dgram from IP 202.1.2.3, port 48937, name abc.com; > rejected in rule 0 due to port mismatch. > rejected in rule 1 due to port mismatch. > > I don't have any idea in this because I do not have a firewall installed in that machine. Try somthing like this: syslogd -a '202.1.2.0/24:*' Or put parameter for your needing into /etc/rc.conf -> syslogd_flags. Bye, Serg N. Voronkov. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message