From owner-freebsd-hackers Sun Jul 13 09:48:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA27606 for hackers-outgoing; Sun, 13 Jul 1997 09:48:20 -0700 (PDT) Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA27597 for ; Sun, 13 Jul 1997 09:48:16 -0700 (PDT) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.8.6/8.8.5) id SAA28393; Sun, 13 Jul 1997 18:47:59 +0200 (SAT) From: John Hay Message-Id: <199707131647.SAA28393@zibbi.mikom.csir.co.za> Subject: Re: IPX routing? In-Reply-To: <199707130323.MAA01113@genesis.atrad.adelaide.edu.au> from Michael Smith at "Jul 13, 97 12:53:07 pm" To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Sun, 13 Jul 1997 18:47:59 +0200 (SAT) Cc: hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Is there a document anywhere which describes the delicacies of setting > up a FreeBSD box as an IPX router? Nope, except maybe in the mail archives where I have helped a few people to get it working. There has been someone who promissed to write it up and get into the handbook, but it hasn't happened yet. > It was at this point that things came unstuck; adding IPX support to > the kernel was quite straightforward, as was assigning IPX addresses > to the interface. > > Except that one can only assign a single net address to each > interface, and Netware servers insist on using different net addresses > for 802.2 and 802.3 frame types. This isn't discussed in any of the > documentation. 8( > > Next, IPXrouted was started, and in trace mode it was certainly seeing > a lot of relevant traffic, but it wasn't learning any routes from it. > > After much tinkering trying to make various things work, we had to > back the system out and reinstate the Novell server, something that > neither I nor the customer really wanted to do. > > So, any suggestions? I could probably be convinced to roll some > longer words onthe subject if the information was available... > At the moment the code in FreeBSD only do Ethernet_II framing, so you will have use that on the nets that connects to the FreeBSD box. I do have code that do the Novel 802.3 protocol, but it only works on the ed0 type cards because I use link1 in ifconfig to set it and most other cards use that for something else like switching 10BT on/off. John -- John Hay -- John.Hay@mikom.csir.co.za