Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- Jan 8, 2010, 1:53:56 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 4 4 5 5 == 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 8 8 * ntpd server for wleiden.net 9 9 * sshd server for administrative use 10 * snmpd server for monitoring 11 12 == Approach == 13 We will use the NodeFactory as the basis for this project, based on nanobsd, but build on FreeBSD-8.0. 14 Tinyproxy, 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 10 19 11 20 == Previous (and other ongoing) work ==