From owner-freebsd-questions Wed Jun 7 8: 8:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 41E4737B5D0 for ; Wed, 7 Jun 2000 08:08:07 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id LAA12604 for ; Wed, 7 Jun 2000 11:08:04 -0400 (EDT) Date: Wed, 7 Jun 2000 11:06:44 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: Need help setting up PPP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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