From owner-freebsd-isdn Sun Jan 16 4:26:20 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hgatenl.hobby.nl (hgatenl.hobby.nl [212.19.199.2]) by hub.freebsd.org (Postfix) with ESMTP id 1D19B14CA0 for ; Sun, 16 Jan 2000 04:26:18 -0800 (PST) (envelope-from r.a.arends@kader.hobby.nl) Received: from pentium2 (pm124.hobby.nl [212.19.199.89]) by hgatenl.hobby.nl (8.8.8/8.8.8) with SMTP id NAA24645; Sun, 16 Jan 2000 13:26:06 +0100 (CET) Message-ID: <005001bf601c$98cd37c0$0200000a@arends.hobby.nl> From: "Richard Arends" To: "Roland Jesse" , References: <20000115185036.A2360@birne-atm.cs.uni-magdeburg.de> Subject: Re: ifconfig error when setting up isp0 Date: Sun, 16 Jan 2000 13:24:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hallo Roland, > The problem might be located here: > > root.arthur # ifconfig isp0 inet 0.0.0.0 141.44.10.1 netmask 255.255.255.255 link1 > ifconfig: ioctl (SIOCAIFADDR): File exists > root.arthur # netstat -rn > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 141.44.10.1 UGSc 0 0 isp0 > 127.0.0.1 127.0.0.1 UH 0 0 lo0 > 141.44.10.1 default UH 0 0 isp0 Try this... ifconfig isp0 0.0.0.0 0.0.0.1 netmask 0xffffffff link1 route delete default route add default -interface isp0 Greetings, Richard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message