Changes between Version 176 and Version 177 of NanoBSD


Ignore:
Timestamp:
Apr 4, 2013, 6:11:08 AM (12 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v176 v177  
    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 and to 9.0 beginning of 2012.
     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 'branches' (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.
    1818
    1919We now use exclusively a '''FreeBSD 9.1 version'''. Code can be found in svn: http://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-9/ .
    20 We have implemented a number of changes in this 9.1 version:
    21 
     20
     21== ChangeLog ==
     22For every new release of FreeBSD we also tend to release an new version a few weeks after it, containing all our latest fixes. But bare in mind that we also do bugfixes in the meanwhile and that the changelog is not always keep super up2date, so keep an eye on ``svn log'' ;-).
     23
     249.1-RELEASE:
     25  * Merged Proxy and Node configurations in one configuration, such that we need less boards.
     26  * Using ISC-DHCPD instead of DNSMASQ, because we have more memory available now.
     27  * Using BIND instead of MARADNS, maradns support for slaves was hard to maintain.
     28  * Made captive portal more rubust and user friendly for mobile devices.
     29  * Inplemented incoming RDR support, to allow accessing some WL devices from internet.
     30
     319.0-RELEASE:
    2232  * use of pf instead of ipfw - because of rich feature set.
    2333  * Better design of captive portal, faster response.
     
    4656
    4757Set correct date/time, e.g:
    48 build# ntpdate -s pool.ntp.org
     58build# ntpdate -s pool.nl.ntp.org
    4959
    5060=== A.2 fetch ports ===