From owner-freebsd-net Fri Jul 14 10:42: 4 2000 Delivered-To: freebsd-net@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id 3C5EB37B7DF for ; Fri, 14 Jul 2000 10:42:00 -0700 (PDT) (envelope-from nick@rapidnet.com) Received: from localhost (nick@localhost) by rapidnet.com (8.9.3/8.9.3) with ESMTP id LAA94806; Fri, 14 Jul 2000 11:41:50 -0600 (MDT) Date: Fri, 14 Jul 2000 11:41:50 -0600 (MDT) From: Nick Rogness To: Andre Albsmeier Cc: freebsd-net@freebsd.org Subject: Re: routed: possible netmask problem ... In-Reply-To: <20000714175220.A92642@curry.mchp.siemens.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 14 Jul 2000, Andre Albsmeier wrote: > Hi, > > I am using fxp0 with an ipalias: > > root@webfix:~>ifconfig fxp0 > fxp0: flags=8843 mtu 1500 > inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 > inet 192.168.1.4 netmask 0xffffffff broadcast 192.168.1.4 ^^ you have a /32 netmask on 1.4, change it to a /24 address (255.255.255.0) and see if that helps. >When starting routed I always see the following error message: > root@webfix:~>routed: possible netmask problem between > fxp0:192.168.1.4/32 and fxp0:192.168.1.0/24 >routed: Send mcast sendto(fxp0, 224.0.0.9.520): No route to host route add -net 224.0.0.0 -netmask 240.0.0.0 127.0.0.1 Nick Rogness - Speak softly and carry a Gigabit switch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message