From owner-freebsd-isdn Wed Jan 5 3: 3:39 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 26C3D14D63 for ; Wed, 5 Jan 2000 03:03:37 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id MAA09750 for ; Wed, 5 Jan 2000 12:03:35 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id MAA12551 for ; Wed, 5 Jan 2000 12:03:40 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id MAA52490 for freebsd-isdn@freebsd.org; Wed, 5 Jan 2000 12:03:39 +0100 (CET) Date: Wed, 5 Jan 2000 12:03:39 +0100 (CET) From: Christoph Kukulies Message-Id: <200001051103.MAA52490@gil.physik.rwth-aachen.de> To: freebsd-isdn@freebsd.org Subject: isp0 - File exists, routes? Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 3.3-RELEASE, sppp Due to a current downtime at the university I'm forced to use a different access point, ISDN sppp (they have an Ascend router I believe) - at the moment I'm cut off and have only access via modem. I'm trying to set up the connection via this little script: (I don't know the IP addresses beforehand ) ifconfig isp0 down ifconfig isp0 link1 0.0.0.0 0.0.0.1 netmask 0xffffff00 debug spppcontrol isp0 authproto=chap myauthname= myauthsecret= ifconfig isp0 up When I'm doing this I'm getting the following: ifconfig: ioctl (SIOCAIFADDR): File exists And: # netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 0.0.0.1 default UH 0 0 isp0 127.0.0.1 127.0.0.1 UH 10 1328 lo0 ... First: Why do I get ifconfig: ioctl (SIOCAIFADDR): File exists ? Second: Why do I get this weird route - it should be (if at all): Destination Gateway default 0.0.0.1 -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message