Linux Box met IPX/NCPFSJe moet je kernel opnieuw compileren met "IPX protocol" en de
"NCP file system support" opties geactiveerd. Vergeet niet YES te antwoorden
op "NDS authentication support" als je gebruik maakt van NDS. Vervolgens
moet je het IPX protocol configureren en je NetWare servervolumes
configureren. Zorg dat je het ncpfs package hebt geïnstalleerd!
Ik gebruik dit script:#!/bin/sh
ipx_interface delall
ipx_interface add -p eth0 802.2 120 # Frame Ethernet_802.2, ipx net num 120
insmod ncpfs # Ik heb NCPfs als module gecompileerd
ncpmount -U admin -S elf -P XYZ /nw # mount alle ELF's volumes als /nwZie de IPX-HOWO voor meer informatie over het configureren van IPX en
NCPFS.