Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2000 13:24:07 +0100
From:      "Richard Arends" <r.a.arends@kader.hobby.nl>
To:        "Roland Jesse" <jesse@prinz-atm.CS.Uni-Magdeburg.De>, <freebsd-isdn@FreeBSD.ORG>
Subject:   Re: ifconfig error when setting up isp0
Message-ID:  <005001bf601c$98cd37c0$0200000a@arends.hobby.nl>
References:  <20000115185036.A2360@birne-atm.cs.uni-magdeburg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005001bf601c$98cd37c0$0200000a>