From owner-freebsd-hackers Sun Sep 1 09:34:22 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03092 for hackers-outgoing; Sun, 1 Sep 1996 09:34:22 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.eu.org [193.56.58.253]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA03012 for ; Sun, 1 Sep 1996 09:33:12 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.eu.org [193.56.58.33]) by mexico.brainstorm.eu.org (8.7.5/8.7.3) with ESMTP id SAA19354 for ; Sun, 1 Sep 1996 18:30:16 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id SAA29450 for hackers@FreeBSD.org; Sun, 1 Sep 1996 18:30:02 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.Alpha.9/keltia-uucp-2.9) id SAA05639; Sun, 1 Sep 1996 18:03:03 +0200 (MET DST) Message-Id: <199609011603.SAA05639@keltia.freenix.fr> Date: Sun, 1 Sep 1996 18:03:03 +0200 From: roberto@keltia.freenix.fr (Ollivier Robert) To: hackers@FreeBSD.org Subject: Re: New routed In-Reply-To: <387.841584466@time.cdrom.com>; from Jordan K. Hubbard on Sep 1, 1996 6:27:46 -0700 References: <387.841584466@time.cdrom.com> X-Mailer: Mutt 0.41 Mime-Version: 1.0 Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk According to Jordan K. Hubbard: > 1. There is a loopback route already added in /etc/sysconfig by > the two lines: This one is not needed because ifconfig(8) setup a route itself (at least in CURRENT). ------------------------------------------------------------ network_interfaces="lo0 ed0" ifconfig_lo0="inet localhost" ifconfig_ed0="inet keltia.freenix.fr netmask 0xfffffff0" # Set to the list of route add lines for this host. You must have a # route_${static_routes} line for each static route listed here. # static_routes="multicast" route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" route_loopback="${hostname} localhost" ------------------------------------------------------------ -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #20: Fri Aug 30 23:00:02 MET DST 1996