OLSR Interop - technical parameters


Comments

Comments and suggestions are very welcome (at cedric.adjih@inria.fr).

See also the: OFFICIAL OLSR Interop Page

OLSR Interop Test Program

Schedule is: interop the afternoon, maybe with pre-interop the morning.
TO BE DEFINED

Hardware

The interop would be performed with 2 kind of equipements:

Wireless configuration

Multicast/Broadcast Addresses

The OLSR protocol UDP packets should be sent with the following parameters:

Addresses

IPv4 Address

Each participant in the interop will have a range of 255 addresses allocated: To get a participant id, just ask :-), see below

IPv6 Addresses

Each participant in the interop could use the following IPv6 addresses:

Participants (with machine(s))

IdentifierNameEquipement
1 INRIA one Linux laptop (implementation OOLSR, 802.11b+ethernet), IPv4=10.1.1.1 and IPv6=FD51:F2D1:91AD::1:1:1
2 Hitachi Equipment = 2 Linux laptop (impl. HOLSR, 11b + Eth) and 2 Zaurus PDA , IPv4 = 10.x.2.1-4
3 LRI -
4 BAE Systems one laptop (and maybe one PDA (iPAQ)). 10.x.4.1 (and 10.x.4.2)
5 CRC -
... ... ...
11 NRL (Navy) One sharp zaurus, one toshiba wince, one linux box, and one windows xp box. Running nrlolsrdv7.4.
. . .
. . .
. . .
. . .
. . .
. . .
. . .
. . .
If you want to have an "participant identifier" allocated and/or you want to be on this list, please ask either on Friday, or at cedric.adjih@inria.fr, [you may specify the content of the fields of the table if you want to be publically listed].

Implementations

IdentifierNameIPv4,IPv6CommentLink
1 OOLSR IPv4,IPv6 INRIA implementation (on demand, not [yet] publically released)
2 HOLSR IPv4 (IPv6 under devlp) Hitachi implementation non-disclosable
3 Qolyester IPv4, IPv6 LRI implementation qolyester page
4 BAE SYSTEMS IPv4, IPv6 BAE SYSTEMS implementation non-diclosable
5 CRC - - -
11 nrlolsrd IPv4, IPv6 NRL NRL OLSR&tools page
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
If you want to have an "implementation identifier" allocated and/or you want to be on this list, please either ask Friday (or mail to cedric.adjih@inria.fr) [you may specify the content of the fields of the table if you want to be publically listed].

Things useful to check

Driver (Linux)

The wireless should be able to run in IBSS mode: some problems have been found with the wavelan2 for instance. Also the "ad-hoc demo mode" (non-standard, different from ad-hoc IBSS) should not be use (i.e. something like iwconfig eth1 get_port3 should return 0).

IP configuration

For IPv4, the following is suggested: The following may solve specific problems:

IPtables IPv4

To ignore one machine:

iptables -A INPUT --proto udp --source <machine ip> --dport 698  -j DROP

Enable IPv4 forwarding (Windows)

From winguides.com: Open your registry and find or create the key below. Create a new DWORD value, or modify the existing value, called "IPEnableRouter" and set it according to the value data below. Exit your registry, you may need to restart or log out of Windows for the change to take effect.
 
System Key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
Value Name: IPEnableRouter
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disabled, 1 = enabled)