Versione 6 del 2007-01-06 00:39:25

Nascondi questo messaggio
Italiano English
Modifica History Actions

olsr

OLSR

Spiegazione

The olsr.org OLSR daemon is an implementation of the Optimized Link State Routing protocol. OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a technique called multipoint relaying for message flooding. olsrd also implements a popular optional link quality extension. Currently the implementation compiles on GNU/Linux, Windows, OS X, FreeBSD, OpenBSD and NetBSD systems. Olsrd is ment to be a well structured and well coded implementation that should be easy to maintain, expand and port to other platforms. The implementation is RFC3626 compliant with respect to both core and auxiliary functioning. Olsrd supports use of loadable plugins. These can be used to to handle and generate custom packettypes to be carried by OLSRs MPR flooding scheme or for any other desired functioning. BR http://www.olsr.org BR

abilitare OLSR su altre interfacce del WRT54GL (freifunk)

per abilitare l'olsr su altre interfacce del wrt seguire questi passi BR

rm /etc/init.d/S53olsrd
cp /rom/etc/init.d/S53olsrd /etc/init.d/
vi /etc/init.d/S53olsrd

sotto a: BR OLSRDEVLIST=$WIFIDEV

aggiungi BR OLSRDEVLIST="eth1 br0"

in questo caso anche l'interfaccio br0 (la lan) parlerĂ  OLSR con la reteBR NOTA: digitare ifconfig per una lista delle interfacce disponibili BR

salva (:wq)BR

e riavvia conBR /etc/init.d/S53olsrd restart

un grazie a ZioPRoTo per questo HowTo BR