Date: Mon, 19 Apr 2004 13:36:20 +0800 From: Robert Storey <y2kbug@ms25.hinet.net> To: freebsd-questions@freebsd.org Subject: Re: PPP in 5.1 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <acknak_halflife@yahoo.co.uk> 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 <user_name> # tried both with or without > this > > set authkey <pass> # tried both with or without this > >term > >at > >atdt<phone_number> > > 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040419133620.16d6ee69.y2kbug>