Date: Fri, 14 Jul 2000 11:41:50 -0600 (MDT) From: Nick Rogness <nick@rapidnet.com> To: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Cc: freebsd-net@freebsd.org Subject: Re: routed: possible netmask problem ... Message-ID: <Pine.BSF.4.21.0007141128470.99794-100000@rapidnet.com> In-Reply-To: <20000714175220.A92642@curry.mchp.siemens.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 14 Jul 2000, Andre Albsmeier wrote: > Hi, > > I am using fxp0 with an ipalias: > > root@webfix:~>ifconfig fxp0 > fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007141128470.99794-100000>