From owner-freebsd-questions Thu Sep 5 14:11:40 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA18517 for questions-outgoing; Thu, 5 Sep 1996 14:11:40 -0700 (PDT) Received: from ime.net (ime.net [204.97.248.4]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA18510 for ; Thu, 5 Sep 1996 14:11:32 -0700 (PDT) Received: from kimiko.tcguy.net (buxton-1.ime.net [206.231.148.130]) by ime.net (8.7.4/8.6.12) with SMTP id RAA09743; Thu, 5 Sep 1996 17:11:03 -0400 (EDT) Message-ID: <322F41EF.5D39@ime.net> Date: Thu, 05 Sep 1996 17:11:11 -0400 From: Gary Chrysler Reply-To: tcg@ime.net Organization: The Computer Guy X-Mailer: Mozilla 3.0b6 (Win95; I) MIME-Version: 1.0 To: Eka Kelana CC: freebsd-questions@freebsd.org Subject: Re: your mail References: <5A94373B69@manado.wasantara.net.id> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Eka Kelana wrote: > > Mr. Doug White wrote this: > > >You should make a new entry for your ISP with the proper settings (device, > >speed, login sequence). > > Is this the ISP settings or my modem settings? > When I invoke "show modem" in user PPP, it shows me such settings (device, > speed and parity) except the login sequence setting. I don't know how to set > login sequence but I don't think it is necessary, since I use command "term" > to log manually into remote machine. > I need your advice about whether I should use a login script or log manually > ... Alot depends on how your ISP is setup! My ISP (and many others) start the PPP process on their side by the user entering the first character of the username as a capitol P, So username would be: Pusername. My ppp.conf to follow. Place you username or password where I have XXXXXXXX's. As well as set your device & speed. The login line may not fit your ISP exactly either, But it is a very common one. If I knew exactly what your ISP provided for a Login: and Password: prompt as well as their method of invoking ppp on their system I could be a bit more helpfull. Watch the wrap on the set dial line as well. default: set device /dev/cuaa1 set speed 38400 set parity none disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER ABORT NO\\sDIAL\\sTONE TIMEOUT 5 \"\" ATZ OK \\dATDT\\T TIMEOUT 40 CONNECT" isp: set phone XXXXXXX set authname PXXXXXXXX set authkey XXXXXXXX set login "TIMEOUT 10 ogin:-\\r-ogin: PXXXXXXXX word: XXXXXXXX" set timeout 0 set ifaddr 0 0 dial Then all you need to do is: % ppp isp And it will invoke ppp and connect to your isp. Don't know if it's exactly right, It works fine for me! -Enjoy Gary ~~~~~~~~~~~~~~~~ Improve America's Knowledge... Share yours The Borg... Where minds meet (207) 929-3848