/usr/share/doc/olsrd/examples/olsrd.conf.funkfeuer is in olsrd 0.6.6.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | #
# sourced from: http://wiki.funkfeuer.at/index.php/OLSR-Konfiguration
#
DebugLevel 0
IpVersion 4
AllowNoInt yes
FIBMetric "flat"
TcRedundancy 2
MprCoverage 5
LinkQualityFishEye 1
LinkQualityAlgorithm "etx_ff"
LinkQualityLevel 2
UseHysteresis no
LoadPlugin "olsrd_httpinfo.so.0.1"
{
PlParam "port" "80"
PlParam "Net" "0.0.0.0 0.0.0.0"
}
#Trage hier deine OLSR-Interfaces (funk, lan, tunnel, etc,..) ein
InterfaceDefaults
{
Ip4Broadcast 255.255.255.255
HelloInterval 5.0
HelloValidityTime 100.0
TcInterval 3.0
TcValidityTime 500.0
MidInterval 30.0
MidValidityTime 500.0
HnaInterval 30.0
HnaValidityTime 500.0
}
|