Olsrd4.conf: Unterschied zwischen den Versionen

Aus FunkFeuer Wiki
Zur Navigation springen Zur Suche springen
 
Zeile 1: Zeile 1:
===== olsrd4.conf Beispielkonfiguration =====
== olsrd4.conf Beispielkonfiguration ==


Quelle: https://github.com/vchrizz/ER-wizard-OLSRd_V1
Quelle: https://github.com/vchrizz/ER-wizard-OLSRd_V1

Aktuelle Version vom 11. September 2019, 15:57 Uhr

olsrd4.conf Beispielkonfiguration

Quelle: https://github.com/vchrizz/ER-wizard-OLSRd_V1


   DebugLevel      0
   IpVersion       4
   InterfaceDefaults
   {
       Ip4Broadcast        255.255.255.255
       HelloInterval       4.0
       HelloValidityTime   100.0
       TcInterval          3.0
       TcValidityTime      300.0
       MidInterval         30.0
       MidValidityTime     500.0
       HnaInterval         30.0
       HnaValidityTime     500.0
   
       LinkQualityMult 193.238.158.266 0.45
   }
   
   LinkQualityFishEye 1
   ClearScreen     yes
   
   Hna4
   {
       78.41.119.265 255.255.255.255
   }
   Hna6
   {
   }
   
   AllowNoInt  yes
   Willingness     3
   IpcConnect
   {
        MaxConnections  0
        Host            127.0.0.1
   }
   
   UseHysteresis   no
   LinkQualityLevel    2
   Pollrate    0.1
   TcRedundancy    2
   MprCoverage 5
   
   Interface "br0" {
   }
   Interface "br9" {
       Mode "ether"
       AutoDetectChanges yes
       LinkQualityMult default 0.10
   }
   
   LoadPlugin "olsrd_httpinfo.so.0.1"
   {
     PlParam "Net"   "10.0.0.0 255.0.0.0"
     PlParam "Host"  "127.0.0.1"
     PlParam "Net"   "78.41.112.0 255.255.248.0"
     PlParam "Net"   "193.238.156.0 255.255.252.0"
     PlParam "Net"   "185.194.20.0 255.255.252.0"
   }
   LoadPlugin "olsrd_txtinfo.so.1.1"
   {
     PlParam     "port"   "2006"
     PlParam "accept" "127.0.0.1"
   }
   LoadPlugin "olsrd_jsoninfo.so.1.1"
   {
     PlParam     "port"   "9090"
     PlParam "accept" "127.0.0.1"
   }
   LoadPlugin "olsrd_watchdog.so.0.1"
   {
     PlParam "file" "/tmp/olsrd.watchdog"
     PlParam "interval" "5"
   }