Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 1995 10:23:03 -0700 (PDT)
From:      Archie Cobbs <archie@tribe.com>
To:        jeffa@sybase.com (Jeff Anuszczyk)
Cc:        questions@freebsd.org
Subject:   Re: iijppp - dynamic configurations
Message-ID:  <199508111723.KAA05989@bubba.tribe.com>
In-Reply-To: <9508111604.AA11071@cottonwood.sybgate.sybase.com> from "Jeff Anuszczyk" at Aug 11, 95 12:04:04 pm

next in thread | previous in thread | raw e-mail | index | archive | help

> 	2) I have two ISP's that I need to use (one gets me to the internet
> 	   and the other gets me to a secure network).  I would like to
> 	   get two tunnel devices setup with the appropriate routing info
> 	   such that I can have ppp dynamically call the right service
> 	   provider depending upon where I am trying to get access to.
> 	   However, I can't seem to get iijppp to use anything other than
> 	   tun0.  Any thoughts?

The was ppp works is that it tries to open tun0 first, then tun1,
then tun2, etc.. this happens in the file "os.c" in functin OpenTunnel().

This isn't really an answer, but maybe a place to start looking
if you wanted to hack at it a bit.

-Archie





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508111723.KAA05989>