Dieses Wiki ist ein Archiv bis 2023. Das aktuelle Wiki findet sich unter https://wiki.hamburg.ccc.de/
Difference between revisions of "Freifunk OpenWRT"
m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Veraltet}} | ||
+ | |||
sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libncurses5-dev zlib1g-dev | sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libncurses5-dev zlib1g-dev | ||
+ | |||
+ | |||
+ | olsrd.conf | ||
+ | DebugLevel 1 | ||
+ | IpVersion 4 | ||
+ | AllowNoInt yes | ||
+ | Pollrate 0.1 | ||
+ | TcRedundancy 2 | ||
+ | MprCoverage 7 | ||
+ | LinkQualityWinSize 100 | ||
+ | Hna4 | ||
+ | { | ||
+ | } | ||
+ | IpcConnect | ||
+ | { | ||
+ | MaxConnections 1 | ||
+ | Host 127.0.0.1 | ||
+ | } | ||
+ | LinkQualityLevel 2 | ||
+ | UseHysteresis no | ||
+ | Interface "eth1" | ||
+ | { | ||
+ | HelloInterval 5.0 | ||
+ | HelloValidityTime 90.0 | ||
+ | TcInterval 2.0 | ||
+ | TcValidityTime 270.0 | ||
+ | MidInterval 15.0 | ||
+ | MidValidityTime 90.0 | ||
+ | HnaInterval 15.0 | ||
+ | HnaValidityTime 90.0 | ||
+ | } | ||
+ | |||
+ | [[Category:Freifunk]] |
Latest revision as of 22:19, 27 November 2012
Error creating thumbnail: Unable to save thumbnail to destination
Der Inhalt dieser Seite ist veraltet. Wenn du etwas neues hinzufügen kannst, sei mutig!
sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libncurses5-dev zlib1g-dev
olsrd.conf
DebugLevel 1 IpVersion 4 AllowNoInt yes Pollrate 0.1 TcRedundancy 2 MprCoverage 7 LinkQualityWinSize 100 Hna4 { } IpcConnect { MaxConnections 1 Host 127.0.0.1 } LinkQualityLevel 2 UseHysteresis no Interface "eth1" { HelloInterval 5.0 HelloValidityTime 90.0 TcInterval 2.0 TcValidityTime 270.0 MidInterval 15.0 MidValidityTime 90.0 HnaInterval 15.0 HnaValidityTime 90.0 }