Date: Wed, 7 Jun 2000 11:06:44 -0400 (EDT) From: Zhihui Zhang <zzhang@cs.binghamton.edu> To: freebsd-questions@freebsd.org Subject: Need help setting up PPP Message-ID: <Pine.SOL.4.21.0006071049530.21613-100000@sol.cs.binghamton.edu>
next in thread | raw e-mail | index | archive | help
I am trying to use FreeBSD user PPP to connect to the dial up server on campus. I have done this under Windows 98 with the same machine with no problem (this machine is dual boot). But I cannot get the PPP working under FreeBSD 4.0-Release. Script started on Wed Jun 7 10:27:46 2000 # ppp Working in interactive mode Using interface: tun0 ppp ON > set device /dev/cuaa1 ppp ON > set speed 115200 ppp ON > set parity none ppp ON > set timeout 1200 ppp ON > accept chap ppp ON > disable pap ppp ON > set authname myPOPusername <- Use POP mail username/password ppp ON > set authkey myPOPpassword <- on Windows 98 as instructed ppp ON > set open mode active ppp ON > set ifaddr 0 0 ppp ON > term deflink: Entering terminal mode on /dev/cuaa1 Type `~?' for help atd2511100 CONNECT 115200 AutoProtocolDetect - Begin protocol or enter 4 returns for interactive mode. (wait for a while) NO CARRIER Killed (use kill -9 under another terminal) # exit exit Script done on Wed Jun 7 10:34:18 2000 I do not know what should I do aftering seeing the AutoProtocolDetect line. I tried to add a "set login" in my /etc/ppp/ppp.conf. It says "fail to run chat script". By the way, the manual I got from the University only mentions Windows 95 and 98. Any help is appreciated. -Zhihui 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.SOL.4.21.0006071049530.21613-100000>