Date: Tue, 22 Feb 2000 17:24:52 +0100 From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> To: freebsd-questions@freebsd.org Subject: routed: possible netmask problem Message-ID: <20000222172452.A38740@internal>
next in thread | raw e-mail | index | archive | help
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<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 ether 00:a0:c9:ca:18:64 media: 100baseTX <full-duplex> status: active supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000222172452.A38740>