Sven-Ola Tuecke | 16 Oct 2005 10:44
Picon

Re: olsrd doesnt add routes

Tony,

until last week, there was an open-socket-init in the CVS code preventing 
olsrd from receiving any other station. Check with "olsrd -d 
0 -nofork -dispin" if olsrd can actually receive packets. If not, update to 
current CVS.

Sven-Ola

""Tony Stüker"" <heyyoo <at> arcor.de> schrieb im Newsbeitrag 
news:43517D30.4020706 <at> arcor.de...
> guten abend
>
> my olsrd (0.4.10-pre cvs) doenst add routes and receives no nodes under 
> linux 2.6.13. no firewall or something like that is running. on the 
> connected node im shown as neighbor, ping is possible, but only the node 
> im connected to...
>
> olsrd.conf:
>
> DebugLevel              0
> IpVersion               4
> AllowNoInt              yes
> Pollrate                0.5
> TcRedundancy            2
> MprCoverage             3
> LinkQualityWinSize      18
> LinkQualityLevel 2
> UseHysteresis no
> Interface "eth2"
(Continue reading)

Tony Stüker | 16 Oct 2005 11:30
Picon
Favicon

Re: olsrd doesnt add routes

it doesnt looks like olsrd is receiving anything

schleppi ~ # olsrd -d 0 -nofork -dispin

 *** olsr.org - 0.4.10-pre ***
 Build date: Oct 16 2005
 http://www.olsr.org

Parsing file: "/etc/olsrd.conf"
READING ACPI
READING ACPI
READING ACPI

Sven-Ola Tuecke wrote:

> Tony,
>
> until last week, there was an open-socket-init in the CVS code 
> preventing olsrd from receiving any other station. Check with "olsrd 
> -d 0 -nofork -dispin" if olsrd can actually receive packets. If not, 
> update to current CVS.
>
> Sven-Ola
>
> ""Tony Stüker"" <heyyoo <at> arcor.de> schrieb im Newsbeitrag 
> news:43517D30.4020706 <at> arcor.de...
>
>> guten abend
>>
>> my olsrd (0.4.10-pre cvs) doenst add routes and receives no nodes 
(Continue reading)

cstorch | 16 Oct 2005 11:50
Picon

AW: olsrd doesnt add routes

> it doesnt looks like olsrd is receiving anything
> 
> schleppi ~ # olsrd -d 0 -nofork -dispin
> 
>  *** olsr.org - 0.4.10-pre ***
>  Build date: Oct 16 2005
>  http://www.olsr.org
> 
> Parsing file: "/etc/olsrd.conf"
> READING ACPI
> READING ACPI
> READING ACPI

hi, 
just an idea.
some new notebooks switch off their wlan antenna to save energy.
there must be a key combination like "FN" + "F2" or something other.
try this.
regards 
christian
Tony Stüker | 16 Oct 2005 12:26
Picon
Favicon

Re: AW: olsrd doesnt add routes

interface is up, i can ping and connect to the linksys i am connected to

cstorch wrote:

>>it doesnt looks like olsrd is receiving anything
>>
>>schleppi ~ # olsrd -d 0 -nofork -dispin
>>
>> *** olsr.org - 0.4.10-pre ***
>> Build date: Oct 16 2005
>> http://www.olsr.org
>>
>>Parsing file: "/etc/olsrd.conf"
>>READING ACPI
>>READING ACPI
>>READING ACPI
>>    
>>
>
>hi, 
>just an idea.
>some new notebooks switch off their wlan antenna to save energy.
>there must be a key combination like "FN" + "F2" or something other.
>try this.
>regards 
>christian
>
>
>_______________________________________________
>olsr-users mailing list
(Continue reading)

Sven-Ola Tuecke | 16 Oct 2005 13:57
Picon

Re: AW: olsrd doesnt add routes

Hey,

as I pointed out: Recompile. Verify your src/unix/ifnet.c, Line 903. There 
should be *no* such thing in front of the /*We create one socket for...*/ 
comment.

((struct sockaddr_in *)&addrsock)->sin_addr.s_addr =
 ((struct sockaddr_in *)&ifp->int_addr)->sin_addr.s_addr;

The md5sum of src/unix/ifnet.c is 1899ce6eab3601d504922d70c5b615dc. Do a 
"make clean;make clean_libs" first. Then make, make libs, make install, make 
install libs. If this does not help do a "man iptables" and 
"iptables -L -n -v".

LG Sven-Ola

""Tony Stüker"" <heyyoo <at> arcor.de> schrieb im Newsbeitrag 
news:43522ADF.4080206 <at> arcor.de...
> interface is up, i can ping and connect to the linksys i am connected to
>
> cstorch wrote:
>
>>>it doesnt looks like olsrd is receiving anything
>>>
>>>schleppi ~ # olsrd -d 0 -nofork -dispin
>>>
>>> *** olsr.org - 0.4.10-pre ***
>>> Build date: Oct 16 2005
>>> http://www.olsr.org
>>>
(Continue reading)

