Michael C. Toren on Thu, 25 May 2000 15:51:04 -0400 (EDT)


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

Re: [PLUG] Running a program after kppp makes a connection

  • From: "Michael C. Toren" <mct@netaxs.com>
  • To: plug@lists.nothinbut.net
  • Subject: Re: [PLUG] Running a program after kppp makes a connection
  • Date: Thu, 25 May 2000 15:51:00 -0400
  • User-agent: Mutt/1.2i

> How does one configure kppp to run a program after it connects and the
> ppp0 interface is up?  I'm trying to figure out where to put this script
> and where to reference it from.  There's a place in the kppp
> configuration to put a program that runs after the connection is
> established, but I need to be able to not put it there.

Assuming that kppp is an interface to the standard ppp daemon, you can use
some of pppd's builtin functionality for this.  Try searching for "ip-up"
in the pppd man page.

-mct