From owner-freebsd-questions Thu Jun 5 20:08:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA23062 for questions-outgoing; Thu, 5 Jun 1997 20:08:07 -0700 (PDT) Received: from sol.ashland.edu (sol.ashland.edu [198.30.217.250]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id UAA23057 for ; Thu, 5 Jun 1997 20:08:03 -0700 (PDT) Received: from warp4.ashland.edu for jroberts@ashland.edu by sol.ashland.edu (8.6.12/931002.1044) id XAA23713; Thu, 5 Jun 1997 23:08:49 -0400 Date: Thu, 5 Jun 1997 23:15:46 -0400 (EDT) From: Jeff Roberts To: FreeBSD questions list Subject: FBSD: PPP modem dialout (newbie) question? (Long -- sorry!) Message-ID: X-X-Sender: jroberts@mail.ashland.edu MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk CONTENTS 1. I've already RTFM! 2. My simple goal. 3. Excerpts from the necessary PPP files. 1. My situation: Greetings! First: I have already read the Handbook, "The Pedantic PPP Primer", the various FAQs; I have also asked this question on the list before, and have tried each suggestion. (There were four or five responses, all saying different things.) Overall, I think I have tried every combination of these things, but still cannot get a working connection to my provider. 2. All I need to do is: Dial my provider (modem, not TCP/IP), Send a to start the conversation, Wait for "name>" and send "jroberts", Wait for "word>" and send (my password), Wait for "eys:" and send "3", (Normally, the juice should start flowing after that last .) 3. My setup (which doesn't work): Sorry to send all of this stuff, but every person who responded the last time asked for this information! These files are set to the description given in the Handbook (*Setting Up User PPP*, or whatever). I have no network card, and no assigned IP address. After connecting with ppp I get something like CONNECT OKAY! (pause) LOGIN OKAY! Then I hear the modem hangup, and *show log* returns the termination messages. What am I doing wrong? ****************************************************************** /etc/resolv.conf: nameserver 198.30.217.10 ****************************************************************** /etc/hosts: # My domain is ashland.edu (My school's domain is legit.) # My host, on that domain, is freebsd (This is not known by DNS.) 127.0.0.1 localhost 10.0.0.1 freebsd.ashland.edu freebsd ****************************************************************** /etc/host.conf: bind hosts ****************************************************************** /etc/ppp/ppp.conf: default: set device /dev/cuaa1 set speed 115200 set parity none deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" set redial 3 10 AU: set phone 2895874 set login "TIMEOUT 10 name>-BREAK-name> jroberts word> (password) eys: 3" set timeout 3600 set ifaddr 10.0.1.1/10.0.1.2/255.255.255.0 (Guess #1, Guess #2, netmask) delete ALL add 0 0 HISADDR set openmode active ****************************************************************** /etc/ppp/ppp.linkup: 127.0.0.1: delete ALL add 0 0 HISADDR ****************************************************************** /etc/sysconfig: hostname="freebsd.ashland.edu" defaultdomainname="ashland.edu" network_interfaces="lo0" ifconfig_lo0="inet 127.0.0.1" Thanks for your help! I really appreciate it! =) Jeff ______________________________________________________________________ jroberts@ashland.edu >>>> Jeff Roberts <<<< strider@acm.org Public Key = http://www.ashland.edu/~jroberts/txt/pubkey.asc ______________________________________________________________________