home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / doc / HOWTO / IPX-HOWTO < prev    next >
Text File  |  1998-11-28  |  83KB  |  2,443 lines

  1.   Linux IPX-HOWTO
  2.   Kevin Thorpe, kevin@pricetrak.com
  3.   v2.3, 06 May 1998
  4.  
  5.   This document aims to describe how to obtain, install and configure
  6.   various tools available for the the Linux operating system that use
  7.   the Linux kernel IPX protocol support.
  8.   ______________________________________________________________________
  9.  
  10.   Table of Contents
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.   1. Introduction.
  68.  
  69.      1.1 Changes from the previous release.
  70.      1.2 Introduction.
  71.  
  72.   2. Disclaimer.
  73.  
  74.   3. Related Documentation.
  75.  
  76.      3.1 New versions of this document.
  77.      3.2 Feedback.
  78.      3.3 Mailing list support.
  79.  
  80.   4. Some of the terms used in this document.
  81.  
  82.   5. A brief discussion of IPX network topology
  83.  
  84.   6. The IPX related files in the
  85.  
  86.   7. Greg Pages IPX tools.
  87.  
  88.      7.1 The IPX tools in more detail.
  89.  
  90.   8. Configuring your Linux machine as an IPX router.
  91.  
  92.      8.1 Do I need to configure an internal network ?
  93.  
  94.   9. Configuring your Linux machine as an NCP client.
  95.  
  96.      9.1 Obtaining
  97.      9.2 Building
  98.      9.3 Building
  99.      9.4 Configuring and using
  100.  
  101.   10. Configuring your Linux machine as an NCP server.
  102.  
  103.      10.1 The
  104.         10.1.1 Capability of
  105.         10.1.2 Obtaining
  106.         10.1.3 Building the
  107.      10.2 The
  108.         10.2.1 Capability of
  109.         10.2.2 Obtaining
  110.         10.2.3 Building
  111.         10.2.4 Configuring and using
  112.  
  113.   11. Configuring your Linux machine as a Novell Print Client.
  114.  
  115.   12. Configuring your Linux machine as a Novell Print Server.
  116.  
  117.      12.1 Prerequisites
  118.      12.2 Configuration
  119.  
  120.   13. An overview of the
  121.  
  122.      13.1 User commands.
  123.      13.2 Administration tools.
  124.  
  125.   14. Configuring PPP for IPX support.
  126.  
  127.      14.1 Configuring an IPX/PPP server.
  128.         14.1.1 First steps.
  129.         14.1.2 Design.
  130.         14.1.3 Configure
  131.         14.1.4 Test the server configuration.
  132.      14.2 Configuring an IPX/PPP client.
  133.         14.2.1 Configuring
  134.         14.2.2 Testing the IPX/PPP client.
  135.  
  136.   15. IPX tunnel over IP
  137.  
  138.      15.1 Obtaining
  139.      15.2 Building
  140.      15.3 Configuring
  141.      15.4 Testing and using
  142.  
  143.   16. Commercial IPX support for Linux.
  144.  
  145.      16.1 Caldera'a Network Desktop
  146.  
  147.   17. Some Frequently Asked Questions
  148.  
  149.   18. Copyright Message.
  150.  
  151.   19. Miscellaneous and Acknowledgements.
  152.  
  153.  
  154.  
  155.   ______________________________________________________________________
  156.  
  157.   1.  Introduction.
  158.  
  159.   This is the Linux IPX-HOWTO. You should read the Linux NET-3-HOWTO in
  160.   conjunction with this document.
  161.  
  162.  
  163.   1.1.  Changes from the previous release.
  164.  
  165.  
  166.  
  167.   Change of author:
  168.           Many thanks to Terry Dawson for passing on this document and
  169.           congratulations on becoming a father :-).
  170.  
  171.   Additions:
  172.           Addition of a brief explanation of IPX. This is in response to
  173.           many baffled queries on the discussion lists.
  174.  
  175.   Corrections/Updates:
  176.           New version of ncpfs which now supports NDS logins. This is early
  177.           beta test and may be prohibited in your country due to the use of
  178.           patented technology.
  179.  
  180.           Addition of support for trustee rights in mars_nwe. This is still
  181.           in beta test.
  182.  
  183.  
  184.  
  185.  
  186.   1.2.  Introduction.
  187.  
  188.   The Linux Kernel has a completely new network implementation as
  189.   compared to other Unix like operating systems. The ability to take a
  190.   fresh approach to developing the kernel networking software has led to
  191.   the Linux kernel having support for a range of non tcp/ip protocols
  192.   being built. The IPX protocol is one of those that have been included.
  193.  
  194.   The Linux kernel supports the IPX protocol only. It does not yet
  195.   support protocols such as IPX/RIP, SAP or NCP, these are supported by
  196.   other software such as that documented elsewhere in this document.
  197.  
  198.  
  199.   The IPX support was originally developed by Alan Cox
  200.   <alan@lxorguk.ukuu.org.uk> and has been significantly enhanced by Greg
  201.   Page <greg@caldera.com>.
  202.  
  203.  
  204.   2.  Disclaimer.
  205.  
  206.   I do not and cannot know everything there is to know about the Linux
  207.   network software. Please accept and be warned that this document
  208.   probably does contain errors. Please read any README files that are
  209.   included with any of the various pieces of software described in this
  210.   document for more detailed and accurate information. I will attempt to
  211.   keep this document as error-free and up-to-date as possible. Versions
  212.   of software are current as at time of writing.
  213.  
  214.   In no way do I or the authors of the software in this document offer
  215.   protection against your own actions. If you configure this software,
  216.   even as described in this document and it causes problems on your
  217.   network then you alone must carry the responsibility. I include this
  218.   warning because IPX network design and configuration is not always a
  219.   simple matter and sometimes undesirable interaction with other routers
  220.   and fileservers can result if you do not design or configure your
  221.   network carefully. I also include this warning because I was asked to
  222.   by someone unfortunate enough to have discovered this lesson the hard
  223.   way.
  224.  
  225.  
  226.   3.  Related Documentation.
  227.  
  228.   This document presumes you understand how to build a Linux kernel with
  229.   the appropriate networking options selected and that you understand
  230.   how to use the basic network tools such as ifconfig and route.  If you
  231.   do not, then you should read the NET-3-HOWTO <NET-3-HOWTO.html> in
  232.   conjunction with this document as it describes these.
  233.  
  234.   Other Linux HOWTO documents that might be useful are:
  235.  
  236.   The Ethernet-HOWTO <Ethernet-HOWTO.html>, which describes the details
  237.   of configuring an Ethernet device for Linux.
  238.  
  239.   The PPP-HOWTO <PPP-HOWTO.html> as IPX support is available for version
  240.   2.2.0d and later of the Linux PPP implementation.
  241.  
  242.  
  243.   3.1.  New versions of this document.
  244.  
  245.   If your copy of this document is more than two months old then I
  246.   strongly recommend you obtain a newer version. The networking support
  247.   for Linux is changing very rapidly with new enhancements and features,
  248.   so this document also changes fairly frequently. The latest released
  249.   version of this document can always be retrieved by anonymous ftp
  250.   from:
  251.  
  252.   ftp:/sunsite.unc.edu/pub/Linux/docs/HOWTO/IPX-HOWTO>/ or:
  253.   ftp:/sunsite.unc.edu/pub/Linux/docs/HOWTO/other-formats/IPX-
  254.   HOWTO{-html.tar,ps,dvi}.gz>/ via the World Wide Web from the Linux
  255.   Documentation Project Web Server
  256.   <http://sunsite.unc.edu/LDP/linux.html>, at page: IPX-HOWTO
  257.   <http://sunsite.unc.edu/LDP/HOWTO/IPX-HOWTO.html> or directly from me,
  258.   <kevin@pricetrak.com>. It may also be posted to the newsgroups:
  259.   comp.os.linux.networking, comp.os.linux.answers and news.answers from
  260.   time to time.
  261.  
  262.  
  263.  
  264.  
  265.   3.2.  Feedback.
  266.  
  267.   Please send any comments, updates, or suggestions to me,
  268.   <kevin@pricetrak.com>. The sooner I get feedback, the sooner I can
  269.   update and correct this document. If you find any problems with it,
  270.   please mail me directly as I can miss info posted to the newsgroups.
  271.  
  272.  
  273.   3.3.  Mailing list support.
  274.  
  275.   There is a mailing list established for discussion of the various
  276.   Linux IPX software packages described in this document. You can
  277.   subscribe to it by sending a mail message to `listserv@sh.cvut.cz'
  278.   with `add linware' in the body of the message. To post to the list
  279.   your send your mail to `linware@sh.cvut.cz'. I regularly watch this
  280.   list.
  281.  
  282.   The mailing list is archived at www.kin.vslib.cz
  283.   <http://www.kin.vslib.cz/hypermail/linware/>.
  284.  
  285.  
  286.   4.  Some of the terms used in this document.
  287.  
  288.   You will often see the terms client and server used in this document.
  289.   They are normally fairly specific terms but in this document I have
  290.   generalized their definitions a little so that they mean the
  291.   following:
  292.  
  293.      client
  294.         The machine or program that initiates an action or a connection
  295.         for the purpose of gaining use of some service or data.
  296.  
  297.      server
  298.         The machine or program that accepts incoming connections from
  299.         multiple remote machines and provides a service or data to
  300.         those.
  301.  
  302.   These definitions are not very reliable either, but they provide a
  303.   means of distinguishing the ends of peer to peer systems such as SLIP
  304.   or PPP which truly do not actually have clients and servers.
  305.  
  306.   Other terms you will see are:
  307.  
  308.      Bindery
  309.         The bindery is a specialised database storing network
  310.         configuration information on a Novell fileserver. Netware
  311.         clients may query the bindery to obtain information on available
  312.         services, routing and user information.
  313.  
  314.      Frame Type
  315.         is a term used to describe that actual protocol used to carry
  316.         the IPX (and IP) datagrams across your ethernet style network
  317.         segments. There are four common ones. They are:
  318.  
  319.         Ethernet_II
  320.            This is a refined version of the original DIX ethernet
  321.            standard. Novell has been allocated a formal protocol id and
  322.            this means that both IPX and IP can coexist happily in an
  323.            Ethernet_II environment quite happily. This is commonly used
  324.            in Novell environments and is a good choice.
  325.  
  326.         802.3
  327.            This is an I.E.E.E. protocol defining a Carrier Sense
  328.            Multiple Access with Collision Detection (CSMA/CD) mechanism.
  329.            It was based on the original DIX Ethernet standard, with an
  330.            important modification, the type (protocol id) field was
  331.            converted into a length field instead. It is for this reason
  332.            that IPX really shouldn't be run here. IEEE 802.3 was
  333.            designed to carry IEEE 802.2 frames only but there are
  334.            implementations that use it to carry IPX frames directly and
  335.            remarkably it does work. Avoid it unless you are trying to
  336.            interwork with a network already configured to use it.
  337.  
  338.         802.2
  339.            This is an I.E.E.E. protocol that defines a set of Logical
  340.            Link Control procedures. It provides a simplistic way of
  341.            allowing different protocols to coexist, but is quite limited
  342.            in this respect. Novell uses an unofficial Service Address
  343.            Point (like a protocol id) but since everyone else uses it as
  344.            well, that hasn't yet presented too much of a problem.
  345.  
  346.         SNAP
  347.            SNAP is the Sub Network Access Protocol. This protocol is
  348.            designed ride on top of 802.3 and 802.2. It expands the
  349.            multiprotocol capability of 802.2 and provides some measure
  350.            of compatability with existing Ethernet and Ethernet_II frame
  351.            types.
  352.  
  353.  
  354.      IPX
  355.         Internet Packet eXchange is a protocol used by the Novell
  356.         corporation to provide internetworking support for their
  357.         NetWare(tm) product.  IPX is similar in functionality to the IP
  358.         protocol used by the tcp/ip community.
  359.  
  360.      IPX network address
  361.         This is a number which uniquely identifies a particular IPX
  362.         network. The usual notation for this address is in hexadecimal.
  363.         An example might look like: 0x23a91002.
  364.  
  365.      IPX Internal network
  366.         This is a virtual IPX network. It is virtual because it does not
  367.         correspond to a physical network. This is used to provide a
  368.         means of uniquely identifying and addressing a particular IPX
  369.         host. This is generally only useful to IPX hosts that exist on
  370.         more than one physical IPX network such as fileservers. The
  371.         address is coded in the same form as for a physical IPX network.
  372.  
  373.      RIP
  374.         Routing Information Protocol is a protocol used to automatically
  375.         propagate network routes in an IPX network. It is functionally
  376.         similar to the RIP used within the tcp/ip community.
  377.  
  378.      NCP
  379.         NetWare Core Protocol is a networked filesystem protocol
  380.         designed by the Novell Corporation for their NetWare(tm)
  381.         product. NCP is functionally similar to the NFS used in the
  382.         tcp/ip community.
  383.  
  384.      SAP
  385.         Service Advertisement Protocol is a protocol designed by the
  386.         Novell Corporation that is used to advertise network services in
  387.         a NetWare(tm) environment.
  388.  
  389.      Hardware address
  390.         This is a number that uniquely identifies a host in a physical
  391.         network at the media access layer. Examples of this are Ethernet
  392.         Addresses. An Ethernet address is generally coded as six
  393.         hexadecimal values separated by colon characters eg.
  394.         00:60:8C:C3:3C:0F
  395.  
  396.  
  397.      route
  398.         The route is the path that your packets take through the network
  399.         to reach their destination.
  400.  
  401.  
  402.   5.  A brief discussion of IPX network topology
  403.  
  404.   This is a much simplified explanation for people new to IPX. Large
  405.   networks will probably break lots of the rules explained here. In
  406.   complex IPX networks the administrator should always be consulted.
  407.  
  408.   IPX networking revolves around a scheme of numbered networks unlike IP
  409.   which places more emphasis on the interface addresses. A network is a
  410.   collection of equipment connected to the same LAN segment and using
  411.   the same frame type. Different frame types on the same LAN segment are
  412.   treated as seperate networks.
  413.  
  414.   Each network must be allocated a number which is unique across the
  415.   entire internetwork. This is usually performed by a NetWare(tm)
  416.   server, but can easily be performed by Linux. IPX clients are given
  417.   this number by the server when starting, they only require to know the
  418.   correct frame type.
  419.  
  420.   Routing between networks is usually performed by putting two network
  421.   cards in a server. This server then runs the RIP protocol which holds
  422.   a routing table for the internetwork. Periodic broadcasts of this
  423.   routing table are exchanged between servers. Within a short time each
  424.   server 'discovers' the topology of the internetwork.
  425.  
  426.   If you only wish to use the services of an existing NetWare server,
  427.   you can use ipx_configure (section 7.1) to automatically define the
  428.   IPX interfaces by using broadcast queries to look for a server. If
  429.   this fails, or you wish to provide IPX services, you will need to
  430.   define the interfaces manually using ipx_interface or mars_nwe.
  431.  
  432.  
  433.   6.  The IPX related files in the /proc  filesystem.
  434.  
  435.   There are a number of files related to the Linux IPX support that are
  436.   located within the /proc filesystem. They are:
  437.  
  438.  
  439.      /proc/net/ipx_interface
  440.         This file contains information about the IPX interfaces
  441.         configured on your machine. These may have been configured
  442.         manually by command or automatically detected and configured.
  443.  
  444.      /proc/net/ipx_route
  445.         This file contains a list of the routes that exist in the IPX
  446.         routing table. These routes may have been added manually by
  447.         command or automatically by an IPX routing daemon.
  448.  
  449.      /proc/net/ipx
  450.         This file is a list of the IPX sockets that are currently open
  451.         for use on the machine.
  452.  
  453.  
  454.   7.  Greg Pages IPX tools.
  455.  
  456.   Greg Page <greg@caldera.com of Caldera Incorporated has written a
  457.   suite of IPX configuration tools and enhanced the Linux IPX kernel
  458.   support.
  459.  
  460.   The kernel enhancements allow linux to be configured as a fully
  461.   featured IPX bridge or router. The enhanced IPX support has already
  462.   been fed back into the mainstream kernel distribution so you will
  463.   probably already have it.
  464.  
  465.   The network configuration tools provide you with the capability to
  466.   configure your network devices to support IPX and allow you to
  467.   configure IPX routing and other facilities under Linux. The Linux IPX
  468.   network tools are available from: sunsite.unc.edu
  469.   <ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/ipx.tgz>.
  470.  
  471.  
  472.   7.1.  The IPX tools in more detail.
  473.  
  474.  
  475.      ipx_interface
  476.         This command is used to manually add, delete or check ipx
  477.         capability to an existing network device. Normally the network
  478.         device would be an Ethernet device such at eth0. At least one
  479.         IPX interface must be designated the primary interface and the
  480.         -p flag to this command does this. For example to enable
  481.         Ethernet device eth0 for IPX capability as the primary IPX
  482.         interface using the IEEE 802.2 frame type and IPX network
  483.         address 39ab0222 you would use:
  484.  
  485.  
  486.           # ipx_interface add -p eth0 802.2 0x39ab0222
  487.  
  488.  
  489.  
  490.  
  491.      If the frame type differs from NetWare(tm) servers on this network,
  492.      they will studiously ignore you. If the frame type is correct but
  493.      the network number differs, they will still ignore you but complain
  494.      frequently on the NetWare server console. The latter is guaranteed
  495.      to gain you flames from your NetWare administrator and may disrupt
  496.      existing NetWare clients.
  497.  
  498.      If you get an error while running this program and you happen to
  499.      not have already configured tcp/ip, then you will find that you
  500.      need to manually start the eth0 interface using the command:
  501.  
  502.  
  503.           # ifconfig eth0 up
  504.  
  505.  
  506.  
  507.  
  508.  
  509.      ipx_configure
  510.         This command enables or disables the automatic setting of the
  511.         interface configuration and primary interface settings.
  512.  
  513.         --auto_interface
  514.            allows you to select whether new network devices should be
  515.            automatically configured as IPX devices or not.
  516.  
  517.         --auto_primary
  518.            allows you to select whether the IPX software should
  519.            automatically select a primary interface or not. Problems
  520.            have been noted using this with Windows 95 clients on the
  521.            network.
  522.  
  523.         A typical example would be to enable both automatic interface
  524.         configuration and automatic primary interface setting with the
  525.         following command:
  526.  
  527.  
  528.  
  529.      # ipx_configure --auto_interface=on --auto_primary=on
  530.  
  531.  
  532.  
  533.  
  534.  
  535.      ipx_internal_net
  536.         This command allows you to configure or deconfigure an internal
  537.         network address. An internal network address is optional, but
  538.         when it is configured it will always be the primary interface.
  539.         To configure an IPX network address of ab000000 on IPX node 1
  540.         you would use:
  541.  
  542.  
  543.           # ipx_internal_net add 0xab000000 1
  544.  
  545.  
  546.  
  547.  
  548.  
  549.      ipx_route
  550.         The command allows you to manually modify the IPX routing table.
  551.         For example to add a route to IPX network 39ab0222 via a router
  552.         with node number 00608CC33C0F on IPX network 39ab0108:
  553.  
  554.  
  555.           # ipx_route add 0x39ab0222 0x39ab0108 0x00608CC33C0F
  556.  
  557.  
  558.  
  559.  
  560.  
  561.   8.  Configuring your Linux machine as an IPX router.
  562.  
  563.   If you have a number of IPX segments that you wish to internetwork you
  564.   need the services of a router. In the Novell environment there are two
  565.   pieces of information which are necessary to be propagated around the
  566.   network.  They are the network routing information propagated using
  567.   Novell RIP, and the service advertisement information propagated using
  568.   Novell SAP. Any router must support both of these protocols to be
  569.   useful in most situations.
  570.  
  571.   Linux has support for both of these protocols and can be fairly easily
  572.   made to function as a fully Novell compliant router.
  573.  
  574.   The Linux kernel IPX support actually manages the IPX packet
  575.   forwarding across interfaces, but it does this according to the rules
  576.   coded into the IPX routing table. Linux needs a program to implement
  577.   the Novell RIP and SAP to ensure that the IPX routing table is built
  578.   correctly and updated periodically to reflect changes in the network
  579.   status.
  580.  
  581.   Volker Lendecke <lendecke@namu01.gwdg.de> has developed a routing
  582.   daemon ipxripd that will do this for you. The mars_nwe package
  583.   mentioned later includes an alternative routing daemon.
  584.  
  585.   You can find ipxripd at:
  586.  
  587.   sunsite.unc.edu
  588.   <ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/ipxripd-0.7.tgz>
  589.  
  590.   or at Volkers home site at:
  591.  
  592.   ftp.gwdg.de <ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/ipxripd-0.7.tgz>
  593.  
  594.  
  595.   Configuring your Linux machine to act as a router is very
  596.   straightforward.  The steps you must take are:
  597.  
  598.   1. Build your kernel with IPX, Ethernet and /proc support.
  599.  
  600.   2. Obtain, compile and install the ipxd daemon program.
  601.  
  602.   3. Boot the new kernel and ensure that each of the Ethernet cards has
  603.      been properly detected and there are no hardware conflicts.
  604.  
  605.   4. Enable the IPX protocol on each of the interfaces using the
  606.      ipx_interface command described above.
  607.  
  608.   5. Start the ipxd daemon program.
  609.  
  610.   Consider the following simple network:
  611.  
  612.  
  613.    IPX Addr: 0x01000000  802.2
  614.   |--------------------------|
  615.                 |
  616.                 \_________________________
  617.                                           \          Linux Router
  618.    IPX Addr: 0x02000000  802.2             \
  619.   |--------------------------|              \   eth0/-----------\
  620.                 |                            \--====|           |
  621.                 \_________________________          | IPX route |
  622.                                           \     eth1|  Table    |
  623.    IPX Addr: 0x03000000  etherII           \----====|    ^      |
  624.   |--------------------------|                      |    |      |
  625.                 |                               eth2|  IPXd     |
  626.                 \______________________________/====|           |
  627.                                                     |  SAPd     |
  628.    IPX Addr: 0x04000000  etherII                eth3|           |
  629.   |--------------------------|                 /====|           |
  630.                 |                              |    \___________/
  631.                 \______________________________/
  632.  
  633.  
  634.  
  635.   The configuration for the above network would look like:
  636.  
  637.  
  638.        # ipx_interface add eth0 802.2 0x0100000000
  639.        # ipx_interface add eth1 802.2 0x0200000000
  640.        # ipx_interface add eth2 etherii 0x0300000000
  641.        # ipx_interface add eth3 etherii 0x0400000000
  642.        # ipxd
  643.  
  644.  
  645.  
  646.  
  647.   You should then wait a moment or two and check your
  648.   /proc/net/ipx_route file and you should see it populated with the IPX
  649.   routes relevant to your configuration and any learned from any other
  650.   routers in the network.
  651.  
  652.  
  653.   8.1.  Do I need to configure an internal network ?
  654.  
  655.   Novell has a feature called an internal network, which it uses to
  656.   simplify routing in situations where a host has more than one network
  657.   device connected.  This is useful in the case of a fileserver
  658.   connected to multiple networks as it means that only one route needs
  659.   to be advertised to reach the server regardless of which network you
  660.   are attempting from.
  661.   In the case of a configuration where you are not running a fileserver
  662.   and your machine acting only as an IPX router the question is not as
  663.   simple to answer. It has been reported that configuring for IPX/PPP
  664.   works `better' if you also configure an internal network.
  665.  
  666.   In any case it is easy to do, but may require a rebuild of your
  667.   kernel.  When you are working through the kernel make config you must
  668.   answer y when asked Full internal IPX network as illustrated:
  669.  
  670.  
  671.  
  672.          ...
  673.          ...
  674.         Full internal IPX network (CONFIG_IPX_INTERN) [N/y/?] y
  675.          ...
  676.          ...
  677.  
  678.  
  679.  
  680.  
  681.   To configure the internal network interface, use the ipx_internal_net
  682.   command described earlier in the IPX tools section. The main
  683.   precaution to take is to ensure that they IPX network address you
  684.   assign is unique on your network and that no other machine or network
  685.   is using it.
  686.  
  687.  
  688.   9.  Configuring your Linux machine as an NCP client.
  689.  
  690.   If you are a user of a mixed technology network that comprises both IP
  691.   and IPX protocols it is likely that at some time or another you have
  692.   wanted to have your Linux machine access data stored on a Novell
  693.   fileserver on your network. Novell have long offered an NFS server
  694.   package for their fileservers that would allow this, but if you are a
  695.   small site or have only a small number of people interested in doing
  696.   this it is difficult to justify the cost of the commercial package.
  697.  
  698.   Volker Lendecke <lendecke@namu01.gwdg.de> has written a Linux
  699.   filesystem kernel module that supports a subset of the Novell NCP that
  700.   will allow you to mount Novell volumes into your Linux filesystem
  701.   without requiring any additional products for your fileserver.  Volker
  702.   has called the package ncpfs and derived the necessary information
  703.   mainly from the book "Netzwerkprogrammierung in C" by Manfred Hill and
  704.   Ralf Zessin (further details of the book are contained within the
  705.   README file in the ncpfs package).
  706.  
  707.   The software causes Linux to emulate a normal Novell workstation for
  708.   file services. It also includes a small print utility that allows you
  709.   to print to Novell print queues (This is documented in the Print
  710.   Client section later).  The ncpfs package will work with Novell
  711.   fileservers of version 3.x and later, it will not work the Novell 2.x.
  712.   The ncpfs client will also work with close Novell compatible products,
  713.   but unfortunately some products that claim to be compatible aren't
  714.   compatible enough. To use ncpfs with Novell 4.x fileservers, it is
  715.   preferred to use the Novell server in bindery emulation mode. The NDS
  716.   support is a very recent early beta addition to ncpfs and additionally
  717.   its use may be prohibited in your country due to the inclusion of
  718.   patented technology.
  719.  
  720.  
  721.  
  722.   9.1.  Obtaining ncpfs .
  723.  
  724.   The latest ncpfs package was designed to be built against the version
  725.   1.2.13 kernel or kernels later than 1.3.71 (this includes 2.x.x).  If
  726.   you not using a kernel in either of these categories then you will
  727.   have to upgrade your kernel. The Kernel-HOWTO <Kernel-HOWTO.html>
  728.   describes how to do this in detail.
  729.  
  730.   You can obtain the ncpfs package by anonymous ftp from Volker's home
  731.   site at: ftp.gwdg.de <ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/> or
  732.   sunsite.unc.edu
  733.   <ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs> or mirror
  734.   sites. The current version at the time of writing was:
  735.  
  736.   ncpfs-2.0.11.tgz or ncpfs-2.2.0.tgz which adds the NDS support.
  737.  
  738.  
  739.   9.2.  Building ncpfs  for kernel 1.2.13.
  740.  
  741.  
  742.      Build a kernel with Ethernet and IPX support
  743.         The first thing you need to do is ensure that your kernel has
  744.         been built with IPX support enabled.  In the 1.2.13 version
  745.         kernel you need only ensure that you have answered Y to the
  746.         question: 'The IPX protocol' as illustrated:
  747.  
  748.          ...
  749.          ...
  750.         Assume subnets are local (CONFIG_INET_SNARL) [y]
  751.         Disable NAGLE algorithm (normally enabled) (CONFIG_TCP_NAGLE_OFF) [n]
  752.         The IPX protocol (CONFIG_IPX) [n] y
  753.         *
  754.         * SCSI support
  755.          ...
  756.          ...
  757.  
  758.  
  759.      You will also need to ensure that you include an appropriate driver
  760.      for your Ethernet card. If you do not know how to do this then you
  761.      should read the Ethernet-HOWTO <Ethernet-HOWTO.html>.
  762.  
  763.      You can then proceed to build your kernel. Make sure you remember
  764.      to run lilo to install it when you have finished.
  765.  
  766.  
  767.      Untar the ncpfs software
  768.  
  769.         # cd /usr/src
  770.         # tar xvfz ncpfs-2.0.11.tgz
  771.         # cd ncpfs
  772.  
  773.  
  774.  
  775.  
  776.      Check the Makefile
  777.         If you intend to use kerneld to autoload the ncpfs kernel module
  778.         then you must uncomment the line in the Makefile that refers to:
  779.         KERNELD. If you are unsure what this means then you should read
  780.         the Kernel-HOWTO <Kernel-HOWTO.html> to familiarise yourself
  781.         with kernel module configuration.
  782.  
  783.  
  784.      Make the ncpfs software
  785.         The software should compile cleanly with no other configuration
  786.         necessary:
  787.  
  788.         # make
  789.  
  790.  
  791.  
  792.  
  793.      Copy the IPX tools somewhere useful if you don't already have them.
  794.         After the make has completed you should find all of the tools
  795.         you need in the ncpfs/bin directory. You can use:
  796.  
  797.  
  798.  
  799.           # make install
  800.  
  801.  
  802.  
  803.  
  804.      to install the tools in Volkers choice of directories. If you are
  805.      running on an ELF based system then you will need to rerun
  806.      `ldconfig -v' to ensure that the shared library is able to be
  807.      found.
  808.  
  809.  
  810.      Copy the ncpfs.o module somewhere useful if necessary.
  811.         If you are compiling for a 1.2.* kernel then you will find a
  812.         file called ncpfs.o in the ncpfs/bin directory after the make
  813.         has completed. This is the ncpfs kernel module.  You should copy
  814.         this somewhere useful. On my debian system I have copied it to
  815.         the /lib/modules/1.2.13/fs directory and added ncpfs to the
  816.         /etc/modules file so that it will be automatically started at
  817.         boot time. If you are using some other distribution you should
  818.         find where it keeps its modules and copy it there, or just copy
  819.         it to your /etc directory. To load the modules manually you need
  820.         to use the command:
  821.  
  822.         # insmod ncpfs.o
  823.  
  824.  
  825.  
  826.  
  827.  
  828.   9.3.  Building ncpfs  for kernels 1.3.71++/2.0.*.
  829.  
  830.   For the latest version of ncpfs you must use kernel 1.3.71 or newer,
  831.   this includes the 2.0.* kernels.
  832.  
  833.   If you intend using a kernel that is version 1.3.71 or newer then the
  834.   ncpfs kernel code has been included in the standard kernel
  835.   distribution. You need only answer Y to:
  836.  
  837.  
  838.        Networking options  --->
  839.            ...
  840.            ...
  841.            <*> The IPX protocol
  842.            ...
  843.        Filesystems  --->
  844.            ...
  845.            ...
  846.            <*> NCP filesystem support (to mount NetWare volumes)
  847.            ...
  848.  
  849.  
  850.  
  851.  
  852.   You will still need to follow the instructions for building for
  853.   kernels 1.2.* so that you can build the tools but there will not be a
  854.   module file for you to install.
  855.  
  856.  
  857.  
  858.  
  859.   9.4.  Configuring and using ncpfs .
  860.  
  861.  
  862.      Configure the IPX network software
  863.         There are two ways of configuring the IPX network software. You
  864.         can manually configure all of your IPX network information or
  865.         you can choose to let the software determine for itself some
  866.         reasonable settings using the command:
  867.  
  868.  
  869.  
  870.           # ipx_configure --auto_interface=on --auto_primary=on
  871.  
  872.  
  873.  
  874.  
  875.      This should be reasonable in most circumstances, but if it doesn't
  876.      work for you then read the 'IPX tools' section above to configure
  877.      your software manually. Problems have been noted using this on
  878.      networks containing Windows '95 clients.
  879.  
  880.  
  881.      Test the configuration
  882.         After your IPX network is configured you should be able to use
  883.         the slist command to see a list of all of the Novell fileserver
  884.         on your network:
  885.  
  886.         # slist
  887.  
  888.  
  889.      If the slist command displays a message like: ncp_connect: Invalid
  890.      argument then your kernel probably does not support IPX. Check that
  891.      you have actually booted off the appropriate kernel.  When you boot
  892.      you should see messages about 'IPX' and 'ncpfs' in the system
  893.      startup messages. If the slist command does not list all of your
  894.      fileservers then you may need to use the manual network configura¡
  895.      tion method.
  896.  
  897.  
  898.      Mount a Novell(tm) server or volume.
  899.         If your IPX network software is working ok you should now be
  900.         able to mount a Novell fileserver or volume into your Linux
  901.         filesystem. The ncpmount command is used for this purpose and
  902.         requires that you specify at least the following information:
  903.  
  904.         1. The fileserver name
  905.  
  906.         2. (optionally) The fileserver directory to mount
  907.  
  908.         3. The fileserver login id. If it has a password you will also
  909.            need that.
  910.  
  911.         4. The mount point ie. where you want the mount to go. This will
  912.            be an existing directory on your machine.
  913.  
  914.         There is an equivalent ncpumount command to unmount a mounted
  915.         NCP filesystem. The NCP filesystems will be unmounted cleanly if
  916.         you shutdown your machine normally, so you needn't worry about
  917.         ncpumounting your filesystems manually before a halt or
  918.         shutdown.
  919.  
  920.         An example command to mount fileserver ACCT_FS01, with a login
  921.         id of guest with no password, under the /mnt/Accounts directory
  922.         might look like the following:
  923.  
  924.  
  925.         # ncpmount -S ACCT_FS01 /mnt/Accounts -U guest -n
  926.  
  927.  
  928.      Note the use of the -n option to indicate that no password is
  929.      required for the login. The same login specifying a password of
  930.      secret would look like:
  931.  
  932.      # ncpmount -S ACCT_FS01 /mnt/Accounts -U guest -P secret
  933.  
  934.  
  935.      If you don't specify either the -n or the -P options you will be
  936.      prompted for a password.
  937.  
  938.  
  939.      Check the mount
  940.         If the mount is successful you will find all the volumes
  941.         accessible to the userid used for login listed as directories
  942.         under the mount point. You should then also be able to traverse
  943.         the directory structure to find other files. You may
  944.         alternatively use the -V option to mount a single volume.
  945.  
  946.         NCP does not provide uid or gid ownership of files. All the
  947.         files will have the permission and ownership assigned to the
  948.         mount point directory restricted by trustee permissions on the
  949.         Novell server. Bear this in mind when sharing mounts between
  950.         Linux users.
  951.  
  952.  
  953.      Configure mounts to be automatically performed.
  954.         If you have some need to permanently have an ncp mount then you
  955.         will want to configure the commands above into your rc files so
  956.         that they occur automatically at boot time. If your distribution
  957.         doesn't already provide some way of configuring IPX like debian
  958.         then I recommend you place them in your /etc/rc.local file if
  959.         you have one. You might use something like:
  960.  
  961.  
  962.           #
  963.           # Start the ncp filesystem
  964.  
  965.           /sbin/insmod /lib/modules/1.2.13/fs/ncpfs.o
  966.  
  967.           # configure the IPX network
  968.           ipx_configure --auto_interface=on --auto_primary=on
  969.  
  970.           # guest login to the Accounting fileserver
  971.           ncpmount -S ACCT_FS01 /mnt/Accounts -U guest -n
  972.  
  973.           #
  974.  
  975.  
  976.  
  977.  
  978.      There is another means of configuring NCP mounts and that is by
  979.      building a $HOME/.nwclient file. This file contains details of tem¡
  980.      porary or user specific NCP mounts that would be performed regu¡
  981.      larly. It allows you to store the details of mounts so that you can
  982.      recreate them without having to specify all of the detail each
  983.      time.
  984.  
  985.      Its format is quite straightforward:
  986.  
  987.  
  988.  
  989.  
  990.  
  991.      # The first entry is the 'preferred server' entry and is
  992.      # used whenever you do not specify a server explicitly.
  993.      #
  994.      # User TERRY login to DOCS_FS01 fileserver with password 'password'
  995.      DOCS_FS01/TERRY password
  996.      #
  997.      # Guest login to the ACCT_FS01 fileserver with no password.
  998.      ACCT_FS01/GUEST -
  999.  
  1000.  
  1001.  
  1002.  
  1003.      To activate these mounts you could use:
  1004.  
  1005.  
  1006.           $ ncpmount /home/terry/docs
  1007.  
  1008.  
  1009.  
  1010.  
  1011.      to mount: DOCS_FS01 with a login of TERRY under the
  1012.      /home/terry/docs directory. Note that this entry was chosen because
  1013.      no fileserver was specified in the mount command. If the following
  1014.      command were used:
  1015.  
  1016.  
  1017.           $ ncpmount -S ACCT_FS01 /home/terry/docs
  1018.  
  1019.  
  1020.  
  1021.  
  1022.      then a GUEST login to ACCT_FS01 would be mounted there instead.
  1023.  
  1024.      Note: for this mechanism to work the permissions of the
  1025.      $HOME/.nwclient file must be 0600 so you would need to use the
  1026.      command:
  1027.  
  1028.  
  1029.           $ chmod 0600 $HOME/.nwclient
  1030.  
  1031.  
  1032.  
  1033.  
  1034.      If non-root users are to be allowed to use this mechanism then the
  1035.      ncpmount command must be Set Userid Root, so you would need to give
  1036.      it permissions:
  1037.  
  1038.  
  1039.           # chmod 4755 ncpmount
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.      Try out the nsend utility
  1046.         a utility to send messages to Novell users is also included in
  1047.         the package, it is called nsend and is used as follows:
  1048.  
  1049.         # nsend rod hello there
  1050.  
  1051.  
  1052.      would send the message "hello there" to a logged in user "rod" on
  1053.      your "primary" fileserver (the first one appearing in your
  1054.      .nwclient file. You can specify another fileserver with the same
  1055.      syntax as for the ncpmount command.
  1056.  
  1057.   10.  Configuring your Linux machine as an NCP server.
  1058.  
  1059.   There are two packages available that allow Linux to provide the
  1060.   functions of a Novell Fileserver. They both allow you to share files
  1061.   on your linux machine with users using Novell NetWare client software.
  1062.   Users can attach and map filesystems to appear as local drives on
  1063.   their machines just as they would to a real Novell fileserver. You may
  1064.   want to try both to see which best serves your intended purpose.
  1065.  
  1066.  
  1067.   10.1.  The mars_nwe  package.
  1068.  
  1069.   Martin Stover <mstover@freeway.de> developed mars_nwe to enable linux
  1070.   to provide both file and print services for NetWare clients.
  1071.  
  1072.   In case you are wondering about the name: mars_nwe is Martin Stovers
  1073.   Netware Emulator.
  1074.  
  1075.  
  1076.   10.1.1.  Capability of mars_nwe .
  1077.  
  1078.   mars_nwe implements a subset of the full Novell NCP for file services,
  1079.   disk based bindery and also print services. It is likely to contain
  1080.   bugs but there are many people using it now and the number of bugs is
  1081.   steadily decreasing as new versions are released.
  1082.  
  1083.  
  1084.   10.1.2.  Obtaining mars_nwe .
  1085.  
  1086.   You can obtain mars_nwe from ftp.gwdg.de
  1087.   <ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/> or from
  1088.   <ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/>.
  1089.  
  1090.   The version current at the time of writing was:
  1091.   mars_nwe-0.99.pl10.tgz.
  1092.  
  1093.  
  1094.   10.1.3.  Building the mars_nwe  package.
  1095.  
  1096.  
  1097.      Build a kernel with Ethernet and IPX Support
  1098.         In the 1.2.13 version kernel you need only ensure that you have
  1099.         answered Y to the question: 'The IPX protocol' and N to the
  1100.         question: `Full internal IPX network' as illustrated:
  1101.  
  1102.          ...
  1103.          ...
  1104.         The IPX protocol (CONFIG_IPX) [n] y
  1105.          ...
  1106.          ...
  1107.         Full internal IPX network (CONFIG_IPX_INTERN) [N/y/?] n
  1108.          ...
  1109.          ...
  1110.  
  1111.  
  1112.      In newer kernels a similar process is adopted but the actual text
  1113.      of the prompt may have changed slightly.
  1114.  
  1115.      You will also need to ensure that you include an appropriate driver
  1116.      for your Ethernet card. If you do not know how to do this then you
  1117.      should read the Ethernet-HOWTO <Ethernet-HOWTO.html>.
  1118.  
  1119.      You can then proceed to build your kernel. Make sure you remember
  1120.      to run lilo to install it when you have finished.
  1121.  
  1122.  
  1123.      Untar the mars_nwe package.
  1124.  
  1125.  
  1126.           # cd /usr/src
  1127.           # tar xvfz mars_nwe-0.99.pl10.tgz
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.      Make mars_nwe.
  1134.         To make the package is very simple.  The first step is to simply
  1135.         run make, this will create a config.h file for you. Next you
  1136.         should look at and edit the config.h file if necessary. It
  1137.         allows you to configure items such as the installation
  1138.         directories that will be used and the maximum number of sessions
  1139.         and volumes that the server will support. The really important
  1140.         entries to look at are:
  1141.  
  1142.         FILENAME_NW_INI       the location of the initialisation file
  1143.         PATHNAME_PROGS        where the executable support programs will be found.
  1144.         PATHNAME_BINDERY      where the 'bindery' files will go.
  1145.         PATHNAME_PIDFILES     the directory for the 'pid' files to be written.
  1146.         MAX_CONNECTIONS       the maximum number of simultaneous connections allowed.
  1147.         MAX_NW_VOLS           the maximum number of volumes mars_nwe will support.
  1148.         MAX_FILE_HANDLES_CONN the maximum number of open files per connection.
  1149.         WITH_NAME_SPACE_CALLS if you want to support ncpfs clients.
  1150.         INTERNAL_RIP_SAP      whether you want mars_nwe to provide rip/sap routing.
  1151.         SHADOW_PWD            whether you use shadow passwords or not.
  1152.  
  1153.  
  1154.  
  1155.      The defaults will probably be ok but you should check anyway.
  1156.  
  1157.      When this is done:
  1158.  
  1159.  
  1160.           # make
  1161.           # make install
  1162.  
  1163.  
  1164.  
  1165.  
  1166.      will build the servers and install them in the appropriate
  1167.      directory. The installation script also installs the configuration
  1168.      file /etc/nwserv.conf.
  1169.  
  1170.  
  1171.      Configure the server.
  1172.         Configuration is fairly simple. You need to edit the
  1173.         /etc/nwserv.conf file. The format of this file may at first look
  1174.         a little cryptic, but it is fairly straightforward. The file
  1175.         contains a number of single line configuration items. Each line
  1176.         is whitespace delimited and begins with a number that indicates
  1177.         the contents of the line. All characters following a '#'
  1178.         character are considered a comment and ignored. Martin supplies
  1179.         an example configuration file in the package, but I'll present
  1180.         what I consider to be a simplified example to offer an
  1181.         alternative for you.
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.      # VOLUMES (max. 5)
  1190.      # Only the SYS volume is compulsory. The directory containing the SYS
  1191.      # volume must contain the directories: LOGIN, PUBLIC, SYSTEM, MAIL.
  1192.      # The 'i' option ignores case.
  1193.      # The 'k' option converts all filenames in NCP requests to lowercase.
  1194.      # The 'm' option marks the volume as removable (useful for cdroms etc.)
  1195.      # The 'r' option set the volume to read-only.
  1196.      # The 'o' option indicates the volume is a single mounted filesystem.
  1197.      # The 'P' option allows commands to be used as files.
  1198.      # The 'O' option allows use of the OS/2 namespace
  1199.      # The 'N' option allows use of the NFS namespace
  1200.      # The default is upper case.
  1201.      # Syntax:
  1202.      #    1 <Volumename> <Volumepath>   <Options>
  1203.  
  1204.      1   SYS         /home/netware/SYS/               # SYS
  1205.      1   DATA        /home/netware/DATA/      k       # DATA
  1206.      1   CDROM       /cdrom                   kmr     # CDROM
  1207.  
  1208.      # SERVER NAME
  1209.      # If not set then the linux hostname will be converted to upper case
  1210.      # and used. This is optional, the hostname will be used if this is not
  1211.      # configured.
  1212.      # Syntax:
  1213.      #    2 <Servername>
  1214.  
  1215.      2   LINUX_FS01
  1216.  
  1217.      # INTERNAL NETWORK ADDRESS
  1218.      # The Internal IPX Network Address is a feature that simplifies IPX routing
  1219.      # for multihomed hosts (hosts that have ports on more than one IPX network).
  1220.      # Syntax:
  1221.      #    3 <Internal Network Address> [<Node Number>]
  1222.      # or:
  1223.      #    3 auto
  1224.      #
  1225.      # If you use 'auto' then your host IP address will be used. NOTE: this may
  1226.      # be dangerous, please be sure you pick a number unique to your network.
  1227.      # Addresses are 4byte hexadecimal (the leading 0x is required).
  1228.  
  1229.      3   0x49a01010  1
  1230.  
  1231.  
  1232.      # NETWORK DEVICE(S)
  1233.      # This entry configures your IPX network. If you already have your
  1234.      # IPX network configured then you do not need this. This is the same as
  1235.      # using ipx_configure/ipx_interface before you start the server.
  1236.      # Syntax:
  1237.      #    4 <IPX Network Number> <device_name> <frametype> [<ticks>]
  1238.      #                         Frame types: ethernet_ii, 802.2, 802.3, SNAP
  1239.  
  1240.      4  0x39a01010  eth0  802.3  1
  1241.  
  1242.      # SAVE IPX ROUTES AFTER SERVER IS DOWNED
  1243.      # Syntax:
  1244.      #    5 <flag>
  1245.      #       0 = don't save routes, 1 = do save routes
  1246.  
  1247.      5 0
  1248.  
  1249.      # NETWARE VERSION
  1250.      # Syntax:
  1251.      #    6 <version>
  1252.      #      0 = 2.15, 1 = 3.11
  1253.  
  1254.      6 1
  1255.      # PASSWORD HANDLING
  1256.      # Real Novell DOS clients support a feature which encypts your
  1257.      # password when changing it. You can select whether you want your
  1258.      # mars server to support this feature or not.
  1259.      # Syntax
  1260.      #    7 <flag>
  1261.      #    <flag> is:
  1262.      #        0 to force password encryption. (Clients can't change password)
  1263.      #        1 force password encryption, allow unencrypted password change.
  1264.      #        7 allow non-encrypted password but no empty passwords.
  1265.      #        8 allow non-encrypted password including empty passwords.
  1266.      #        9 completely unencrypted passwords (doesn't work with OS/2)
  1267.  
  1268.      7 1
  1269.  
  1270.      # MINIMAL GID UID rights
  1271.      # permissions used for attachments with no login. These permissions
  1272.      # will be used for the files in your primary server attachment.
  1273.      # Syntax:
  1274.      #    10 <gid>
  1275.      #    11 <uid>
  1276.      #    <gid> <uid> are from /etc/passwd, /etc/groups
  1277.  
  1278.      10  200
  1279.      11  201
  1280.  
  1281.      # SUPERVISOR password
  1282.      # May be removed after the server is started once. The server will
  1283.      # encrypt this information into the bindery file after it is run.
  1284.      # You should avoid using the 'root' user and instead use another
  1285.      # account to administer the mars fileserver.
  1286.      #
  1287.      # This entry is read and encrypted into the server bindery files, so
  1288.      # it only needs to exist the first time you start the server to ensure
  1289.      # that the password isn't stolen.
  1290.      #
  1291.      # Syntax:
  1292.      #    12 <Supervisor-Login> <Unix username> [<password>]
  1293.  
  1294.      12  SUPERVISOR  terry  secret
  1295.  
  1296.      # USER ACCOUNTS
  1297.      # This associates NetWare logins with unix accounts. Password are
  1298.      # optional.
  1299.      # Syntax:
  1300.           13 <User Login> <Unix Username> [<password>]
  1301.  
  1302.      13  MARTIN martin
  1303.      13  TERRY  terry
  1304.  
  1305.      # LAZY SYSTEM ADMIN CONFIGURATION
  1306.      # If you have a large numbers of users and could not be bothered using
  1307.      # type 13 individual user mappings, you can automatically map mars_nwe
  1308.      # logins to linux user names. BUT, there is currently no means of making
  1309.      # use of the linux login password so all users configured this way are
  1310.      # will use the single password supplied here. My recommendation is not
  1311.      # to do this unless security is absolutely no concern to you.
  1312.      # Syntax:
  1313.      #    15 <flag> <common-password>
  1314.      #    <flag> is: 0  - don't automatically map users.
  1315.      #               1  - do automatically map users not configured above.
  1316.      #               99 - automatically map every user in this way.
  1317.  
  1318.      15  0  duzzenmatta
  1319.  
  1320.      # SANITY CHECKING
  1321.      # mars_nwe will automatically ensure that certain directories exist if
  1322.      # you set this flag.
  1323.      # Syntax:
  1324.      #    16 <flag>
  1325.      #    <flag> is 0 for no, don't, or 1 for yes, do.
  1326.  
  1327.      16  0
  1328.  
  1329.      # PRINT QUEUES
  1330.      # This associates NetWare printers with unix printers. The queue
  1331.      # directories must be created manually before printing is attempted.
  1332.      # The queue directories are NOT lpd queues.
  1333.      # Syntax:
  1334.      #    21 <queue_name> <queue_directory> <unix_print_cmd>
  1335.  
  1336.      21  EPSON  SYS:/PRINT/EPSON lpr -h
  1337.      21  LASER  SYS:/PRINT/LASER lpr -Plaser
  1338.  
  1339.      # DEBUG FLAGS
  1340.      # These are not normally needed, but may be useful if are you debugging
  1341.      # a problem.
  1342.      # Syntax:
  1343.      #    <debug_item> <debug_flag>
  1344.      #
  1345.      #    100 = IPX KERNEL
  1346.      #    101 = NWSERV
  1347.      #    102 = NCPSERV
  1348.      #    103 = NWCONN
  1349.      #    104 = start NWCLIENT
  1350.      #    105 = NWBIND
  1351.      #    106 = NWROUTED
  1352.      #                 0 = disable debug, 1 = enable debug
  1353.  
  1354.      100 0
  1355.      101 0
  1356.      102 0
  1357.      103 0
  1358.      104 0
  1359.      105 0
  1360.      106 0
  1361.  
  1362.      # RUN NWSERV IN BACKGROUND AND USE LOGFILE
  1363.      # Syntax:
  1364.      #    200 <flag>
  1365.      #        0 = run NWSERV in foreground and don't use logfile
  1366.      #        1 = run NWSERV in background and use logfile
  1367.  
  1368.      200  1
  1369.  
  1370.      # LOGFILE NAME
  1371.      # Syntax:
  1372.      #    201 <logfile>
  1373.  
  1374.      201  /tmp/nw.log
  1375.  
  1376.      # APPEND LOG OR OVERWRITE
  1377.      # Syntax:
  1378.      #    202 <flag>
  1379.      #        0 = append to existing logfile
  1380.      #        1 = overwrite existing logfile
  1381.  
  1382.      202  1
  1383.  
  1384.      # SERVER DOWN TIME
  1385.      # This item sets the time after a SERVER DOWN is issued that the
  1386.      # server really goes down.
  1387.      # Syntax:
  1388.      #    210 <time>
  1389.      #        in seconds. (defaults 10)
  1390.  
  1391.      210  10
  1392.  
  1393.      # ROUTING BROADCAST INTERVAL
  1394.      # The time is seconds between server broadcasts
  1395.      # Syntax:
  1396.      #    211 <time>
  1397.      #        in seconds. (defaults 60)
  1398.  
  1399.      211  60
  1400.  
  1401.      # ROUTING LOGGING INTERVAL
  1402.      # Set how many broadcasts take place before logging of routing
  1403.      # information occurs.
  1404.      # Syntax:
  1405.      #    300  <number>
  1406.  
  1407.      300  5
  1408.  
  1409.      # ROUTING LOGFILE
  1410.      # Set the name of the routing logfile
  1411.      # Syntax:
  1412.      #    301 <filename>
  1413.  
  1414.      301  /tmp/nw.routes
  1415.  
  1416.      # ROUTING APPEND/OVERWRITE
  1417.      # Set whether you want to append to an existing log file or
  1418.      # overwrite it.
  1419.      # Syntax:
  1420.      #    302 <flag>
  1421.      #        <flag> is 0 for append, 1 for create/overwrite
  1422.  
  1423.      302  1
  1424.  
  1425.      # WATCHDOG TIMING
  1426.      # Set the timing for watchdog messages that ensure the network is
  1427.      # still alive.
  1428.      # Syntax:
  1429.      #    310 <value>
  1430.      #        <value> =   0 - always send watchdogs
  1431.      #                  < 0 - (-ve) for disable watchdogs
  1432.      #                  > 0 - send watchdogs when network traffic
  1433.      #                        drops below 'n' ticks
  1434.  
  1435.      310  7
  1436.  
  1437.      # STATION FILE
  1438.      # Set the filename for the stations file which determine which
  1439.      # machines this fileserver will act as the primary fileserver for.
  1440.      # The syntax of this file is described in the 'examples' directory
  1441.      # of the source code.
  1442.      # Syntax:
  1443.      #    400 <filename>
  1444.  
  1445.      400  /etc/nwserv.stations
  1446.  
  1447.      # GET NEAREST FILESERVER HANDLING
  1448.      # Set how SAP Get Nearest Fileserver Requests are handled.
  1449.      # Syntax:
  1450.      #    401 <flag>
  1451.      #        <flag> is: 0 - disable 'Get Nearest Fileserver' requests.
  1452.      #                   1 - The 'stations' file lists stations to be excluded.
  1453.      #                   2 - The 'stations' file lists stations to be included.
  1454.  
  1455.      401  2
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.      Start the server
  1462.         If you've configured the server to expect external programs to
  1463.         configure your network and/or provide the routing function then
  1464.         you should start those before starting the server. Presuming you
  1465.         have configured the server so that it will configure your
  1466.         interfaces for you and provide the routing services you need
  1467.         only issue the command:
  1468.  
  1469.  
  1470.           # nwserv
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.      Test the server
  1477.         To test the server you should first try to attach and login from
  1478.         a NetWare client on your network. You then set a CAPTURE from
  1479.         the client and attempt a print. If both of these are successful
  1480.         then the server is working.
  1481.  
  1482.  
  1483.   10.2.  The lwared  package.
  1484.  
  1485.   Ales Dryak <A.Dryak@sh.cvut.cz> developed lwared to allow Linux to
  1486.   function as an NCP based fileserver.
  1487.  
  1488.   Ales has called the package lwared, an abbreviation for LinWare
  1489.   Daemon.
  1490.  
  1491.  
  1492.   10.2.1.  Capability of lwared .
  1493.  
  1494.   The lwared server is capable of providing a subset of the full
  1495.   function of the Novell NCP. It incorporates messaging but it does not
  1496.   provide any printing facilities at all. It does not currently work
  1497.   very well with either Windows95 or Windows NT clients. The lwared
  1498.   server relies on external programs to build and update the IPX routing
  1499.   and SAP tables.  Misbehaving clients can cause the server to crash.
  1500.   Importantly, filename translation facilities have not been included.
  1501.  
  1502.   The server does work for NETX and VLM NetWare shells.
  1503.  
  1504.  
  1505.   10.2.2.  Obtaining lwared
  1506.  
  1507.   The lwared package can be built for any kernel newer than 1.2.0, I
  1508.   recommend you use version 1.2.13 as no kernel patches are required if
  1509.   you do. Some of the IPX functionality has changed with the version
  1510.   1.3.* kernels and this means that patches are now required to make it
  1511.   work properly. Appropriate patches are included for the new kernels,
  1512.   so if you must use an alpha kernel you should still be able to get
  1513.   lwared to work properly for you.
  1514.  
  1515.   You can obtain the lwared package by anonymous ftp from:
  1516.   klokan.sh.cvut.cz <ftp://klokan.sh.cvut.cz/pub/linux/linware/>
  1517.  
  1518.  
  1519.   or from:
  1520.  
  1521.   sunsite.unc.edu
  1522.   <ftp://sunsite.unc.edu/pub/Linux/system/network/daemons> or mirror
  1523.   sites. The current version at the time of writing was:
  1524.   lwared-0.95.tar.gz
  1525.  
  1526.  
  1527.   10.2.3.  Building lwared
  1528.  
  1529.  
  1530.      Untar the lwaredpackage
  1531.         Something like:
  1532.  
  1533.         # cd /usr/src
  1534.         # tar xvpfz lwared-0.95.tar.gz
  1535.  
  1536.  
  1537.  
  1538.  
  1539.      Build a kernel with Ethernet and IPX support
  1540.         If you are using an alpha 1.3.* kernel then you should try and
  1541.         use kernel version 1.3.17 or newer because the supplied patches
  1542.         were built against it. 1.3.* kernels older than 1.3.17 will
  1543.         require hand patching to install. (some information on how to do
  1544.         this is included in the INSTALL file in the package.). To
  1545.         install the patches against a 1.3.17 kernel or newer you should
  1546.         try:
  1547.  
  1548.         # make patch
  1549.  
  1550.  
  1551.  
  1552.      After applying the patches if necessary, the next thing you need to
  1553.      do is ensure that your kernel has been built with IPX support
  1554.      enabled. In the 1.2.13 version kernel you need only ensure that you
  1555.      have answered Y to the question: 'The IPX protocol' as illustrated:
  1556.  
  1557.       ...
  1558.       ...
  1559.      Assume subnets are local (CONFIG_INET_SNARL) [y]
  1560.      Disable NAGLE algorithm (normally enabled) (CONFIG_TCP_NAGLE_OFF) [n]
  1561.      The IPX protocol (CONFIG_IPX) [n] y
  1562.      *
  1563.      * SCSI support
  1564.       ...
  1565.       ...
  1566.  
  1567.  
  1568.      In newer kernels a similar process is adopted by the actual text of
  1569.      the prompt may have changed slightly.
  1570.  
  1571.      You will also need to ensure that you include an appropriate driver
  1572.      for your Ethernet card. If you do not know how to do this then you
  1573.      should read the Ethernet-HOWTO <Ethernet-HOWTO.html>.
  1574.  
  1575.      You can then proceed to build your kernel. Make sure you remember
  1576.      to run lilo to install it when you have finished.
  1577.  
  1578.  
  1579.      Compile and install lwared.
  1580.         To compile lwared you should first check, edit if necessary, the
  1581.         server/config.h file. This file contains various settings that
  1582.         will govern the way your server will behave when it is running.
  1583.         The defaults are reasonable, though you might want to check that
  1584.         the directories specified for the log files and configuration
  1585.         files suit your system.
  1586.  
  1587.         # make depend
  1588.         # make
  1589.         # make install
  1590.  
  1591.  
  1592.      I found that the 'make depend' complained about not finding the
  1593.      float.h file on my system but appeared to work anyway.  I also
  1594.      found that when I tried compiling with gcc 2.6.3 I found I had to
  1595.      change the line:
  1596.  
  1597.      #include <net/route.h>
  1598.  
  1599.  
  1600.      to
  1601.  
  1602.      #include <net/if_route.h>
  1603.  
  1604.  
  1605.      in lib/ipxkern.c as this file changed name sometime.
  1606.  
  1607.      The 'make install' will attempt to install the server and routing
  1608.      daemon programs into your /usr/sbin directory, the lwpasswd program
  1609.      into your /usr/bin directory, the IPX utility programs will be
  1610.      installed into your /sbin directory and last but not least the
  1611.      manual pages will go into the /usr/man directory structure. If any
  1612.      of these locations are not suitable for your system then you should
  1613.      edit the relevant Makefile and change the target directories to
  1614.      suit.
  1615.  
  1616.  
  1617.  
  1618.   10.2.4.  Configuring and using lwared
  1619.  
  1620.   Now the fun bit!
  1621.  
  1622.  
  1623.      Configuring the IPX network
  1624.         The first thing you must do is configure your Ethernet
  1625.         interfaces to support the IPX networks your server will support.
  1626.         To do this you will need to know the IPX network addresses for
  1627.         each of your LAN segments, which Ethernet device (eth0, eth1
  1628.         etc.) is on which segment, what frame type (802.3, EtherII etc.)
  1629.         each LAN segment uses and what Internal Network address your
  1630.         server should use (this is really needed if your server will
  1631.         service more than one LAN segment).  A configuration for a
  1632.         server that is on two dis-similar segments with IPX network
  1633.         addresses 23a91300 and 23a91301 and internal network address
  1634.         bdefaced might look like:
  1635.  
  1636.         # ipx_internal_net add BDEFACED 1
  1637.         # ipx_interface add eth0 802.3 23a91300
  1638.         # ipx_interface add eth1 etherii 23a91301
  1639.  
  1640.  
  1641.  
  1642.  
  1643.      Start the routing daemons
  1644.         The kernel software itself actually does the IPX packet
  1645.         forwarding as it does for IP, but the kernel requires additional
  1646.         programs to manage the routing table updates. In the case of IPX
  1647.         two daemons are needed and both are supplied with lwared:
  1648.         ipxripd manages the IPX routing information and ipxsapd manages
  1649.         the SAP information.  To start the daemons you need only specify
  1650.         the location of where they should write their log messages:
  1651.         # ipxripd /var/adm/ipxrip
  1652.         # ipxsapd /var/adm/ipxsap
  1653.  
  1654.  
  1655.  
  1656.  
  1657.      Configure the lwared server
  1658.         There are two files that you must manually configure to allow
  1659.         user login to your lwared server.  They are:
  1660.  
  1661.  
  1662.  
  1663.         /etc/lwpasswd
  1664.            This is where LinWare user account information is kept. The
  1665.            lwpasswd program is to keep it up to date.  In its simplest
  1666.            form the /etc/lwpasswd file looks like:
  1667.  
  1668.            ales:
  1669.            terryd:
  1670.            guest:
  1671.  
  1672.  
  1673.         Its format is a simple list of login id followed by a ':' char¡
  1674.         acter and then the encrypted version of the login passwd. A cou¡
  1675.         ple of important caveats here: No encrypted password means no
  1676.         password, LinWare users must have Linux accounts, that is any
  1677.         user you place in /etc/lwpasswd must also appear in /etc/passwd
  1678.         and root is the only account that can change the password of
  1679.         another LinWare user. If you are logged in as root you can
  1680.         change the password of a LinWare user as this transcript demon¡
  1681.         strates:
  1682.  
  1683.         # lwpasswd rodg
  1684.         Changing password for RODG
  1685.         Enter new password:
  1686.         Re-type new password:
  1687.         Password changed.
  1688.  
  1689.  
  1690.  
  1691.         /etc/lwvtab
  1692.            This is the LinWare volume tables and it stores information
  1693.            about what directories should be made available to LinWare
  1694.            users (this file is similar in nature to the NFS /etc/exports
  1695.            file). A simple example of its format is as follows:
  1696.  
  1697.            SYS             /lwfs/sys
  1698.            DATA            /lwfs/data
  1699.            HOME            /home
  1700.  
  1701.  
  1702.         The format is simple: Volume name followed by whitespace fol¡
  1703.         lowed by Linux directory to export. You must have at least an
  1704.         entry for the SYS volume for the server to start. If you intend
  1705.         your DOS based users to be able use your LinWare server as their
  1706.         primary server then you must install a standard SYS volume
  1707.         directory structure underneath the directory you export as your
  1708.         SYS volume. Since these files are proprietary and copyright to
  1709.         the Novell corporation you should have a license for these. If
  1710.         you users will be using a Novell fileserver as their primary
  1711.         server then this will not be necessary.
  1712.  
  1713.  
  1714.      Start the lwared server.
  1715.         tada!
  1716.  
  1717.         # lwared
  1718.  
  1719.  
  1720.      It is almost an anticlimax isn't it ? Ok so you've got a question,
  1721.      right?  What is the fileserver name that is being advertised ? If
  1722.      you started the server as shown then the LinWare server name being
  1723.      advertised will be based on what is returned by the Linux hostname.
  1724.      If you'd like it to be something else then you can give the server
  1725.      the name when you start it, for example:
  1726.  
  1727.      # lwared -nlinux00
  1728.  
  1729.  
  1730.      would start the server with the name linux00.
  1731.  
  1732.  
  1733.      Test the lwared server.
  1734.         The very first thing to test is that your LinWare server appears
  1735.         in an slist from a DOS client on your network. The slist program
  1736.         is stored on the SYS volume of a Novell fileserver so you must
  1737.         do this from a machine that is already logged in somewhere. If
  1738.         this is not successful then check that ipxsapd and lwared are
  1739.         both running. If the slist is successful then you should try
  1740.         attaching to the server and mapping a volume:
  1741.  
  1742.         C:> attach linux00/ales
  1743.          ...
  1744.          ...
  1745.         C:> map l:=linux00/data:
  1746.         C:> l:
  1747.  
  1748.  
  1749.      You should then be able to treat the new map just like any other
  1750.      map. The file permissions you will have will be based on those
  1751.      allowed to the linux account that parallels your LinWare login.
  1752.  
  1753.  
  1754.  
  1755.   11.  Configuring your Linux machine as a Novell Print Client.
  1756.  
  1757.   The ncpfs package includes two small programs that allow you to handle
  1758.   printing from you Linux machine to a printer attached to a Novell
  1759.   print server.  The nprint command allows you to print to a file to a
  1760.   NetWare print queue. The pqlist command allows you the list the
  1761.   available print queues on a NetWare server.
  1762.  
  1763.   To obtain and install these commands just follow the instructions
  1764.   relating to the NCP client described earlier.
  1765.  
  1766.   Both commands require that you supply username and password so you
  1767.   might normally consider building some shell scripts to make the task
  1768.   of printing easier.
  1769.  
  1770.   An example might look like:
  1771.  
  1772.  
  1773.        # pqlist -S ACCT_FS01 -U guest -n
  1774.        # nprint -S ACCT_FS01 -q LASER -U guest -n filename.txt
  1775.  
  1776.  
  1777.  
  1778.  
  1779.   The login syntax is similar to the ncpmount command. The examples
  1780.   above assume that fileserver ACCT_FS01 has a guest account with no
  1781.   password, that a print queue called LASER exists and that guest is
  1782.   allowed to print to it.
  1783.   On my Linux boxen I have a short shell script for each Novell printer.
  1784.   This can then be used as a print filter to allow printing using the
  1785.   standard Linux spooler.
  1786.  
  1787.  
  1788.   12.  Configuring your Linux machine as a Novell Print Server.
  1789.  
  1790.   A program to allow your Linux machine to act as a print server on a
  1791.   Netware network is included in the ncpfs package. For instructions on
  1792.   how to obtain and build, it follow the directions in the `Netware
  1793.   client' section above. Alternatively, support is included in the
  1794.   mars_nwe package.
  1795.  
  1796.  
  1797.  
  1798.   12.1.  Prerequisites
  1799.  
  1800.   Configuration is quite straightforward but relies on you already
  1801.   having your printer configuration completed and working under Linux.
  1802.   This is covered in the Printing-HOWTO <Printing-HOWTO.html> in some
  1803.   depth.
  1804.  
  1805.  
  1806.   12.2.  Configuration
  1807.  
  1808.   When you have a working printer configuration, and you have built and
  1809.   installed the pserver utility then you need to add commands to start
  1810.   it into your rc files.
  1811.  
  1812.   Exactly what command will use will depend on depend on exactly how you
  1813.   want it to operate, but in its simplest form something like the
  1814.   following will work:
  1815.  
  1816.  
  1817.  
  1818.        # pserver -S ACCT_01 -U LASER -P secret -q LASERJET
  1819.  
  1820.  
  1821.  
  1822.  
  1823.   This example asks the pserver utility to login in to the ACCT_01
  1824.   fileserver with username LASER and password secret and to take jobs
  1825.   from the LASERJET print queue. When an incoming print job is received
  1826.   it will use the default print command of lpr to feed the print job to
  1827.   the Linux print daemon. The print queue must already be defined on the
  1828.   fileserver and the username must have server priveliges for the queue.
  1829.  
  1830.   You could if you wished use any Linux command to accept and print the
  1831.   print job. The -c argument allows you to specify the exact print
  1832.   command.  For example:
  1833.  
  1834.  
  1835.        # pserver -S ACCT_01 -U LASER -P secret -q LASERJET -c "lpr -Plaserjet"
  1836.  
  1837.  
  1838.  
  1839.  
  1840.   would do exactly the same as the previous example except it would send
  1841.   the job to the laserjet printcap configuration instead of the default
  1842.   one.
  1843.  
  1844.  
  1845.   13.  An overview of the ncpfs  user and adminstration commands
  1846.  
  1847.   Recent versions of Volker's ncpfs package include a range of user and
  1848.   administration commands that you might want to use. The tools are
  1849.   built and installed as part of the ncpfs installation process, so if
  1850.   you haven't already, follow the instructions supplied in the Novell
  1851.   Client section above to build and install them.
  1852.  
  1853.   Detailed information is available in the supplied man pages but a
  1854.   brief summary of the commands is as follows;
  1855.  
  1856.  
  1857.   13.1.  User commands.
  1858.  
  1859.  
  1860.      ncopy
  1861.         Network Copy - allows efficient file copies to be performed by
  1862.         using a Netware function rather than a copy across the network.
  1863.  
  1864.      nprint
  1865.         Network Print - allows you to print a file to a Netware print
  1866.         queue on a Netware server.
  1867.  
  1868.      nsend
  1869.         Network Send - allows you to send messages to other users on a
  1870.         Netware server.
  1871.  
  1872.      nwbols
  1873.         List Bindery Objects - allows you to list the bindery contents
  1874.         of a Netware server.
  1875.  
  1876.      nwboprops
  1877.         List Properties of a Bindery Object - allows you to the
  1878.         properties of a Netware bindery object.
  1879.  
  1880.      nwbpset
  1881.         Set Bindery Property - allows you to set the properties of a
  1882.         Netware bindery object.
  1883.  
  1884.      nwbpvalues
  1885.         Print Netware Bindery Objects Property Contents - allows you to
  1886.         print the contents of a Netware bindery property.
  1887.  
  1888.      nwfsinfo
  1889.         Fileserver Information - prints some summary information about a
  1890.         Netware server.
  1891.  
  1892.      nwpasswd
  1893.         Netware Password - allows you to change a Netware users
  1894.         password.
  1895.  
  1896.      nwrights
  1897.         Netware Rights - displays the rights associated with a
  1898.         particular file or directory.
  1899.  
  1900.      nwuserlist
  1901.         Userlist - lists the users currently logged into a Netware
  1902.         fileserver.
  1903.  
  1904.      pqlist
  1905.         Print Queue List - displays the contents of a Netware print
  1906.         queue.
  1907.  
  1908.      slist
  1909.         Server List - displays a list of know Netware fileserver.
  1910.  
  1911.  
  1912.  
  1913.  
  1914.  
  1915.   13.2.  Administration tools.
  1916.  
  1917.  
  1918.      nwbocreate
  1919.         Create a Bindery Object - allows you to create a Netware bindery
  1920.         object.
  1921.  
  1922.      nwborm
  1923.         Remove Bindery Object - allows you to delete a Netware bindery
  1924.         object.
  1925.  
  1926.      nwbpadd
  1927.         Add Bindery Property - allows you to set the value of an
  1928.         existing property of a Netware bindery object.
  1929.  
  1930.      nwbpcreate
  1931.         Create Bindery Property - allows you to create a new property
  1932.         for an existing Netware bindery object.
  1933.  
  1934.      nwbprm
  1935.         Remove Bindery Property - allows you to remove a property from a
  1936.         Netware bindery object.
  1937.  
  1938.      nwgrant
  1939.         Grant Trustee Rights - allows you to assign trustee rights to a
  1940.         directory on a Netware fileserver.
  1941.  
  1942.      nwrevoke
  1943.         Revoke Trustee Rights - allows you to remove trustee rights from
  1944.         a directory on a Netware fileserver.
  1945.  
  1946.  
  1947.  
  1948.   14.  Configuring PPP for IPX support.
  1949.  
  1950.   New versions of the pppd PPP daemon for Linux have support that allows
  1951.   you to carry IPX packets across a PPP serial link. You need at least
  1952.   version ppp-2.2.0d of the daemon. See the PPP-HOWTO <PPP-HOWTO.html>
  1953.   for details on where to find it. When you compile pppd you must ensure
  1954.   you enable the IPX support by adding the following two lines:
  1955.  
  1956.  
  1957.  
  1958.        IPX_CHANGE = 1
  1959.        USE_MS_DNS = 1
  1960.  
  1961.  
  1962.  
  1963.  
  1964.   to: /usr/src/linux/pppd-2.2.0f/pppd/Makefile.linux.
  1965.  
  1966.   The IPX_CHANGE is what configures the IPX support into PPP.  The
  1967.   USE_MS_DNS define allows Microsoft Windows95 machines to do Name
  1968.   Lookups.
  1969.  
  1970.   The real trick to getting it to work in knowing how to configure it.
  1971.  
  1972.   There are many ways of doing this, but I'm only going to describe the
  1973.   two that I've received any information on. I've tried neither yet, so
  1974.   consider this section experimental, and if you get something to work,
  1975.   please let me know.
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.   14.1.  Configuring an IPX/PPP server.
  1982.  
  1983.   The first thing you need to do is configure your Linux machine as an
  1984.   IP/PPP server. Don't panic! This isn't difficult. Again, follow the
  1985.   instructions in the PPP-HOWTO <PPP-HOWTO.html> and you should be
  1986.   pretty much ok. When you have this done there are a couple of simple
  1987.   modifications you need to make to get IPX working over the same
  1988.   configuration.
  1989.  
  1990.  
  1991.   14.1.1.  First steps.
  1992.  
  1993.   One of the first steps you must take is to configure your linux
  1994.   machine as an IPX router as described in the appropriate section
  1995.   earlier in this document.  You won't need to use the ipx_route command
  1996.   for the ppp interface because pppd will configure these for you as it
  1997.   does for IP. When you have the ipxd daemon running it will
  1998.   automatically detect any new IPX interfaces and propogates routes for
  1999.   them. In this way your dialup hosts will be seen by other machines
  2000.   automatically when they connect.
  2001.  
  2002.  
  2003.  
  2004.   14.1.2.  Design.
  2005.  
  2006.   When you are running as a server it will normally be your
  2007.   responsibility to assign network address to each of the PPP links when
  2008.   they are established.  This is an important point, each PPP link will
  2009.   be an IPX network and will have a unique IPX network address. This
  2010.   means that you must decide how you will allocate addresses and what
  2011.   what they will be. A simple convention is to allocate one IPX network
  2012.   address to each serial device that will support IPX/PPP. You could
  2013.   allocate IPX network addresses based on the login id of the connecting
  2014.   user, but I don't see any particularly good reason to do so.
  2015.  
  2016.   I will assume that this is what you have done, and that there are two
  2017.   serial devices (modems) that we will use. The addresses I've assigned
  2018.   in this contrived example are:
  2019.  
  2020.  
  2021.  
  2022.        device IPX Network Address
  2023.        ------ -------------------
  2024.        ttyS0  0xABCDEF00
  2025.        ttyS1  0xABCDEF01
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.   14.1.3.  Configure pppd .
  2032.  
  2033.   Configure your /etc/ppp/options.ttyS0 file as follows:
  2034.  
  2035.  
  2036.  
  2037.        ipx-network 0xABCDEF00
  2038.        ipx-node 2:0
  2039.        ipxcp-accept-remote
  2040.  
  2041.  
  2042.  
  2043.  
  2044.   and your /etc/ppp/options.ttyS1 file as:
  2045.  
  2046.  
  2047.        ipx-network 0xABCDEF01
  2048.        ipx-node 3:0
  2049.        ipxcp-accept-remote
  2050.  
  2051.  
  2052.  
  2053.  
  2054.   These will ask pppd to allocate the appropriate IPX network addresses
  2055.   to the link when the link is established, set the local node number to
  2056.   2 or 3 and will let the remote node overwrite what the remote node
  2057.   number with what it thinks it is. Note that each of the addresses are
  2058.   hexadecimal numbers and that 0x is required at the start of the
  2059.   network address, but not required at the start of the node address.
  2060.  
  2061.   There are other places this information could be configured. If you
  2062.   have only one dialin modem then an entry could go into the
  2063.   /etc/ppp/options file. Alternatively this information can be passed on
  2064.   the command line to pppd.
  2065.  
  2066.  
  2067.   14.1.4.  Test the server configuration.
  2068.  
  2069.   To test the configuration you will need to have a client configuration
  2070.   that is known to work. When the caller dials in, logs in and pppd
  2071.   starts it will assign the network address, advise the client of the
  2072.   servers node number and negotiate the clients node number. When this
  2073.   has completed, and after ipxd has detected the new interface the
  2074.   client should be able to establish IPX connections to remote hosts.
  2075.  
  2076.  
  2077.   14.2.  Configuring an IPX/PPP client.
  2078.  
  2079.   In a client configuration, whether or not you configure your Linux
  2080.   machine as an IPX router depends on whether you have a local LAN that
  2081.   you wish to act as an IPX router for. If you are a standalone machine
  2082.   connecting to an IPX/PPP dialin server then you won't need to run
  2083.   ipxd, but if you have a LAN and wish all of the machines on the LAN to
  2084.   make use of the IPX/PPP route then you must configure and run ipxd as
  2085.   described.  This configuration is much simpler because you do not have
  2086.   multiple serial devices to configure.
  2087.  
  2088.  
  2089.   14.2.1.  Configuring pppd
  2090.  
  2091.   The simplest configuration is one that allows the server to supply all
  2092.   of the IPX network configuration information. This configuration would
  2093.   be compatible with the server configuration described above.
  2094.  
  2095.   Again you need to add some options to your /etc/ppp/options file, they
  2096.   are:
  2097.  
  2098.  
  2099.        ipxcp-accept-network
  2100.        ipxcp-accept-remote
  2101.        ipxcp-accept-local
  2102.  
  2103.  
  2104.  
  2105.  
  2106.   These options tell pppd to act completely passively and accept all of
  2107.   the configuration details from the server. You could supply default
  2108.   values here for servers that don't supply details by adding ipx-
  2109.   network and ipx-node entries similar to the server configuration.
  2110.  
  2111.  
  2112.  
  2113.   14.2.2.  Testing the IPX/PPP client.
  2114.  
  2115.   To test the client you will need a known working server to dial into.
  2116.   After you have dialled in and pppd has run you should see the IPX
  2117.   details configured on your ppp0 device when you run the ifconfig
  2118.   command and you should be able to use ncpmount.
  2119.  
  2120.   I'm not sure whether you will have to manually add IPX routes so that
  2121.   you can reach distant fileserver or not. This seems likely. If anyone
  2122.   running this configuration could tell me I'd be grateful.
  2123.  
  2124.  
  2125.   15.  IPX tunnel over IP
  2126.  
  2127.   Many of you will be in a situation where you have two Novell Local
  2128.   Area Netorks with only an IP connection between them. How do you play
  2129.   multiplayer deathmatch DOOM for DOS via this arrangement you might ask
  2130.   ? Andreas Godzina <ag@agsc.han.de> has an answer for you in the form
  2131.   of ipxtunnel.
  2132.  
  2133.   ipxtunnel provides a bridge-like facility for IPX by allowing IPX
  2134.   packets to be encapsulated with tcp/ip datagrams so that they can be
  2135.   carried by a tcp/ip connection. It listens for IPX packets and when it
  2136.   hears one it wraps it within a tcp/ip datagram and routes it to a
  2137.   remote IP address that you specify. For this to work of course the
  2138.   machine that you route the encapsulated IPX must also be running a
  2139.   copy of the same version of ipxtunnel as you.
  2140.  
  2141.  
  2142.   15.1.  Obtaining ipxtunnel
  2143.  
  2144.   You can obtain ipxtunnel from sunsite.unc.edu
  2145.   <ftp://sunsite.unc.edu/pub/Linux/system/network/daemons> or mirror
  2146.   sites.
  2147.  
  2148.  
  2149.   15.2.  Building ipxtunnel
  2150.  
  2151.   ipxtunnel built cleanly for me using the following commands:
  2152.  
  2153.  
  2154.        # cd /usr/src
  2155.        # tar xvfz .../ipxtunnel.tgz
  2156.        # cd ipxtunnel
  2157.        # make
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.   15.3.  Configuring ipxtunnel
  2164.  
  2165.   Configuration for ipxtunnel is easy. Lets say that your friends
  2166.   machine is gau.somewhere.com and your machine is called gim.sw.edu.
  2167.   ipxtunnel uses a configuration file called /etc/ipxtunnel.conf. This
  2168.   file allows you to specify the default UDP port to use for the tcp/ip
  2169.   connection, where to send the encapsulated data and which of your
  2170.   local interfaces ipxtunnel should listen on and deliver IPX packets
  2171.   to.
  2172.  
  2173.   A simple configuration file would look like the following:
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.   #
  2180.   # /etc/ipxtunnel.conf for gim.sw.edu
  2181.   #
  2182.   # The UDP port to use:                       (default 7666)
  2183.   port 7777
  2184.   #
  2185.   # The remote machine to send IPX packets to: (no default)
  2186.   remote gau.somewhere.com
  2187.   #
  2188.   # The local interfaces to listen for IPX on: (default eth0)
  2189.   interface eth0
  2190.   interface eth1
  2191.  
  2192.  
  2193.  
  2194.  
  2195.   Obviously the other machine would have a similar configuration file
  2196.   specifying this machine as a remote host.
  2197.  
  2198.  
  2199.   15.4.  Testing and using ipxtunnel
  2200.  
  2201.   ipxtunnel acts like an IPX bridge, so the IPX networks at either end
  2202.   of the link should probably be the same. Andreas has never tested the
  2203.   ipxtunnel in an environment that actually supports Novell file servers
  2204.   so if you do try this in a real environment let Andreas know if it
  2205.   works or not.
  2206.  
  2207.   If the ipxtunnel is working you should be able to start your DOOM
  2208.   machines up at each end of the link running IPX mode and they should
  2209.   see each other.
  2210.  
  2211.   Andreas has only used this code over good high speed lines and he
  2212.   makes no claim as to its performance when your link is low speed.
  2213.   Again, let him know what works for you and what doesn't.
  2214.  
  2215.  
  2216.  
  2217.   16.  Commercial IPX support for Linux.
  2218.  
  2219.  
  2220.  
  2221.  
  2222.   16.1.  Caldera'a Network Desktop
  2223.  
  2224.   Caldera Inc., produce a Linux distribution that features a range of
  2225.   commercially supported enhancements including fully functional Novell
  2226.   NetWare client support. The base distribution is the well respected
  2227.   Red Hat Linux Distribution and Caldera have added their "Network
  2228.   Desktop" products to this.  The NetWare support provides a fully
  2229.   featured Novell NetWare client built on technology licensed from
  2230.   Novell Corporation. The client provides full client access to Novell
  2231.   3.x and 4.x fileservers and includes features such as NetWare
  2232.   Directory Service (NDS) and RSA encryption.
  2233.  
  2234.   You can obtain much more information and ordering details from the:
  2235.   Caldera Inc Web Server <http://www.caldera.com/>.
  2236.  
  2237.   If you work within a Netware 4.x and/or NDS environment then the
  2238.   Caldera Netware Client is the only solution available.
  2239.  
  2240.   If you have a business critical application for Novell support for
  2241.   Linux then the Caldera product should be something you take a close
  2242.   look at.
  2243.  
  2244.  
  2245.   17.  Some Frequently Asked Questions
  2246.  
  2247.  
  2248.      Where can I find commercially supported IPX software for Linux ?
  2249.         The Caldera Corporation offers a fully licensed and fully
  2250.         supported Netware 3.x and 4.x client. You can obtain information
  2251.         about it from the Caldera Inc Web Server
  2252.         <http://www.caldera.com/>.
  2253.  
  2254.  
  2255.      Does the IPX software work with Arcnet/Token Ring/etc. ?
  2256.         The Linux IPX software does work with ArcNet and Token Ring
  2257.         interfaces.  I haven't heard of anyone trying it with AX.25 yet.
  2258.         Configuration is the same as for configuring for ethernet except
  2259.         you will have to substitute appropriate device names in place of
  2260.         'eth0' and appopriate hardware addresses where necessary.
  2261.  
  2262.  
  2263.      How do I configure more than one IPX interface ?
  2264.         If you have more than one interface in your machine you should
  2265.         use the ipx_interface command to manually configure each one,
  2266.         you should not use the `plug n play' configuration.
  2267.  
  2268.  
  2269.      How do I choose IPX addresses ?
  2270.         IPX networking is similar, but not identical to, IP networking.
  2271.         A major difference is the way that addresses are used. IPX does
  2272.         not use the concept of subnetworking and so the sort of
  2273.         associations that you have between network addresses and
  2274.         networks is different. The rules are fairly simple:
  2275.  
  2276.      ╖  Every IPX network address must be unique on a wide area network.
  2277.         This includes Internal Network Addresses. Many organisations
  2278.         using IPX over a wide area network will have some sort of
  2279.         addressing standard that you should follow.
  2280.  
  2281.      ╖  Every Host address on an individual network must be unique. This
  2282.         means that every host on each IPX network must have a uniquely
  2283.         assigned address. In the case of ethernet network this isn't
  2284.         difficult as the cards each have a unique address. In the case
  2285.         of IPX/PPP this means you must ensure that you allocate unique
  2286.         addresses to all hosts on the network, irrespective of which end
  2287.         of the link(s) they are connected. Host address do not need to
  2288.         be unique across a wide area network as the network address is
  2289.         used in combination with the host address to uniquely identify a
  2290.         host.
  2291.  
  2292.  
  2293.      What are frame types, which should I use ?
  2294.         There are a variety of frame types in use over which you can run
  2295.         IPX.  The most common of these are described in the 'common
  2296.         terms' section of this document (under the `Frame Type entry').
  2297.  
  2298.         If you are installing your machine on an existing network then
  2299.         you must use whatever is already in use to allow you to
  2300.         interwork with the other hosts on the network, but if the
  2301.         installation is a brand new network you can use any of a range
  2302.         of protocols to carry  your IPX traffic. My recommendation if
  2303.         you are configuring a brand new network and you need to carry
  2304.         both IPX and IP traffic is to use the Ethernet_II frame type.
  2305.  
  2306.  
  2307.      My Windows95 machines mess up my frame type autodetection ?
  2308.         Apparently they can, yeah. I could make nasty comments, but
  2309.         instead I'll just suggest that you use the manual frame type
  2310.         configuration instead of the automatic one. It is probably the
  2311.         better way anyway.
  2312.  
  2313.  
  2314.      Why do I get the message `invalid argument' when I configure IPX ?
  2315.         You are probably not running a kernel that supports IPX, either
  2316.         recompile your kernel so it does, or double check that you have
  2317.         actually used lilo to install and run the new kernel.
  2318.  
  2319.  
  2320.      Why do I get the message `package not installed' when I configure
  2321.         IPX ?
  2322.         You are probably not running a kernel that supports IPX, either
  2323.         recompile your kernel so it does, or double check that you have
  2324.         actually used lilo to install and run the new kernel.
  2325.  
  2326.  
  2327.      Why do I get the message `IPX support not in kernel' from pppd ?
  2328.         You've probably compiled IPX as a module and not ensured that it
  2329.         was loaded before started pppd.
  2330.  
  2331.  
  2332.      How do I NFS export a mounted NCP filesystem ?
  2333.         To use NFS to export an NCP filesystem you must mount it using
  2334.         the ncpmount -V option. This option allows you to mount only one
  2335.         volume of a fileserver instead of the usual mounting of all of
  2336.         them.  When you do this your NFS daemon will allow you to export
  2337.         that filesystem in the usual way.
  2338.  
  2339.  
  2340.      Why doesn't slist work when I have an internel network with
  2341.         mars_nwe ?
  2342.         You must have the get nearest server enabled.  That is, entry
  2343.         401 in /etc/nwserv.conf should be 0 unless you have a reason for
  2344.         not responding to get nearest servers.  If you just want slist
  2345.         to work and not respond to every get nearest server request,
  2346.         include your internal network and node number in
  2347.         /etc/nwserv.stations and set entry 401 in /etc/nwserv.conf to 2.
  2348.  
  2349.  
  2350.      Does ncpfs package work with mars_nwe ?
  2351.         Martin and Volker's code is slowly beginning to converge. Recent
  2352.         versions of mars_nwe have an option to enable it to work with
  2353.         ncpfs.  You must enable the WITH_NAME_SPACE_CALLS in the
  2354.         mars_nwe config.h file.
  2355.  
  2356.  
  2357.      Is there any free DOS software to work with mars_nwe ?
  2358.         A contrived question deserves a contrived answer. I'm glad you
  2359.         asked, Martin has a package that he distributes alongside his
  2360.         mars_nwe package that offers free DOS client support for the
  2361.         mars_nwe server.  You can find it at the same sites as the
  2362.         server, and it will be called mars_dosutils-0.01.tgz. It
  2363.         includes C source code for programs such as slist.exe,
  2364.         login.exe, map.exe etc. The source is compilable with
  2365.         Borland(tm) C.
  2366.  
  2367.  
  2368.  
  2369.   18.  Copyright Message.
  2370.  
  2371.   The IPX-HOWTO, a guide to software supporting the IPX protocol for
  2372.   Linux.  Copyright (c) 1995 Terry Dawson.
  2373.  
  2374.   This program is free software; you can redistribute it and/or modify
  2375.   it under the terms of the GNU General Public License as published by
  2376.   the Free Software Foundation; either version 2 of the License, or (at
  2377.   your option) any later version.
  2378.  
  2379.   This program is distributed in the hope that it will be useful, but
  2380.   WITHOUT ANY WARRANTY; without even the implied warranty of
  2381.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  2382.   General Public License for more details.
  2383.  
  2384.   You should have received a copy of the GNU General Public License
  2385.   along with this program; if not, write to the:
  2386.  
  2387.   Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
  2388.   USA.
  2389.  
  2390.  
  2391.   19.  Miscellaneous and Acknowledgements.
  2392.  
  2393.   Terry Dawson <terry@perf.no.itg.telstra.com.au> for the original
  2394.   document
  2395.  
  2396.   David E. Storey <dave@tamos.gmu.edu> and Volker Lendecke
  2397.   <lendecke@namu01.gwdg.de> both assisted greatly by supplying me with
  2398.   information for this document.  Gilbert Callaghan
  2399.   <gilbert@pokey.inviso.com>, David Higgins <dave@infra.com> and Chad
  2400.   Robinson <chadr@brtgate.brttech.com> each contributed information on
  2401.   configuring IPX/PPP.  Bennie Venter <bjv@Gil-galad.paradigm-sa.com>
  2402.   contributed some useful information relating to frame types.
  2403.   Christopher Wall <vergil@idir.net contributed some useful suggestions
  2404.   to improve the readability and layout of the document.  Axel Boldt
  2405.   <boldt@math.ucsb.edu> contributed some useful suggestions and
  2406.   feedback.  Erik D. Olson <eriko@wrq.com> provided some useful feedback
  2407.   and information on configuring PPP for IPX.  Brian King
  2408.   <root@brian.library.dal.ca> contributed a question for the FAQ
  2409.   section.
  2410.  
  2411.   "NetWare" is a registered trademark of the Novell Corporation
  2412.   <http://www.novell.com/>.  "Caldera" is a registered trademark of the
  2413.   Caldera Corporation <http://www.caldera.com/>.
  2414.  
  2415.  
  2416.  
  2417.   regards Kevin Thorpe.
  2418.  
  2419.   <kevin@pricetrak.com>
  2420.  
  2421.  
  2422.  
  2423.  
  2424.  
  2425.  
  2426.  
  2427.  
  2428.  
  2429.  
  2430.  
  2431.  
  2432.  
  2433.  
  2434.  
  2435.  
  2436.  
  2437.  
  2438.  
  2439.  
  2440.  
  2441.  
  2442.  
  2443.