Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Nov 2001 14:44:12 +0100
From:      Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
To:        freebsd-isdn@freebsd.org
Subject:   Re: ifconfig isp0 calls out - more information
Message-ID:  <dmlmhg5aab.fsf@mail.cs.uni-magdeburg.de>
In-Reply-To: <6CC81B07CB44D311A1D20001FA7E99565EA3E5@exchange.pdv.de> ("Dirk.Nerling"'s message of "Tue, 6 Nov 2001 17:04:25 %2B0100")
References:  <6CC81B07CB44D311A1D20001FA7E99565EA3E5@exchange.pdv.de>

next in thread | previous in thread | raw e-mail | index | archive | help
"Dirk.Nerling" <Dirk.Nerling@pdv.de> 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 <IP of your provider here> # dial out

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?dmlmhg5aab.fsf>