Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 1997 23:15:46 -0400 (EDT)
From:      Jeff Roberts <jroberts@ashland.edu>
To:        FreeBSD questions list <questions@FreeBSD.ORG>
Subject:   FBSD: PPP modem dialout (newbie) question? (Long -- sorry!)
Message-ID:  <Pine.OS2.3.95.970605225423.38A-100000@warp4>

next in thread | raw e-mail | index | archive | help
                               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 <CR> to start the conversation,
Wait for "name>" and send "jroberts"<CR>,
Wait for "word>" and send (my password)<CR>,
Wait for "eys:"  and send "3"<CR>,
(Normally, the juice should start flowing after that last <CR>.)



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
______________________________________________________________________






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OS2.3.95.970605225423.38A-100000>