Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2000 18:50:36 +0100
From:      Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
To:        freebsd-isdn@freebsd.org
Subject:   ifconfig error when setting up isp0
Message-ID:  <20000115185036.A2360@birne-atm.cs.uni-magdeburg.de>

next in thread | raw e-mail | index | archive | help
Hi,

I am on my way to set up i4b 0.90 on my FreeBSD 3.4R machine. The router I want to connect to is an Ascend Max 4000.

Trying to establish a connection via telnet ends in:

root.arthur # telnet 141.44.10.1
Trying 141.44.10.1...
telnet: Unable to connect to remote host: Network is down
root.arthur # telnet 141.44.10.1
Trying 141.44.10.1...
telnet: Unable to connect to remote host: Network is down

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

The card (AVM Fritz! Card PCI) is recognized and the kernel configured
accordingly. Here the dmesg output of relevance:

isic0: <AVM Fritz!Card PCI ISDN adapter> rev 0x02 int a irq 9 on pci0.14.0
isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2)
...
i4b: ISDN call control device attached
i4bisppp: 4 ISDN SyncPPP device(s) attached
i4bctl: ISDN system control port attached
i4brbch: 4 raw B channel access device(s) attached
i4btrc: 4 ISDN trace device(s) attached

/etc/rc.conf:

------ snip ------
network_interfaces="isp0 lo0"
ifconfig_isp0="inet 0.0.0.0 141.44.10.1 netmask 255.255.255.255 link1"
defaultrouter="141.44.10.1"

isdn_enable="YES"
isdn_fsdev="NO"                 # daemon mode
isdn_flags="-dn -d0x1f9"        # Flags for isdnd
isdn_trace="YES"                # Enable the ISDN trace subsystem (or NO).
isdn_traceflags="-f /var/tmp/isdntrace0"        # Flags for isdntrace

sppp_interfaces="isp0"          # List of sppp interfaces
spppconfig_isp0="authproto=pap myauthname=<myname> myauthsecret=<mypass> hisauthproto=none callin"
------ snap ------

Any ideas about what might be wrong here and what causes the above
error message at the ifconfig line is appreciated.


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?20000115185036.A2360>