Show pageDiscussionOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Howto for using Network via OLSRD @ realraum ====== {{tag>howto network debian OLSRD}} ===== Instructions for Debian/unstable ===== All the relevant packages are available in Debian/unstable (not in testing and stable yet), get them via: <code> # aptitude install olsrd olsrd-plugin olsrd-gui </code> Relevant parts of /etc/olsrd/olsrd.conf: <code> DebugLevel 0 Interface "ipw" { HelloInterval 6.0 HelloValidityTime 90.0 TcInterval 3.0 TcValidityTime 300.0 MidInterval 15.0 MidValidityTime 300.0 HnaInterval 15.0 HnaValidityTime 90.0 } LinkQualityFishEye 1 LinkQualityDijkstraLimit 0 9.0 IpVersion 4 ClearScreen yes Hna4 { } Hna6 { } AllowNoInt yes Willingness 6 IpcConnect { MaxConnections 0 Host 127.0.0.1 } UseHysteresis no LinkQualityLevel 2 LinkQualityWinSize 100 Pollrate 0.1 TcRedundancy 2 MprCoverage 5 </code> Do not forget to set START_OLSRD="yes" in /etc/default/olsrd. Then configure your wireless device, assuming its name is ipw use something like: <code> iwconfig ipw essid graz.funkfeuer.at iwconfig ipw ap 02:CA:FF:EE:BA:BE iwconfig ipw mode Ad-Hoc ifconfig ipw 10.12.23.$RANDOM_WERT ifconfig ipw netmask 255.255.0.0 broadcast 10.12.255.255 route add default gw 10.12.0.10 </code> Starting olsrd via '/etc/init.d/olsrd start' should work then. /srv/dokuwiki/data/pages/archiv/olsrd.txt Last modified: 2025-11-09 09:25by 127.0.0.1