Re: ITP: a routing failover daemon

2009-03-04 Thread Russell Coker
On Wed, 4 Mar 2009, Mike Hommey wrote: > Maybe that could be something to add to guessnet ? Thanks for the suggestion, but the functionality is quite different. Guessnet seems (from it's description) to be based on probing the LAN via ARP etc. It's purpose seems to be to identify a network whe

Re: ITP: a routing failover daemon

2009-03-04 Thread Mike Hommey
On Wed, Mar 04, 2009 at 06:30:43PM +1100, Russell Coker wrote: > I have written a little Perl program that can ping two routers and configure > the routing table to route data to whichever router works. > > Among other things it can be configured to run a script when a router becomes > availab

ITP: a routing failover daemon

2009-03-03 Thread Russell Coker
I have written a little Perl program that can ping two routers and configure the routing table to route data to whichever router works. Among other things it can be configured to run a script when a router becomes available which can be used for a VPN. If there is already a good program in Debi