From owner-freebsd-questions Tue Jul 15 03:29:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA19709 for questions-outgoing; Tue, 15 Jul 1997 03:29:06 -0700 (PDT) Received: from big.aa.net (big.aa.net [204.157.220.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA19703 for ; Tue, 15 Jul 1997 03:29:02 -0700 (PDT) Received: from miles.aa.net (cust40.max2.seattle.aa.net [205.199.142.40]) by big.aa.net (8.8.5/8.8.5) with ESMTP id DAA13829; Tue, 15 Jul 1997 03:28:59 -0700 Received: from miles.aa.net (localhost [127.0.0.1]) by miles.aa.net (8.8.5/8.8.3) with ESMTP id DAA28346; Tue, 15 Jul 1997 03:31:20 -0700 (PDT) Message-Id: <199707151031.DAA28346@miles.aa.net> To: Michael Duran cc: questions@FreeBSD.ORG, softweyr@xmission.com Subject: Re: true PAP and iijppp In-reply-to: Message from Michael Duran of "Mon, 14 Jul 1997 14:08:38 CDT." <3.0.2.32.19970714140838.0098e6c0@mail.phoenix.net> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Tue, 15 Jul 1997 03:31:18 -0700 From: "Reginald S. Perry" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>>>> "Michael" == Michael Duran writes: Michael> Any suggestions? Besides dialing into this ISP I also Michael> work there, so if I can get a good working entry it will Michael> be published on our web site for other users to take note Michael> of. Any help is appreciated. I have a suggestion. Try this: dialup: set line /dev/cuaa0 set speed 57600 set phone 2812287908 set timeout 1200 set ifaddr 10.0.0.1/0 10.0.0.2/0 set redial 5 5 disable lqr deny lqr disable pap accept pap set authname MyUsername set authkey MyPassword set openmode active I recently changed my login because when I ran Win95, all I had to do was fill in the dial-up networking wizard and it automagically connected. I decided that I wanted to be able to do the same thing from FreeBSD. :-) -Reggie