Date: Wed, 11 Apr 2001 14:38:07 +0200 From: Arjan Knepper <jak01@pop3.NL.net> To: freebsd-isdn@FreeBSD.ORG Cc: Paul Dekkers <psd+freebsd-isdn@vanderfeest.nl> Subject: Re: Serial ISDN device Message-ID: <3AD4502F.AF99CD0C@pop3.NL.net> References: <986989294.3ad442ee4b8a5@webmail.vanderfeest.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Paul Dekkers wrote: > Hi, > > Because of my not working ISDN-card, I tried, as a temporary solution, an > external adapter. This was also without any luck; What kind of ISDN-card do you have? > I have my ppp.conf entry included below. This should work, shouldn't it? Here is a working ppp.conf entry for use with a external Victory TA128A isdn adapter. Make sure to set the serialport speed of the TA and PC to the same value. >-----------------------<snip>-----------------------< default: set log Phase Chat LCP IPCP CCP tun command set ifaddr .... ISP: set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE0Q0 OK-AT-OK \\dATD\\T TIMEOUT 40 CONNECT ATE0Q1" set phone 1234567890 add default HISADDR set authname .. set authkey ... set timeout 90 # filters set filter ..... .... >-----------------------<snip>-----------------------< > > > When I use cu -l /dev/cuaa0 and connect to my ISP using ATDT I get 'CONNECT > HDsomething'... Why doesn't my ppp negotiate? It tells me there is a carrier > (cuaa0: CD detect) and that it's busy with lcp... After that it disconnects and > shows it sent some bytes. > > Maybe there is something wrong with my config? > > Thank you in advance, and I hope that there is some solution for my other > problem... (I'm sure I run the new kernel, because of uname...) > > Paul > > default: > > isp: > set phone ... > set authname ... > set authkey ... > > nat enable yes > > set dial "ABORT BUSY ABORT NO\\sCARRIER \"\" ATZ OK-ATZ-OK ATDT\\T CONNECT" > > # set enddisc mac > > # enable lqr > set reconnect 3 5 > set redial 3 10 > # set lqrperiod 45 > # disable pred1 deflate > # deny pred1 deflate > > set timeout 60 120 > > set device /dev/cuaa0 > set speed 115200 > > set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0 > add 0 0 127.2.2.2 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message 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?3AD4502F.AF99CD0C>