<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a name="msST50"></a>ciao a tutti siccome olsr scala fino a 20K rotte <a name="msST52"></a>e siccome vorremmo che la gente si possa connettere anche se non ha olsr nel computer</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">per mantenere la routabilita' <a name="msST54"></a>avevo pensato ad una subnet per ogni interfaccia che fa connettere anche i client <a name="msST56"></a>il problema e' che cosi' <a name="msST58"></a>gia' aggiungendo un semplice nodo come la bullet ( lan e wireless ) con due porte vengono aggiunte almeno 4 rotte alla nostra topologia olsr!</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">1) eth0 -> ath0</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">2) ath0 -> eth0</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">3) ath0 -> subnet client A ath0:1</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">4) eth0 -> subnet client B eth0:1</p>
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Visto che di bridgiare eth0 ed ath0 non se ne parla ( ho provato sul mio computer con due interfacce lan reali e olsr non ne vuole sapere di partire )</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">mi e' venuta l'idea di fare un'interfaccia virtuale bridge <a name="msST68"></a>che unisca tutte le interfacce virtuali che fanno attaccare i client <a name="msST70"></a>e quindi indipendentemente dal numero di interfacce ci sarebbe una sola subnet per macchinetta e conseguente rotta, <a name="msST72"></a>poi il bridge se la vedrebbe lui verso quale interfaccia instradare i pacchetti</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">la situazione diventerebbe cosi' nel caso della bullet</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">1) eth0 -> ath0</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">2) ath0 -> eth0</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">3) br0 -> subnet client</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">dove br0 "contiene" ath0:1 eth0:1</p>
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">nel caso della bullet risparmieremmo solo una rotta ma nel caso di una routerstation ne risparmieremmo 7</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a name="msST74"></a>che ne pensate potrebbe funzionare ?</p></body></html>