Thread: PPP not exiting
View Single Post

  #2 (permalink)  
Old 06-09-2004
Bill Marcum
 
Posts: n/a
Default Re: PPP not exiting

On Wed, 09 Jun 2004 22:52:31 +0800, Michael Collard
<quadfour@iinet.net.au> wrote:
> I have a problem with a dialin setup I'm using. I do have the actual
> dialin session working and traffic is going backwards and forwards,
> however if the connection ends for any reason then pppd is left behind
> doing squat.
>
>
> My /etc/ppp/options.server file has the following:
>
> 172.16.0.1:172.16.0.2
> asyncmap 0
> lock
> debug
> mtu 1432
> mru 1432
> passive
> crtscts
> proxyarp
> auth
> -chap
> +pap
>

You might try adding these lines:
lcp-echo-interval 30
lcp-echo-failure 2


--
Simulations are like miniskirts, they show a lot and hide the essentials.
-- Hubert Kirrman
Reply With Quote