Date: Wed, 13 Dec 1995 10:21:45 -0500 From: "Garrett A. Wollman" <wollman@lcs.mit.edu> To: Raul Zighelboim <mango@communique.net> Cc: hackers@freefall.freebsd.org, questions@freefall.freebsd.org Subject: loopback and multicast messed up on /etc/sysconfig ? Message-ID: <9512131521.AA09355@halloran-eldar.lcs.mit.edu> In-Reply-To: <Pine.A32.3.91.951213000728.53679J-100000@tetsuo.communique.net> References: <Pine.A32.3.91.951213000728.53679J-100000@tetsuo.communique.net>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Wed, 13 Dec 1995 00:15:24 -0600 (CST), Raul Zighelboim <mango@communique.net> said: > The problem is in: > # route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" > # route_loopback="${hostname} localhost" > If I uncomment this line in sysconfig, the system will not boot. This line is broken. It /never/ correct to refer to hosts by this early in the configuration process, and more importantly, host names DO NOT NAME INTERFACES. The correct way to set this up is as follows: route_multicast="224.0.0.0 -netmask 0xf0000000 -interface IP.OF.DESIRED.IFACE" Furthermore, the `route_loopback' bit is completely bogus, and should not be present at all. -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9512131521.AA09355>