From owner-freebsd-questions Thu Jun 26 14:58:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA14802 for questions-outgoing; Thu, 26 Jun 1997 14:58:22 -0700 (PDT) Received: from tntech.edu (SYSTEM@gemini.tntech.edu [149.149.11.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA14797 for ; Thu, 26 Jun 1997 14:58:19 -0700 (PDT) Received: from wc-rt.tntech.edu ("port 1075"@wc-rt.tntech.edu) by tntech.edu (PMDF V5.1-8 #16786) with SMTP id <01IKJALUMOIO8WX8OB@tntech.edu> for freebsd-questions@freebsd.org; Thu, 26 Jun 1997 16:57:15 CDT Date: Thu, 26 Jun 1997 16:53:43 +0000 (GMT) From: "Elijah L. Wright" Subject: ipx routing questions.... X-Sender: elw@wc-rt.tntech.edu To: freebsd-questions@freebsd.org Reply-to: ewright@multipro.com Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hmm. We're running IPX on multiple interfaces, and can't get it to talk across the various interfaces. Packets show up in tcpdump on both sides of the routing machine, but don't cross. We're doing our ifconfig's in this manner: ifconfig fpa1 ipx 0000aaa1 ifconfig vx0 ipx 0000fffc ifconfig vx1 ipx 0000efab ifconfig vx2 ipx 0000cdef and then IPXrouted -s. =) IPX gatewaying is turned on, via rc.network, and it shows in a sysctl -a. System is 2.2.2-Release, with a reasonably standard kernel config. --elijah ewright@multipro.com