From owner-freebsd-questions Tue Aug 1 15:52:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vanderbilt.bala.qc.edu (vanderbilt.qc.edu [149.4.64.239]) by hub.freebsd.org (Postfix) with ESMTP id D058D37BB32 for ; Tue, 1 Aug 2000 15:52:24 -0700 (PDT) (envelope-from edgar@bala.qc.edu) Received: by vanderbilt.bala.qc.edu (Postfix, from userid 1001) id AD37126C62; Tue, 1 Aug 2000 18:57:54 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by vanderbilt.bala.qc.edu (Postfix) with ESMTP id A776222E5A for ; Tue, 1 Aug 2000 18:57:54 -0500 (EST) Date: Tue, 1 Aug 2000 18:57:54 -0500 (EST) From: Edgar Troudt To: questions@freebsd.org Subject: IPX to Netware connectivity. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello - I am attempting to get a FreeBSD box to connect to a Novell Netware IPX server. After playing around with stuff, I managed to get as far as installing NCPLIB from the ports and trying to run it. bash-2.04# ncplogin /QC1:mylogin Warning: no cfg files found. ncplogin: can't find server QC1: syserr = Network is down The QC1 server is not down, nor is my computer disconnected from the network. I believe that the problem (somehow) is with my IPX configuration. All I have done is put the following in my /etc/rc.conf /etc/rc.conf: <...> network_interfaces="xl0 lo0" <...> ifconfig_xl0="DHCP" ifconfig_xl0_ipx="...typed my MAC address for XL0 here..." ipxgateway_enable="YES" ipxrouted_enable="YES" ipxrouted_flags="-s" Any help would be appreciated. Also, I haven't yet subscribed to the list, so if you could kindly forward any responses to my email account. Thanks for the assistance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message