Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 May 1999 13:42:44 +0200
From:      Gary Jennejohn <garyj@peedub.muc.de>
To:        Wilko Bulte <wilko@yedi.iaf.nl>
Cc:        freebsd-isdn@freebsd.org
Subject:   Re: I want isp0 *down* after a reboot.. <sigh> 
Message-ID:  <199905091142.NAA36403@peedub.muc.de>
In-Reply-To: Your message of "Sun, 09 May 1999 01:15:39 %2B0200." <199905082315.BAA01958@yedi.iaf.nl> 

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




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