Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 1996 18:03:03 +0200
From:      roberto@keltia.freenix.fr (Ollivier Robert)
To:        hackers@FreeBSD.org
Subject:   Re: New routed
Message-ID:  <199609011603.SAA05639@keltia.freenix.fr>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609011603.SAA05639>