Dimensione: 1453
Commento:
|
Dimensione: 1540
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 26: | Linea 26: |
NOTA: digitare {{{ifconfig}}} per una lista delle interfacce disponibili [[BR]] | |
Linea 27: | Linea 28: |
salva[[BR]] | salva (:wq)[[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
OLSR su altre interfacce del WRT54GL
per abilitare l'olsr su altre interfacce del wrt sequire 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