From owner-freebsd-questions Tue Feb 22 8:25: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id ED8B037B64E for ; Tue, 22 Feb 2000 08:24:56 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id RAA08036 for ; Tue, 22 Feb 2000 17:24:55 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id RAA19891 for ; Tue, 22 Feb 2000 17:24:54 +0100 (MET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id RAA30355 for ; Tue, 22 Feb 2000 17:24:54 +0100 (CET) Date: Tue, 22 Feb 2000 17:24:52 +0100 From: Andre Albsmeier To: freebsd-questions@freebsd.org Subject: routed: possible netmask problem Message-ID: <20000222172452.A38740@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There have been various changes to routed recently. I am now experiencing a strange message when routed is started: 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 If have the following ifconfig lines on the machine in question: ifconfig_fxp0="inet 192.168.1.3 media 100BaseTX mediaopt full-duplex" ifconfig_fxp0_alias0="inet 192.168.1.4 netmask 0xFFFFFFFF" As we can see, 192.168.1.4 is an alias for the machine. ifconfig -a tells me: 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 ether 00:a0:c9:ca:18:64 media: 100baseTX status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP I have never had problems with this setup. Is this due to the new routed or has my setup been wrong and nobody told me :-)? All this is on a 3.4-STABLE machine... Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message