[Olsr-users] problem running OLSRD
Markus Kittenberger
(spam-protected)
Wed Feb 1 12:00:27 CET 2012
wlan0 is not up and running,..
so either user wlan1 in olsrd, or fix wlan0 configurations,..
Markus
On Wed, Feb 1, 2012 at 7:05 AM, <(spam-protected)> wrote:
> First... I apologize for the length of this message, just trying to be
> thorough.
>
> I have not been able to run OLSRD since I installed it from a debian
> package. I keep getting "No interfaces detected! This might be intentional,
> but it also might mean that your configuration is fubar."
>
> S/W:
> kernel: 3.0.0
> O/S: Voyage Linux 0.8.0 (10/24/2011 build) (debian 0.6.2 based)
>
>
> H/W
> ------------------------------
> SBC: alix.3D3
> Wlan0: Wistron dnma-92
> Wlan1: Wistron dnma-92
> cf: sandisk 4GB
>
> output from "olsrd -f /etc/olsrd/olsrd.conf -d 0" command
> ------------------------------
> *** olsr.org - 0.6.1-git_-hash_0b616759ced652dc083d7b0cba610180 - ***
> Build date: 2011-05-07 11:15:38 on newk
> http://www.olsr.org
>
> Parsing file: "/etc/olsrd/olsrd.conf"
> Debug level: 2
> IpVersion: 4
> Noint set to 1
> TOS: 16
> Willingness: 7
> OlsrPort: 698
> RtTableDefault: 0
> RtTable: 254
> Hysteresis disabled
> Hysteresis Scaling: 0.50
> Hysteresis UpperThr: 0.80
> Hysteresis LowerThr: 0.30
> Pollrate 0.10
> NIC Changes Pollrate 2.50
> TC redundancy 2
> MPR coverage 7
> Link quality level 2
> Link quality fish eye 1
> Clear screen enabled
> setting ifs_in_curr_cfg = 0
> Autodetect changes: YES
> IPv4 broadcast: 10.255.255.255
> Mode: mesh
> HELLO interval: 5.00
> HELLO validity: 90.00
> TC interval: 3.00
> TC validity: 300.00
> MID interval: 15.00
> MID validity: 270.00
> HNA interval: 15.00
> HNA validity: 90.00
> IPC host: 127.0.0.1
> IPC net: 10.0.0.0/255.0.0.0
> HNA IPv4 entry: 10.0.0.0/255.0.0.0
> Plugin: olsrd_httpinfo.so.0.1
> Plugin param key:"Port" val: "8080"
> Plugin param key:"Host" val: "127.0.0.1"
> Plugin param key:"Net" val: "10.0.0.0 255.0.0.0"
> Plugin: olsrd_txtinfo.so.0.1
> Plugin param key:"Accept" val: "127.0.0.1"
> Plugin param key:"port" val: "8081"
> Plugin: olsrd_dot_draw.so.0.3
> Plugin param key:"accept" val: "10.0.1.1"
> Plugin param key:"port" val: "2004"
> IPv4 broadcast/multicast : 10.255.255.255
> Mode : mesh (d)
> IPv6 multicast : ::
> HELLO emission/validity : 5.00 (d)/90.00 (d)
> TC emission/validity : 3.00 (d)/300.00 (d)
> MID emission/validity : 15.00 (d)/270.00 (d)
> HNA emission/validity : 15.00 (d)/90.00 (d)
> Autodetect changes : yes
> No interfaces detected! This might be intentional, but it also might mean
> that your configuration is fubar.
> I will continue after 5 seconds...
> olsr.org - 0.6.1-git_-hash_0b616759ced652dc083d7b0cba610180 - detaching
> from the current process...
>
> OLSRD.CONF file
> ------------------------------
> DebugLevel 2
> IpVersion 4
> AllowNoInt yes
> TosValue 16
> Willingness 7
> OlsrPort 698!
> RtTableDefault 0
> RtTable 254
> UseHysteresis no
> HystScaling 0.50
> HystThrHigh 0.80
> HystThrLow 0.30
> Pollrate 0.1
> NicChgsPollInt 2.5
> TcRedundancy 2
> MprCoverage 7
> LinkQualityLevel 2
> LinkQualityFishEye 1
> ClearScreen yes
> #LinkQualityWinSize 100
> #LinkQualityDijkstraLimit 0 7.0
>
> Interface "wlan0" {
> AutoDetectChanges yes
> Ip4Broadcast 10.255.255.255
> Mode "mesh"
> HelloInterval 5.0
> HelloValidityTime 90.0
> TcInterval 3.0
> TcValidityTime 300.0
> MidInterval 15.0
> MidValidityTime 270.0
> HnaInterval 15.0
> HnaValidityTime 90.0
> #LinkQualityMult 192.168.0.1 0.5
> #LinkQualityMult default 0.8
> }
>
> IpcConnect {
> MaxConnections 1
> Host 127.0.0.1
> Net 10.0.0.0 255.0.0.0
> }
>
> Hna4 {
> option 'netaddr' '10.0.0.0'
> option 'netmask' '255.0.0.0'
> }
>
> Hna6 {
> #:: 0
> #fec0:2200:106:: 48
> }
> LoadPlugin "olsrd_httpinfo.so.0.1" {
> PlParam "Port" "8080"
> PlParam "Host" "127.0.0.1"
> PlParam "Net" "10.0.0.0 255.0.0.0"
> # PlParam "Net" "0.0.0.0 0.0.0.0"
> }
> LoadPlugin "olsrd_txtinfo.so.0.1" {
> PlParam "Accept" "127.0.0.1"
> PlParam "port" "8081"
> }
> LoadPlugin "olsrd_dot_draw.so.0.3" {
> PlParam "accept" "10.0.1.1"
> PlParam "port" "2004"
> }
>
>
> /etc/network/interfaces file:
> ------------------------------
> auto lo
> iface lo inet loopback
>
> auto eth0
> allow-hotplug eth0
> iface eth0 inet static
> address 10.0.1.1
> netmask 255.0.0.0
> network 10.0.0.0
> broadcast 10.255.255.255
> gateway 10.0.0.1
>
> auto wlan0
> iface wlan0 inet static
> address 10.0.1.2
> netmask 255.0.0.0
> network 10.0.0.0
> broadcast 10.255.255.255
> gateway 10.0.0.1
>
> auto wlan1
> iface wlan1 inet static
> address 10.0.1.3
> netmask 255.0.0.0
> network 10.0.0.0
> broadcast 10.255.255.255
> gateway 10.0.0.1
>
> #auto br0
> #iface br0 inet static
> # address 10.0.1.4
> # netmask 255.0.0.0
> # network 10.0.0.0
> # broadcast 10.255.255.255
> # bridge-ports wlan0 wlan1
>
>
> ifconfig output:
> ------------------------------
> eth0 Link encap:Ethernet HWaddr 00:0d:b9:24:96:b4
> inet addr:10.0.1.1 Bcast:10.255.255.255 Mask:255.0.0.0
> inet6 addr: fe80::20d:b9ff:fe24:96b4/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:7167 errors:0 dropped:0 overruns:0 frame:0
> TX packets:5845 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:661449 (645.9 KiB) TX bytes:1023549 (999.5 KiB)
> Interrupt:11 Base address:0x2000
>
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> inet6 addr: ::1/128 Scope:Host
> UP LOOPBACK RUNNING MTU:16436 Metric:1
> RX packets:18 errors:0 dropped:0 overruns:0 frame:0
> TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:1196 (1.1 KiB) TX bytes:1196 (1.1 KiB)
>
> mon.wlan1 Link encap:UNSPEC HWaddr
> 00-1B-B1-5D-AE-08-6C-6F-00-00-00-00-00-00-00-00
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:173702 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:31430721 (29.9 MiB) TX bytes:0 (0.0 B)
>
> wlan0 Link encap:Ethernet HWaddr 00:1b:b1:5d:ad:98
> inet addr:10.0.1.2 Bcast:10.255.255.255 Mask:255.0.0.0
> UP BROADCAST MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
>
> wlan1 Link encap:Ethernet HWaddr 00:1b:b1:5d:ae:08
> inet addr:10.0.1.3 Bcast:10.255.255.255 Mask:255.0.0.0
> inet6 addr: fe80::21b:b1ff:fe5d:ae08/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:0 (0.0 B) TX bytes:576 (576.0 B)
>
>
> finally iwconfig output:
> ------------------------------
> lo no wireless extensions.
>
> eth0 no wireless extensions.
>
> wlan0 IEEE 802.11abgn ESSID:off/any
> Mode:Managed Access Point: Not-Associated Tx-Power=27 dBm
> Retry long limit:7 RTS thr:off Fragment thr:off
> Encryption key:off
> Power Management:on
>
> wlan1 IEEE 802.11abgn Mode:Master Frequency:2.412 GHz Tx-Power=27
> dBm
> Retry long limit:7 RTS thr:off Fragment thr:off
> Power Management:on
>
> mon.wlan1 IEEE 802.11abgn Mode:Monitor Tx-Power=27 dBm
> Retry long limit:7 RTS thr:off Fragment thr:off
> Power Management:on
>
>
> --
> Olsr-users mailing list
> (spam-protected)
> https://lists.olsr.org/mailman/listinfo/olsr-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.olsr.org/pipermail/olsr-users/attachments/20120201/ae59ed7b/attachment.html>
More information about the Olsr-users
mailing list