Italiano English
Modifica History Actions

Differenze per "olsr"

Differenze tra le versioni 6 e 7
Versione 6 del 2007-01-06 00:39:25
Dimensione: 1561
Autore: ac3bf1
Commento:
Versione 7 del 2007-06-05 21:07:15
Dimensione: 918
Autore: ZioPRoTo
Commento: Sposto questo testo nella pagina SetupFreifunk in quanto è una cosa specifica di freifunk e non di olsr
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 8: Linea 8:


=== 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 rete[[BR]]
NOTA: digitare {{{ifconfig}}} per una lista delle interfacce disponibili [[BR]]

salva (:wq)[[BR]]

e riavvia con[[BR]]
{{{/etc/init.d/S53olsrd restart}}}


un grazie a ZioPRoTo per questo HowTo [[BR]]

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