At 08:25 PM 3/21/2000 , Robert L. Harris queried...

>   I just got an account with concentric.  They say I need PAP setup to

>dialin.  Does anyone have any info on setting up dialup?  I have talked

>to one or two people but nothing seems to be working right.

Substitute your login name for 

Substitute your login password for 

Substitute concentric's modem number for 5551212

1) create /etc/ppp/pap-secrets

     *  *

2) create /etc/ppp/peers/concentric

    ttyS2 57600 crtscts

    connect /etc/ppp/script/concentric

    noauth

    idle 600

    defaultroute

    1.1.1.1:2.2.2.2

    ipcp-accept-remote

    ipcp-accept-local

    name 

3) create /etc/ppp/script/concentric

    /usr/sbin/chat -t 15 -v \

       ABORT "NO CARRIER" \

       ABORT "BUSY" \

       "" ATH0 \

       OK-+++-OK ATDT5551212 \

       CONNECT

4) issue the command

    pppd dial concentric

    


--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.