From owner-freebsd-questions@FreeBSD.ORG Wed Aug 20 03:10:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96AE316A4BF for ; Wed, 20 Aug 2003 03:10:18 -0700 (PDT) Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF94C43F85 for ; Wed, 20 Aug 2003 03:10:16 -0700 (PDT) (envelope-from goshik@binep.ac.ru) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id h7KADMQ28421; Wed, 20 Aug 2003 14:13:22 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: <003401c36703$36d69060$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "Malcolm Kay" , "Free BSD Questions list" References: <200308192223.34353.malcolm.kay@internode.on.net> <034001c366e0$36ab2880$ea2ce9c1@binep.ac.ru> <200308201806.32886.malcolm.kay@internode.on.net> Date: Wed, 20 Aug 2003 14:09:56 +0400 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: IPX problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 10:10:18 -0000 From: "Malcolm Kay" To: "Igor B. Bykhalo" ; "Free BSD Questions list" Sent: Wednesday, August 20, 2003 12:36 PM Subject: Re: IPX problems > Igor, > Thanks for your thoughts. They correspond closely with what I discovered > today; but it all seems a bit vague. Nowhere have I found an overview > of what needs to be done. In brief it is now working. Good to hear... [...] > At present I'm loading if_ef via loader.conf but I'll probably change this and > include it in the kernel build. Discovering man ef(4) was the clue that got > me up. Yes, i forgot to mention ef(4) manual page. [...] > > ifconfig_sis0f0_ipx="ipx 0xbbbb0000" > > ifconfig_lo0_ipx="ipx 0xaaaa0000.1" > > > > ipxgateway_enable="YES" # Set to YES to enable IPX routing. > > Does this really do anything in the circumstances? Don't know. As you already found, there's very little info about IPX under FreeBSD. Probably the key here is that you can't manually setup static routes for IPX? Regards, Igor [...] > > Thanks again > > Malcolm >