From owner-freebsd-isdn Sat Jan 15 9:47:59 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id EFD1C14D49 for ; Sat, 15 Jan 2000 09:47:54 -0800 (PST) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from birne-atm.cs.uni-magdeburg.de (jesse@birne-atm [141.44.30.45]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id SAA03591 for ; Sat, 15 Jan 2000 18:47:49 +0100 (MET) Received: (from jesse@localhost) by birne-atm.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id SAA02364 for freebsd-isdn@freebsd.org; Sat, 15 Jan 2000 18:50:36 +0100 (MET) Date: Sat, 15 Jan 2000 18:50:36 +0100 From: Roland Jesse To: freebsd-isdn@freebsd.org Subject: ifconfig error when setting up isp0 Message-ID: <20000115185036.A2360@birne-atm.cs.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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: 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= myauthsecret= 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