Le seguenti 135 parole non sono state trovate nel dizionario di 1275 termini (includendo 1275 LocalSpellingWords) e sono evidenziate qui sotto:
activated   activation   address   announce   announced   announcer   at   attached   attachment   basic   be   before   belongs   between   bigger   blob   both   broadcast   broadcasted   by   cambiare   Campo   can   check   checksum   configured   Contents   correctly   decapsulating   decapsuli   device   discard   discovered   discovery   documentation   does   down   drawback   easy   encapsulated   enough   extension   field   flood   for   force   forzare   generating   git   hello   hna   host   if   If   incapsulare   inside   interface   issue   issues   lib   lo   loop   loops   manipulated   many   mdns   means   message   messages   Moreover   net   network   Note   olsr   olsrd   on   one   only   originator   packet   packets   paper   pdf   plug   plugin   prevent   project   protocol   Publications   puoi   push   rate   raw   recalculation   recapsulation   received   ricalcolare   router   same   sending   sent   senza   sesame   side   slow   slowdown   sniffing   solution   Soluzione   something   source   spedire   steps   subnet   sull   Table   that   then   there   These   This   through   to   too   traffic   transported   Two   unicast   Use   when   which   whole   will   with   without  

Nascondi questo messaggio
Italiano English
Modifica History Actions

OlsrdMdnsPluginIssues

olsrd mDNS plug-in issues

mDNS plug-in documentation

issues

issue: mdns plugin loops

router A and router B are on the same subnet. If olsr with the mdns plugin is activated on both and there is an host generating mdns packets then the mdns packets will start to loop between A and B. Moreover the mdns messages will flood the whole network.

solution 1

announce plugin activation in hello messages

drawback: if olsrd is not activated on the hna subnet, the hello messages will not be received.

solution 2

when an olsr mdns message is received at router A, check that the originator is not the announcer of an HNA announced also by router A.

drawback: HNA must be correctly configured

solution 3

before decapsulating an mdns packet, check if the source address belongs to an attached HNA network. If it does, then discard the packet.

solution 4

Soluzione per i loop di mDNS plugin. Campo TTL. Se = 1 non incapsulare il pacchetto. Quando decapsuli il pacchetto forzare TTL = 1 prima di spedire sull'interfaccia. TTL lo puoi cambiare senza ricalcolare il checksum.

Two easy steps: Use the TTL field. If TT = 1 discard the packet on the sniffing interface. When decapsulating a packet to push to the LAN force TTL = 1 to prevent recapsulation (loop) Note that TTL can be manipulated without recalculation of IP checksum field.

issue: too many mdns messages will slow down the whole network

mdns packets are encapsulated in mdns messages. These are sent inside olsr packets, which are broadcasted at basic rate. This means that if enough mdns traffic is transported inside OLSR protocol packets, the whole network will have a slowdown due to many packets sent at basic rate.

solution 1

change the basic rate to something bigger.

solution 2

change the OLSR protocol to start sending OLSR packets in unicast if there is only one device on the other side of a link. The device must first be discovered through broadcast HELLO packets.