GithubHelp home page GithubHelp logo

nwserver's Introduction

Novell NetWare 3.12 server

This is a NetWare 3.12 server written in Rust. The main benefit is that it does not rely on an IPX stack, as it uses libpnet to construct and process IPX packets. Only the Ethernet_II IPX frame type is supported.

Status

Only basic read only file sharing is implemented. There is no authentication support or support for multiple volumes.

Still, this is sufficient to turn your Windows or Linux-based system into a NetWare 3.12-server for your retro computing file transfer needs. The server will advertise itself using SAP and RIP as necessary and will co-operate with existing servers, if any.

Configuration

You need to edit config.toml with your preferred configuration. The most important setting is interface, which should correspond with the network interface you want to use for NetWare services.

You'll also want to change the path of the SYS volume to wherever the files are that you intend to serve. Only files in uppercase that can be represented using the 8.3 filename standard will be available - all others will be silently ignored.

Running

$ cargo run --release

Note that this will not work without the proper dependencies installed - these are covered in the next sections.

If you want to enable logging messages, set the environment variable RUST_LOG=TRACE

Linux dependencies

You need to have the development files for libpcap installed. For Debian-based systems, you can install them using apt install libpcap-dev.

Windows dependencies

You need to install npcap first, specifically:

  • Npcap 1.60 installer (you must check the "WinPcap API compatible mode" option during installation)
  • Npcap SDK 1.12

After installation, copy Packet.lib from the SDK to your Rust's lib directory. For example, mine is located in %USERPROFILE%\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\lib but this can differ based on your Rust setup.

Make sure you use the correct Packet.lib (32 or 64 bit based on your Rust setup)!

NetWare client setup

As only the Ethernet_II framing type is supported, you need to make sure your NetWare client uses this. For VLM-based configurations, edit net.cfg and add:

Link Driver <name>
    FRAME Ethernet_II

Where <name> is the name of your ODI driver, i.e. PCNTNW for AMD PCNet PCI cards such as those found in QEMU.

nwserver's People

Contributors

zhmu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.