Patrick,
Here are my persist settings (not dial-on-demand) for Earthlink POPs.
Note: you must modify /etc/ppp/pap-secrets and move
/etc/ppp/no_ppp_on_boot to /etc/ppp/ppp_on_boot.

/etc/ppp/options
    asyncmap 0
    auth
    crtscts
    lock
    hide-password
    modem
    proxyarp
    lcp-echo-interval 30
    lcp-echo-failure 4
    noipx

/etc/ppp/peers/provider
    noauth
    debug               # log transaction to /var/log/messages     
    /dev/ttyS0  # (ttyS0=com1, ttyS1=com2, ...)
    115200              # baud  rate
    persist
    holdoff 10
->   name <include your login name here>
    modem
    crtscts             # use hardware flow control
    asyncmap 0
    defaultroute        # ppp becomes default route to the internet
    noipdefault
    lock                # don't let other processes besides PPP use the device      
    connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"

/etc/chatscripts/provider
    ABORT "BUSY"
    ABORT "NO CARRIER"
    ABORT "VOICE"
    ABORT "NO DIALTONE" 
    ABORT "NO ANSWER"
    "" ATZ
->   OK ATDT<add your ISP POP phone number here>
    CONNECT

I hope this helps.

On Tue, 2002-07-30 at 17:09, Patrick Teague wrote:
> 
> ----- Original Message -----
> From: "Mike Noyes" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, July 30, 2002 9:16 AM
> Subject: Re: [leaf-user] Earthlink PPP connection info (was: Problem
> bootingBering RC3)
> 
> 
> > On Tue, 2002-07-30 at 00:41, Brad Fritz wrote:
> > > On Tue, 30 Jul 2002 00:43:04 CDT Patrick Teague wrote:
> > > > but um...  any idea how to get it to redial or is the default
> > > > ppp.lrp in the Bering rc3 already set up to do that?
> > >
> > > >From the options section of  "man pppd" on a full linux distro:
> > >
> > >  persist
> > >     Do not  exit  after  a  connection  is  terminated;
> > >     instead try to reopen the connection.
> > >
> > > So if you have the "persist" keyword in your /etc/ppp/options file
> > > as described at
> > >
> > >   http://leaf.sourceforge.net/devel/jnilo/bumodem.html
> > >
> > > , the router should automatically redial.  Somebody with Bering
> >
> > Patrick,
> > Make sure to move /etc/ppp/no_ppp_on_boot to /etc/ppp/ppp_on_boot, or
> > persist wont work properly.
> 
> OK, really weird now...  I did both of these & now I can't get the computer
> to stop redialing.  As soon as it gets a connection it hangs up & redials.
> If I use poff it gives me a message about multiple ppp sessions & can't do
> anything because I didn't list any options.  I thought I had changed
> everything back to the way it was, but now after it connects it just hangs
> up, plus I get a segmentation fault when trying to load shorwall??
> 
> Help? :)

-- 
Mike Noyes <[EMAIL PROTECTED]>
http://sourceforge.net/users/mhnoyes/
http://leaf-project.org/



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to