From owner-freebsd-questions Sun Oct 26 20:44:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13912 for questions-outgoing; Sun, 26 Oct 1997 20:44:33 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from pipaimge.powerup.com.au (pipa0052.powerup.com.au [202.139.228.52]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA13900 for ; Sun, 26 Oct 1997 20:44:27 -0800 (PST) (envelope-from steve@playgal.com) Received: from steve (steve.powerup.com.au [192.168.60.7]) by pipaimge.powerup.com.au (8.8.5/8.8.5) with SMTP id OAA06218 for ; Mon, 27 Oct 1997 14:44:00 +1000 (EST) Message-ID: <199710271542530705.198568B2@192.168.60.1> X-Mailer: Calypso Version 2.30.21 (www.mcsdallas.com) Date: Mon, 27 Oct 1997 15:42:53 +1100 From: "Steven Harris" To: freebsd-questions@freebsd.org Subject: Multi-PPP Question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id UAA13907 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, We currently have a setup whereby 2 kernel PPP devices are configured (ppp0 and ppp1) and I wish to route traffic evenly through them. I have got to the stage where i can SEND packets evenly but they are received on the interface that the connection was originally established on. Ie. If i establish a connection on ppp0 but SEND all the packets out ppp1, they will all come back to ppp0. Is there any program out there that will "encasulate" a packet based on the interface it is being sent out of so that packets can be sent AND received from the interface they were sent from or does this voilate the basic laws of TCP/IP? Thanks for your help. Steve Admin.