From owner-freebsd-questions@FreeBSD.ORG Sun Apr 18 22:39:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D29716A4CE for ; Sun, 18 Apr 2004 22:39:35 -0700 (PDT) Received: from msr33.hinet.net (msr33.hinet.net [168.95.4.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id B01B743D5C for ; Sun, 18 Apr 2004 22:39:34 -0700 (PDT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic (61-227-219-74.dynamic.hinet.net [61.227.219.74]) by msr33.hinet.net (8.9.3/8.9.3) with SMTP id NAA02700 for ; Mon, 19 Apr 2004 13:39:30 +0800 (CST) Date: Mon, 19 Apr 2004 13:36:20 +0800 From: Robert Storey To: freebsd-questions@freebsd.org Message-Id: <20040419133620.16d6ee69.y2kbug@ms25.hinet.net> In-Reply-To: <20040418174024.81782.qmail@web25108.mail.ukl.yahoo.com> References: <20040418174024.81782.qmail@web25108.mail.ukl.yahoo.com> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: PPP in 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: y2kbug@ms25.hinet.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 05:39:35 -0000 Dear Noir, For me to get kppp working, I did the following: create empty /etc/resolv.conf chmod 640 /etc/resolv.conf create /etc/ppp/options with this content: # Options file for PPPD defaultroute crtscts modem deflate 12,12 predictor1 vj-max-slots 16 user lock idle 600 Then just configure kppp as normal (user name, password, phone number). That's all. best regards, Robert On Sun, 18 Apr 2004 18:40:24 +0100 (BST) Noir wrote: > Hi, > > I am using PPP from the console mode to connect to my > ISP. The command that I use are: > > Input: > > >ppp > >set device /dev/cuaa0 > >set speed 115200 > >enable dns > >disable ipv6 # tried both with or without this > >disable ipv6cp # tried both with or without this > >set authname # tried both with or without > this > > set authkey # tried both with or without this > >term > >at > >atdt > > Output: > > All I get is "CARRIER 115200" and the modem hangs-up > after a few seconds. > > I tried the above both in shell and from within KDE > 3.1 (xterm). > > I also tried KPPP (ver. 2.1.2) in KDE 3.1. In KPPP I > tried different modes: PPP/ PAP/CHAP/ etc. The KPPP > log shows: > > pppd daemon died unexpectedly. Exit status 1. > ppp0<-->/dev/cuaa0 > PAP authentication failed. > > I also have my p. dns and s. dns in my > /etc/resolf.conf file. > > It's a FBSD5.1. > > Any kind of help would be greatly appreciated. > > --Noir. > > > > > > ____________________________________________________________ > Yahoo! Messenger - Communicate instantly..."Ping" > your friends today! Download Messenger Now > http://uk.messenger.yahoo.com/download/index.html > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"