[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ppp connection <newbie>



> Can some one describe the files that I need to alter to create a dialup
> ppp connection.
> Do I need to issue a command after the program dials the server.
> Sorry, I really am a newbie.......
> Here is some of my dialup info
> 
> Server Phone # 875-6996
> The Server assigns me an ip on connect
> Primary DNS  146.7.2.2
> Secondary      150.199.1.11

Does you server use PAP ? Do you need to enter your user ID and password
on login? I would advise you to install minicom, dial the server with it
and look for the prompts it gives you.

In my case it askes me for a "Username: ", I have to enter that,
then "Password: ", I enter password, then it gives me prompt 
"NYUmodem>" and I have to enter "ppp" to start pppd on the other side.
It also uses PAP so I put the following line in my
/etc/ppp/pap-secrets file:
<myuserID>    *   <mypassword>
Also, I had to add the following options to /etc/ppp.options_out file:
"user <myuserID>" - on the same line!
And finally, my /etc/ppp.chatscript looks like this:

REPORT	     CONNECT
ABORT        BUSY
ABORT        "NO CARRIER"
ABORT        VOICE
ABORT	     "NO DIALTONE"
""           ATDT<phonenumbertodial>
CONNECT      ''
name:--name: <myuserID>
word:        \q<mypassowrd>
\>--\>       ppp\q

Hope this helps.

Alex Y.

-- 
   _ 
 _( )_
(     (o___           +-------------------------------------------+
 |      _ 7           |            Alexander Yukhimets            |
  \    (")            |       http://pages.nyu.edu/~aqy6633/      |
  /     \ \           +-------------------------------------------+


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: