Olsrd4.conf: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Pocki (Diskussion | Beiträge) |
Pocki (Diskussion | Beiträge) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== olsrd4.conf Beispielkonfiguration == | |||
Quelle: https://github.com/vchrizz/ER-wizard-OLSRd_V1 | Quelle: https://github.com/vchrizz/ER-wizard-OLSRd_V1 | ||
Zeile 8: | Zeile 8: | ||
InterfaceDefaults | InterfaceDefaults | ||
{ | { | ||
Ip4Broadcast 255.255.255.255 | Ip4Broadcast 255.255.255.255 | ||
HelloInterval 4.0 | HelloInterval 4.0 | ||
HelloValidityTime | HelloValidityTime 100.0 | ||
TcInterval 3.0 | TcInterval 3.0 | ||
TcValidityTime 300.0 | TcValidityTime 300.0 | ||
Zeile 18: | Zeile 18: | ||
HnaValidityTime 500.0 | HnaValidityTime 500.0 | ||
LinkQualityMult 193.238.158. | LinkQualityMult 193.238.158.266 0.45 | ||
} | } | ||
Zeile 26: | Zeile 26: | ||
Hna4 | Hna4 | ||
{ | { | ||
78.41.119.265 255.255.255.255 | |||
} | } | ||
Hna6 | Hna6 | ||
Zeile 46: | Zeile 47: | ||
Interface "br0" { | Interface "br0" { | ||
} | |||
Interface "br9" { | |||
Mode "ether" | |||
AutoDetectChanges yes | |||
LinkQualityMult default 0.10 | |||
} | } | ||
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" }