From owner-freebsd-isdn Sun May 9 5:11:10 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 328A314D0D for ; Sun, 9 May 1999 05:11:07 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id NAA36403; Sun, 9 May 1999 13:42:44 +0200 (CEST) Message-Id: <199905091142.NAA36403@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Wilko Bulte Cc: freebsd-isdn@freebsd.org Subject: Re: I want isp0 *down* after a reboot.. Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 09 May 1999 01:15:39 +0200." <199905082315.BAA01958@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 May 1999 13:42:44 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: >As Gary Jennejohn wrote ... >> So, do not start isdnd until all the interfaces have been ifconfig'd ! ;) > >using this approach the following: > > # ISDN subsystem startup > if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then > . /etc/rc.isdn > fi > >in /etc/rc.network needs to be moved to just before: > > # Initialize IP filtering using ipfw > echo "" > /sbin/ipfw -q flush > /dev/null 2>&1 > if [ $? = 0 ] ; then > >Right? > yeah, looks OK, since it's after the initialization of the interfaces. I don't use rc.network, myself. I do it all in rc.isdn. It turns out that my rc.isdn ifconfig's all the interfaces before starting isdnd, which sort of verifies my statement above. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message