Date: Thu, 16 Oct 1997 15:21:28 +1300 From: Feng Loh <fengl@mocom.co.nz> To: FreeBSD <questions@FreeBSD.org> Subject: Gateway Message-ID: <34457A28.1958@mocom.co.nz>
next in thread | raw e-mail | index | archive | help
How come the following setup as defined in /etc/sysconfig take forever
to come up?
:
# LAN = ed0, WAN = ep0
network_interfaces="ed0 ep0 lo0"
ifconfig_ed0="inet 192.9.201.103 netmask 255.255.255.0"
ifconfig_ep0="inet 202.50.237.199 netmask 255.255.255.224"
ifconfig_lo0="inet localhost"
#
# 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 loopback ed0 ep0"
route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}"
route_loopback="${hostname} localhost"
route_ed0="192.9.201 mocomnz00"
route_ep0="202.50.227 mocomnz00w"
# Set to the host you'd like set as your default router, or NO for none.
defaultrouter=mocwel9k6
:
gateway=NO
gated=NO
:
--
Feng Loh
Mocom Corporation (NZ) Ltd,
10 Brandon Street, Wellington.
PO Box 10-278, Wellington.
New Zealand.
Ph: +64-4-4731480
Fax: +64-4-4731515
Personal homepage: http://www.geocities.com/SiliconValley/Bay/8108
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34457A28.1958>
