Interface usb0
{
IgnoreIfMissing on;
AdvSendAdvert on;
AdvLinkMTU 1280;
AdvCurHopLimit 128;
AdvReachableTime 360000;
MinRtrAdvInterval 100;
MaxRtrAdvInterval 150;
AdvDefaultLifetime 200;
prefix 2001:db8:1::/64
{
AdvOnLink on;
AdvAutonomous on;
};
};
Activate radvd
sudo service radvd start
or
sudo /etc/init.d/radvd start
3.4.2. Configuring RPL
If you want to use the RPL protocol within your WSN, a Linux RPL Edge Router daemon is
provided. The rpld daemon is available in deb package, rpm package and source code.
It can be downloaded at the following url
http://www.rosand-tech.com/downloads
.
In order to activate rpl on
usb0
in daemon mode (background), run the following command:
rpld -i usb0 -D
You can run
man rpld
to know about all the options of
rpld
.
Configuring R-idge on Linux
Technical guide (revision 1.1)
8