Subject: Re: pppd - /etc/ppp/ip-up & ip-down
To: David Woyciesjes <DAW@yalepress3.unipress.yale.edu>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: tech-net
Date: 01/31/2001 20:38:58
On Tue, Jan 30, 2001 at 10:47:51AM -0500, David Woyciesjes wrote:
> #!/bin/sh
> #  ip-down
> #
> /CJB-IpForwarder/cjbclient <username> <password> <offline url>
> 
> Is this correct? Or did I goof up again?

Note that IP is already gone at that point:

       /etc/ppp/ip-down
              A program or script which is executed when the link
              is no longer available for sending and receiving IP
              packets.  

Regards,
	-is