Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2000 12:28:29 -0700
From:      "sami mossessian" <sami@i-sphere.com>
To:        <freebsd-questions@FreeBSD.org>
Cc:        <sami@i-sphere.com>
Subject:   help
Message-ID:  <001201c00a13$bdcf26e0$26b57ed8@NS.ISPHERE.COM>

next in thread | raw e-mail | index | archive | help
hi

I have my modem configured and I can connect to my isp manually but when I
try to connect using

ppp
dial myisp

It dails but It dosen't connect and part of my ppp.log file looks like this

tun0: LCP:Peer will only send CHAP ox05 (not supported)
tun0: phase: deflink: Too many LCP REQs sent - abandoning negotiation

and my ppp.config looks like this

default:
    set log phase chat connect LCP tun command
    set device /dev/cuaa4             #this is at COM5
    set speed 115200                   #my modem is 56k
   deny lqr
   set dial "ABORT BUSY ABORT N0\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE!Q0
OK \\

myisp:
set phone 332-9404
set login
set authname myloginname
set authkey mypassword
enable PAP
accept PAP
set openmode active
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0
enable dns
add default HISADDR

do you know what might be wrong?
thank
sami




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001201c00a13$bdcf26e0$26b57ed8>