> Mittlerweile l_uft die Karte, w_hlt auch brav und stellt eine Verbindung
> her.
>
> Nur ich krieg kein ip-Paket verschickt.
>
> Es gibt dann vom kernel lauter conf-nak_s. Irgendwie wird die ip-Adresse
> der Gegenstelle nicht akzeptiert. Wie stelle ich das ein?
Das gab's neulich dazu in den news, vielleicht hilfts:
From comp.unix.bsd.freebsd.misc Mon Jul 5 20:26:56 1999
From: Andreas Richter <andi(at)europe.de>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: still isdn troubles
Date: Fri, 02 Jul 1999 22:37:02 +0100
Message-ID: <377D30FE.F30EC556(at)europe.de>
References: <377C97AF.F256B371(at)advalvas.be>
Serge Terryn wrote:
> How can I resolve this problem ?
>
> In my script I have the line :
>
> ifconfig isp0 0.0.0.0 194.7.6.209 netmask 0xffffffff link0
> route add default 194.7.6.209
>
You don't must enter the correctly ip adress!!!
try this
ifconfig isp0 link1 0.0.0.0 0.0.0.1 netmask 0xffffff00
Thats works perfectly on my box!
Don't forget to setup the dns-server! (resolv.conf)
but you can also set this paramaters in your rc.conf
ifconfig_isp0="link1 0.0.0.0 0.0.0.1 netmask 0xffffff00"
defaultrouter="-interface isp0"
I don't think that is more difficult to setup isdn in FreeBSD as in linux!
I have configured the isdn on my box with only the information of the
manapages about isdn!
Andreas
hellmuth
-- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sat 10 Jul 1999 - 13:03:23 CEST