From owner-freebsd-questions Wed Oct 15 19:32:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27468 for questions-outgoing; Wed, 15 Oct 1997 19:32:38 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from iconz.co.nz (iconz.co.nz [202.14.100.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA27460 for ; Wed, 15 Oct 1997 19:32:34 -0700 (PDT) (envelope-from mocomnz47!mocom.co.nz!fengl@news.iconz.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by iconz.co.nz (8.6.12/8.6.10) with ESMTP id PAA16650 for ; Thu, 16 Oct 1997 15:32:25 +1300 Received: from mocomnz47.UUCP (uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id PAA19047 for questions@FreeBSD.org; Thu, 16 Oct 1997 15:32:24 +1300 Received: from mocwel015 by mocomnz47.mocom.co.nz (SMI-8.6/SMI-SVR4) id PAA06142; Thu, 16 Oct 1997 15:24:29 +1300 Message-ID: <34457A28.1958@mocom.co.nz> Date: Thu, 16 Oct 1997 15:21:28 +1300 From: Feng Loh Reply-To: fengl@mocom.co.nz Organization: Mocom Corporation (NZ) Ltd X-Mailer: Mozilla 3.01Gold (WinNT; I) MIME-Version: 1.0 To: FreeBSD Subject: Gateway Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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