Date: Tue, 2 Jun 1998 16:29:40 -0400 (EDT) From: Spike Gronim <spork@cncn.com> To: fbsdqs <freebsd-questions@FreeBSD.ORG> Subject: MP ppp Message-ID: <Pine.BSF.3.96.980602162747.235A-100000@pigstuy>
next in thread | raw e-mail | index | archive | help
(I *thought* I sent this to the list, but I didn't recieve it after a day
so I guess it never got through... sorry if it is a repeat)
Hello.
I have anoncvsed current's MP ppp. I compiled it (on my 2.2.6
system fresh from the CD). I can dial out, connect, and authenticate. it
then succesfully negotiates my IP, and the IP's of my primary and
secondary namerservers. It then seems to reset my IP to 0.0.0.0....????
The logs read:
[...]
ppp[676]: IPCP: IPADDR[6] 209.140.114.79
ppp[676]: IPCP: IPADDR[6] changing address: 0.0.0.0 --> 209.140.114.79
ppp[676]: IPCP: deflink: SendConfigReq(2) state = Req-Sent
ppp[676]: IPCP: IPADDR[6] 209.140.114.79
ppp[676]: IPCP: COMPPROTO[6] 16 VJ slots with slot compression
ppp[676]: IPCP: PRIDNS[6] 209.140.112.2
ppp[676]: IPCP: SECDNS[6] 209.140.112.3
ppp[676]: CCP: deflink: RecvConfigRej(1) state = Req-Sent
ppp[676]: CCP: DEFLATE[4] win 15
ppp[676]: CCP: deflink: SendConfigReq(2) state = Req-Sent
ppp[676]: CCP: PRED1[2]
ppp[676]: CCP: deflink: RecvConfigReq(5) state = Req-Sent
ppp[676]: CCP: PRED1[2]
ppp[676]: CCP: deflink: SendConfigAck(5) state = Req-Sent
ppp[676]: CCP: PRED1[2]
ppp[676]: CCP: deflink: State change Req-Sent --> Ack-Sent
ppp[676]: IPCP: deflink: RecvConfigReq(6) state = Req-Sent
ppp[676]: IPCP: COMPPROTO[6] 16 VJ slots with slot compression
ppp[676]: IPCP: IPADDR[6] 0.0.0.0
(I hope that's enough)
ppp.conf file below.
Thanks.
-Spike Gronim
spork@cncn.com
"Hacker, n: One who hacks real good"
--Computer Contradictionary
ppp.conf:
default:
set device /dev/cuaa1
set speed 115200
set log Phase Chat Connect Carrier lcp ipcp ccp command
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT
set authname login
set authkey password
cncn:
set phone "2339882"
accept pap
enable dns
set timeout 0
deny lqr
set ifaddr 10.0.0.1/0 160.79.23.2/0 255.255.255.0
set authname login
set authkey password
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?Pine.BSF.3.96.980602162747.235A-100000>
