From owner-freebsd-questions Fri Mar 1 12:45:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from y3k.shacknet.nu (ts5m-pool0-79.gti.net [208.216.126.79]) by hub.freebsd.org (Postfix) with ESMTP id B581C37B41B for ; Fri, 1 Mar 2002 12:45:02 -0800 (PST) Received: from shacknet.nu (localhost.gti.net [127.0.0.1]) by y3k.shacknet.nu (8.11.6/8.11.6) with SMTP id g21Kr3L66558; Fri, 1 Mar 2002 15:53:05 -0500 (EST) (envelope-from y3k@gti.net) Received: from 65.205.87.208 (SquirrelMail authenticated user mark) by y3k.shacknet.nu with HTTP; Fri, 1 Mar 2002 15:53:08 -0500 (EST) Message-ID: <3210.65.205.87.208.1015015988.squirrel@y3k.shacknet.nu> Date: Fri, 1 Mar 2002 15:53:08 -0500 (EST) Subject: Re: help with mount_nwfs From: "Mark Yeck" To: goodleaf@goodleaf.net In-Reply-To: <20020301120728.A95585@goodleaf.net> References: <20020301120728.A95585@goodleaf.net> Cc: freebsd-questions@freebsd.org X-Mailer: SquirrelMail (version 1.0.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John wrote: > Hello, > > I have compiled a fresh kernel, under 4.5 Release, including: > > options IPX, NCP and NWFS > > > I have enabled ipxrouted in rc.conf. > > Yet I cannot for the life of me get a netware volume mounted. > The error I get is: > > mount_nwfs: can't find server ARCHIVER syserr: Protocol not supported > > > I feel sure I'm missing something stupid. > > Any idea what it is? I'm not exactly sure about this, but I think you need to load the "ef" module to use ipx. here's my loader.conf: marky% more /boot/loader.conf # -- sysinstall generated deltas -- # userconfig_script_load="YES" # -- mark generated deltas -- # # stuff to work with netware if_ef_load="YES" #ncp_load="YES" nwfs_load="YES" as well as some important bits of rc.conf: ifconfig_fxp0f2_ipx="ipx 0x350" # IPX address family entry. ipxrouted_enable="YES" # Set to YES to run the IPX routing daemon. marky% uname - a FreeBSD marky.USA.PEC000 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #3: Tue May 22 10:13:48 EDT 2001 marky@marky.USA.PEC000:/usr/src/sys/compile/MARKY i386 Hope this helps. -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message