From owner-freebsd-questions Wed Apr 28 2:58:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.binep.ac.ru (ns.binep.ac.ru [193.233.37.5]) by hub.freebsd.org (Postfix) with ESMTP id 80FCB14FF8 for ; Wed, 28 Apr 1999 02:57:54 -0700 (PDT) (envelope-from goshik@binep.ac.ru) Received: from unknown (serv2 [193.233.44.77]) by ns.binep.ac.ru (8.9.2/8.8.8) with SMTP id OAA31224; Wed, 28 Apr 1999 14:06:24 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: X-MSMail-Priority: Normal X-Priority: 3 To: "FreeBSD-questions" Cc: obonilla@fisicc-ufm.edu MIME-Version: 1.0 From: "Igor B. Bykhalo" Subject: Re: IPX Gateway using FreeBSD Date: Wed, 28 Apr 99 13:53:20 PDT Content-Type: text/plain; charset="Windows-1251"; X-MAPIextension=".TXT" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >On Tue, 27 Apr 1999, Oscar Bonilla wrote: >> Would it be possible to access an internal novell server (using IPX) >> from a Win95 machine that connects to the FreeBSD box using the modem >> and PPP? Oscar, if you are still interested, try one of Boris Popov's pages: http://dixi.8m.com/ http://www.butya.kz/~bp They contain some useful how-to's on setting up IPX for FreeBSD. I'll put also some relevant parts from my rc.conf at the end of this message. >Doug White wrote: >I don't know if FreeBSD PPP supports IPX or not. I'm guessing no, since So am I. Maybe Brian Somers can shed some light on this... >> I have no experience whatsoever using IPX, and for what I've heard, > IPX is not ever routable. > >It's routable, but it sucks to route since it doesn't have a strict idea >of concepts like subnets. Hmmm... Probably I got this wrong, but what I have: <> network_interfaces="ep0 ep1 ep2 lo0 sl0" [...] ifconfig_ep0_ipx="ipx aaaa0000" ifconfig_ep1_ipx="ipx bbbb0000" ifconfig_ep2_ipx="ipx cccc0000" [...] ipxgateway_enable="YES" # Set to YES to enable IPX routing. ipxrouted_enable="YES" # Set to YES to run the IPX routing daemon. ipxrouted_flags="-s" # Flags for IPX routing daemon. ipxnetbios_enable="YES" # YES to enable sharing under IPX. [...] Note last line - I added it by myself (with the corresponding entry in /etc/rc.network) to enable disks/printers sharing between my different Ethernet segments in the mixed Win3x/Win9x/WinNT workstations LAN (sigh...). >Your bigger problem is that the dialup link does not support IPX. It seems true... What a pity for you 8-( Igor Bykhalo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message