From owner-freebsd-questions Fri Aug 11 10:23:54 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA28718 for questions-outgoing; Fri, 11 Aug 1995 10:23:54 -0700 Received: from bubba.tribe.com ([205.184.207.7]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA28712 for ; Fri, 11 Aug 1995 10:23:53 -0700 Received: (from archie@localhost) by bubba.tribe.com (8.6.11/8.6.9) id KAA05989; Fri, 11 Aug 1995 10:23:04 -0700 From: Archie Cobbs Message-Id: <199508111723.KAA05989@bubba.tribe.com> Subject: Re: iijppp - dynamic configurations To: jeffa@sybase.com (Jeff Anuszczyk) Date: Fri, 11 Aug 1995 10:23:03 -0700 (PDT) Cc: questions@freebsd.org In-Reply-To: <9508111604.AA11071@cottonwood.sybgate.sybase.com> from "Jeff Anuszczyk" at Aug 11, 95 12:04:04 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 688 Sender: questions-owner@freebsd.org Precedence: bulk > 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