Sven-Ola Tuecke | 16 Oct 2005 14:03
Picon

Re: AW: olsrd doesnt add routes

Ah - and in case of newbie errors: Check your netmask as well as the 
interface config line in /etc/olsrd.conf. "tcpdump -ni [yourwlanif] udp" 
helps too...

LG Sven-Ola

""Sven-Ola Tuecke"" <mail2news <at> commando.de> schrieb im Newsbeitrag 
news:ditf6k$5aq$1 <at> gate.commando.de...
> Hey,
>
> as I pointed out: Recompile. Verify your src/unix/ifnet.c, Line 903. There 
> should be *no* such thing in front of the /*We create one socket for...*/ 
> comment.
>
> ((struct sockaddr_in *)&addrsock)->sin_addr.s_addr =
> ((struct sockaddr_in *)&ifp->int_addr)->sin_addr.s_addr;
>
> The md5sum of src/unix/ifnet.c is 1899ce6eab3601d504922d70c5b615dc. Do a 
> "make clean;make clean_libs" first. Then make, make libs, make install, 
> make install libs. If this does not help do a "man iptables" and 
> "iptables -L -n -v".
>
> LG Sven-Ola
>
> ""Tony Stüker"" <heyyoo <at> arcor.de> schrieb im Newsbeitrag 
> news:43522ADF.4080206 <at> arcor.de...
>> interface is up, i can ping and connect to the linksys i am connected to
>>
>> cstorch wrote:
>>
(Continue reading)

Tony Stüker | 16 Oct 2005 20:29
Picon
Favicon

Re: AW: olsrd doesnt add routes

im sorry, but it doesnt work...

i have no iptables or other firewall installed

my network settings are correct (exactly the same are working in windows 
with olsr switch)

eth2      Protokoll:Ethernet  Hardware Adresse 00:12:F0:97:34:0A 
          inet Adresse:104.13.0.123  Bcast:104.255.255.255  Maske:255.0.0.0

configfile:

DebugLevel              0
IpVersion               4
AllowNoInt              yes
Pollrate                0.5
TcRedundancy            2
MprCoverage             3
LinkQualityWinSize      18
LinkQualityLevel 2
UseHysteresis no
Interface "eth2"
{
        HelloInterval           5.0
        HelloValidityTime       90.0
        TcInterval              15.0
        TcValidityTime          90.0
        MidInterval             15.0
        MidValidityTime         90.0
        HnaInterval             15.0
(Continue reading)

Sven-Ola Tuecke | 19 Oct 2005 11:50
Picon

Re: AW: olsrd doesnt add routes

Tony,

looks good and should work. We have plenty of witnesses that confirm: Should 
work. Are you in the same universum? Have you tried to "tcpdump -ni eth2 
udp" so far? Does "ping -b 104.255.255.255" work? Is it the same BSSID on 
"iwconfig eth2"?

Sorry, no more easy tipps on the checklist.

Sven-Ola

""Tony Stüker"" <heyyoo <at> arcor.de> schrieb im Newsbeitrag 
news:43529C1A.6050102 <at> arcor.de...
im sorry, but it doesnt work...

i have no iptables or other firewall installed

my network settings are correct (exactly the same are working in windows
with olsr switch)

eth2      Protokoll:Ethernet  Hardware Adresse 00:12:F0:97:34:0A
          inet Adresse:104.13.0.123  Bcast:104.255.255.255  Maske:255.0.0.0

configfile:

DebugLevel              0
IpVersion               4
AllowNoInt              yes
Pollrate                0.5
TcRedundancy            2
(Continue reading)

cven | 16 Oct 2005 23:51
Favicon

Re: AW: olsrd doesnt add routes

Tony Stüker wrote:
> im sorry, but it doesnt work...

> 
> eth2      Protokoll:Ethernet  Hardware Adresse 00:12:F0:97:34:0A 
>          inet Adresse:104.13.0.123  Bcast:104.255.255.255  Maske:255.0.0.0

hi tony
the 104.13.0.123 is in berlin/weissensee or berlin/blankenburg 
registered ip-address.
so, I think just visit us on wednesday at c-base and we will find the 
problem.
the c-base is located at the rungestr.20 in berlin mitte near
S+U bahnhof jannowitzbruecke
http://wiki.c-base.org/coredump/AnfahrtsSkizze
another good idea is to join our berlin mailinglist
https://olsrexperiment.de/cgi-bin/mailman/listinfo/berlin

I know that would not help you now, but maybe in future

best
	cven

Gmane