From: Suso <suso@suso.eigenmann.indiana.edu>
Newsgroups: suso.linux-help
Subject: Re: IPX
Date: Sat, 24 Oct 1998 23:11:33 +0000
Organization: The Suso Newsserver	
NNTP-Posting-Host: suso.eigenmann.indiana.edu
In-Reply-To: <36321641.D09C13DA@hknet.com>
Xref: news.suso.org suso.linux-help:6


Amos, Here's what you need to do: First you'll want to get the latest stable kernel source from linux.ucs.indiana.edu Then go into the configuration for the kernel and enable these things. Networking options: The IPX protocol Filesystems: NCP filesystem support <-- this is so you can mount your locker. After you build the kernel then you'll want to reboot and run this command: ipx_interface add -p eth0 etherII the -p option makes eth0 the primary ipx interface and etherII is the type of frame(packet) that IU uses. then you can mount a locker like this: ncpmount -S xenon -V L01 -u amos -U amos.users.iub locker/ make sure that you substitute amos with your IU username and that you've created a directory called 'locker'. To see that the locker is mounted you can do a 'df -a'. That's really all there is to it. This procedure is also documented at: http://linux.ucs.indiana.edu/linux/netware.html Enjoy, Suso On Sat, 24 Oct 1998, Amos Lee wrote: > Hi, Suso > > This is the first time I use this news group! That's fun! > > I would like to ask, how can I install the IPX-protocol. When I compiled > it into the kernel, it made the DNS not working (I am not sure if it is > because of the IPX) but when I recompile the IPX protocol into modules, > at least the DNS can work again. However, a error message of IPX is > reported at startup. > > I wish I can mount my locker to my soma. :-) > > > Have Fun, > Amos > > >