From owner-freebsd-current Wed Sep 11 09:36:51 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA13768 for current-outgoing; Wed, 11 Sep 1996 09:36:51 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA13762 for ; Wed, 11 Sep 1996 09:36:49 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id JAA14413; Wed, 11 Sep 1996 09:36:20 -0700 (PDT) To: John Hay cc: current@FreeBSD.org Subject: Re: Does IPX routing work? ... Of course. :-) In-reply-to: Your message of "Sat, 11 Sep 1996 17:12:08 +0200." <199609111512.RAA18065@zibbi.mikom.csir.co.za> Date: Wed, 11 Sep 1996 09:36:20 -0700 Message-ID: <14411.842459780@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Our IPX only support ETHERNET_II framing. NOT 802.3 (yet) Hmmm. I'm not sure which we're using, I imagine there's some Novell server command for figuring it out though? > You will have to ifconfig each interface that you want to use with IPX, > with an IPX network address. These can be randomly chosen except where > you already have a Novell server or something else that is configured > with an IPX network address. (Each net must be unique though.) Hmmm. Command syntax for this? I've looked at the ifconfig man page till I'm blue and I still don't see how this is done. :-( > You must enable IPX forwarding in the kernel with sysctl. The variable > is something like "net.ipx.ipx.forwarding". I'm not at a -cuurent box > now. net.ipx.ipx.ipxforwarding it is - thanks! Jordan