From owner-freebsd-isdn Fri Nov 9 5:44:20 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from prinz.cs.uni-magdeburg.de (prinz.CS.Uni-Magdeburg.De [141.44.21.2]) by hub.freebsd.org (Postfix) with ESMTP id 6FD6B37B41F for ; Fri, 9 Nov 2001 05:44:14 -0800 (PST) Received: from herzog.cs.uni-magdeburg.de (jesse@herzog [141.44.21.8]) by prinz.cs.uni-magdeburg.de (8.11.6/8.11.6) with ESMTP id fA9DiDi09385 for ; Fri, 9 Nov 2001 14:44:13 +0100 (MET) Received: (from jesse@localhost) by herzog.cs.uni-magdeburg.de (8.10.2+Sun/8.10.2) id fA9DiCX03894; Fri, 9 Nov 2001 14:44:12 +0100 (MET) X-Authentication-Warning: herzog.cs.uni-magdeburg.de: jesse set sender to jesse@mail.cs.uni-magdeburg.de using -f To: freebsd-isdn@freebsd.org Subject: Re: ifconfig isp0 calls out - more information References: <6CC81B07CB44D311A1D20001FA7E99565EA3E5@exchange.pdv.de> In-Reply-To: <6CC81B07CB44D311A1D20001FA7E99565EA3E5@exchange.pdv.de> ("Dirk.Nerling"'s message of "Tue, 6 Nov 2001 17:04:25 +0100") From: Roland Jesse Date: Fri, 09 Nov 2001 14:44:12 +0100 Message-ID: Lines: 13 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Emacs Gnus Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "Dirk.Nerling" writes: > I4B dials out while proceeding the following script (while configure > isp0) and hangs up the line after a few seconds. ... > ifconfig isp0 0.0.0.0 192.168.11.20 netmask 0xffffffff link1 Add an "ifconfig isp0 down" here to prevent any automatic dial out. For dialing in you may use a script like the following: /sbin/ifconfig isp0 up /sbin/route add default -interface isp0 /sbin/ping -c 2 # dial out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message