Changes between Version 11 and Version 12 of WikiStart


Ignore:
Timestamp:
Jan 8, 2010, 1:53:56 PM (15 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    44
    55== Functionality ==
    6  * proxy server for internet access from wleiden.net (no access to local subnet if present)
    7  * name server for wleiden.net
     6 * proxy server for internet access from wleiden.net (no access to local subnet if present), e.g. tinyproxy
     7 * name server for wleiden.net, e.g. nsd
    88 * ntpd server for wleiden.net
    99 * sshd server for administrative use
     10 * snmpd server for monitoring
     11
     12== Approach ==
     13We will use the NodeFactory as the basis for this project, based on nanobsd, but build on FreeBSD-8.0.
     14Tinyproxy, ntpd, sshd, snmpd are already included in the packagelist.
     15 * rebuilding the nodefactory on the basis of FreeBSD-8.0
     16   No surprises here. We do not need the patches to the driver modules, only usbdevs.patch is still required.
     17 * kernel configuration needs some adjustments for 8.0.
     18
    1019 
    1120== Previous (and other ongoing) work ==