Changes between Version 166 and Version 167 of NanoBSD


Ignore:
Timestamp:
Sep 25, 2012, 9:53:59 AM (13 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v166 v167  
    1515= Procedure =
    1616
    17 Please note that you can find the supporting files in the  [http://svn.wirelessleiden.nl/svn/code svn/code subdirectory]. There are different versions available for node- and gateway (proxy) configurations and also 'trunk' (operational) and 'branche' (development) versions. Also keep a close look at the ''INFO'' ''WARNING'' ''ERR'' directives as they guide you through some common pitfalls. This guide was originally written for FreeBSD 7.2, this page is still available [wiki:FreeBSD7.2_Guide]. As there were a lot of (positive) changes in the wireless stack, we moved to FreeBSD 8.2 which was implemented on all nodes in the course of 2011.
    18 
    19 Work on and testing of a '''FreeBSD 9.0 version''' is on its way. Code can be found in svn: http://svn.wirelessleiden.nl/svn/code/iris/branches/releng-9.0-ileiden/ .
    20 We are planning a number of changes:
     17Please note that you can find the supporting files in the  [http://svn.wirelessleiden.nl/svn/code svn/code subdirectory]. There are different versions available for node- and gateway (proxy) configurations and also 'trunk' (operational) and 'branche' (development) versions. Also keep a close look at the ''INFO'' ''WARNING'' ''ERR'' directives as they guide you through some common pitfalls. This guide was originally written for FreeBSD 7.2, this page is still available [wiki:FreeBSD7.2_Guide]. As there were a lot of (positive) changes in the wireless stack, we moved to FreeBSD 8.2 which was implemented on all nodes in the course of 2011 and to 9.0 beginning of 2012.
     18
     19We now use exclusively a '''FreeBSD 9.0 version'''. Code can be found in svn: http://svn.wirelessleiden.nl/svn/code/iris/branches/releng-9.0-ileiden/ .
     20We have implemented a number of changes in this 9.0 version:
    2121
    2222  * use of pf instead of ipfw - because of rich feature set.
     
    2525  * Better maintenance tools and overviews (dynamic motd).
    2626  * gformat support for genesis nodes database.
    27   * Overhaul of the DNS infrastructure master/slave on the nodes.
     27  * Overhaul of the DNS infrastructure master/slave on the nodes with named.
    2828  * Better support for PEN (more than three proxies) and better sorting.
    29   * Ensure that the fastest nameservers are ranked first in /etc/resolv.conf to shorten DNS response time.
    30 
    31 As yet no freeze or release date planned.
    32 
     29  * Ensure that the fastest nameservers are automagically ranked first in /etc/resolv.conf to shorten DNS response time.
     30
     31The procedure to setup and configure a 9.0 nodefactory is similar to the 8.2 procedure described below.
    3332
    3433==  A. Setup a FreeBSD 8.2 host ==