Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 1998 21:43:04 +0800
From:      Doug Lo <jwlo@ms11.hinet.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Weird ppp problem.
Message-ID:  <35472E68.BB6C78D9@ms11.hinet.net>

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

I edited /etc/ppp/ppp.conf and /etc/ppp/ppp.linkup two files, and ppp works fine
with PAP authentication :-)
I have another ISP dialup number without PAP and CHAP,  so I also edit ppp.conf
and ppp.linkup, but
ppp did't work with it. I don't know how to solve this problem, if anyone know
how to solve it, please let me know,
thanks in advance.

P.S. I'm using Dynamic IP and my os version is 2.2.6-RELEASE.

The ppp.conf is below:
default:
 set log Phase Chat Connect Carrier LCP IPCP CCP tun command
 set device /dev/cuaa1
 set speed 115200
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\

dATDT\\T TIMEOUT 40 CONNECT"

isp:
 set openmode active
 set phone 3325318
 set login "name: xxxxx:password:xxxxx:No : 2"
 set ifaddr 10.1.1.1/0 10.2.2.2/0
 dial

The ppp.linkup is:
isp:
   delete ALL
   add 0 0 HISADDR

The ppp.log file is:
[ snip ]
Apr 29 21:20:09 Jupiter ppp[218]: tun0: LCP:  ACFCOMP[2]
Apr 29 21:20:09 Jupiter ppp[218]: tun0: LCP:  PROTOCOMP[2]
Apr 29 21:20:09 Jupiter ppp[218]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 29 21:20:09 Jupiter ppp[218]: tun0: LCP:  MRU[4] 1500
Apr 29 21:20:09 Jupiter ppp[218]: tun0: LCP:  MAGICNUM[6] 0x681f8874
Apr 29 21:20:12 Jupiter ppp[218]: tun0: LCP: State change Req-Sent --> Stopped
Apr 29 21:20:12 Jupiter ppp[218]: tun0: LCP: LcpLayerFinish
Apr 29 21:20:14 Jupiter ppp[218]: tun0: Phase: Modem: Connect time: 35 secs: 253

 octets in, 267 octets out
Apr 29 21:20:14 Jupiter ppp[218]: tun0: Phase:  total 14 bytes/sec
Apr 29 21:20:14 Jupiter ppp[218]: tun0: Phase: NewPhase: Dead
Apr 29 21:20:14 Jupiter ppp[218]: tun0: Phase: Disconnected!
Apr 29 21:20:14 Jupiter ppp[218]: tun0: LCP: LcpLayerFinish
Apr 29 21:20:14 Jupiter ppp[218]: tun0: Phase: NewPhase: Dead
Apr 29 21:21:05 Jupiter ppp[218]: tun0: Command: quit
Apr 29 21:21:06 Jupiter ppp[218]: tun0: Phase: PPP Terminated (normal).

The command I run ppp isp, it appears:
ppp cyut
Working in interactive mode
Using interface: tun0
Dial attempt 1 of 1
Phone: 3325318
dial OK!
login OK!
ppp ON Jupiter> Packet mode.
ppp ON Jupiter>                             ==> Then it automatically quit.

Best regards,
Doug.





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?35472E68.BB6C78D9>