From owner-freebsd-isdn Thu May 6 15: 5:56 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 3C14415DA7 for ; Thu, 6 May 1999 15:05:36 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: (from uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id AAA14200 for freebsd-isdn@freebsd.org; Fri, 7 May 1999 00:04:48 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.6.12) id AAA00496 for freebsd-isdn@freebsd.org; Fri, 7 May 1999 00:11:13 +0200 (CEST) From: Wilko Bulte Message-Id: <199905062211.AAA00496@yedi.iaf.nl> Subject: I want isp0 *down* after a reboot.. To: freebsd-isdn@freebsd.org (FreeBSD isdn mailing list) Date: Fri, 7 May 1999 00:11:13 +0200 (CEST) X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, I must be too dim for this. What I want (on 3.1-stable) is that after a reboot everything (spppcontrol, ifconfig of isp0) is setup ready to go, but leaving isp0 DOWN until I explicitely UP it. On 2.2.8. I used to do this in /etc/rc.local but I decided that it was time to put it into the rc.* framework of 3.1-stable. (The 3.1 rc.* is mixed blessing in my humble opinion but that aside :/ Gimme SysV style for rc* anytime). I've instrumented /etc/rc.network a bit and I get: + eval ifconfig_args=$ifconfig_isp0 + ifconfig_args=inet 0.0.0.0 0.0.0.1 link1 down + [ -n inet 0.0.0.0 0.0.0.1 link1 down ] + ifconfig isp0 inet 0.0.0.0 0.0.0.1 link1 down ifconfig: ioctl (SIOCAIFADDR): File exists + alias=0 + : + eval ifconfig_args=$ifconfig_isp0_alias0 + ifconfig_args= + [ -n ] + break + eval ifconfig_args=$ifconfig_isp0_ipx + ifconfig_args= + [ -n ] + ifconfig isp0 isp0: flags=a011 mtu 1500 inet 0.0.0.0 --> 0.0.0.1 netmask 0xff000000 As you can see I try to ifconfig isp0 with DOWN. Which fails. But why? Every stupid reboot now costs me NLG 0.10 because that is what Dutch PTT insists I should pay for a call setup. Annoying.. What am I missing here? Groeten / Cheers, | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message