Hi Benjamin,
The current version of LISPmob (0.3.0) doesn't have support for
multi-homing. The link in github you indicated was a tentative to
implement multi-homing for the previous version of LISPmob (using kernel
modules) but it never was merged with the stable version as it has a few
problems and we decided to move to tun implementation. Multihoming is
the next feature to be implemented so I hope it will be ready for next
release.
On the other hand, If you have one IPv4 and one IPv6 RLOC, you can have
a very basic multihoming. The outgoing traffic will use always the same
RLOC (you can not do traffic balancing) but your EIDs will be reachable
from both RLOCs.
/- on ifdown lisp doesn't see or change is behavior. (keep sending
map-register/reply/request with rlocs "reachable", doesn't send SMR Or
sends nothing if he loses the first "default" interface)/
We don't have implemented yet the interface management, which should
detect change in interface address or status. This functionality will be
part of the next release
/- and finally, I see the TODO.md about priority and weight./
The priority and weight are not yet implemented but they are used in the
map-reply in order that other XTR which has this functionality
implemented send the traffic to the correct RLOC. Again, this
functionality is planed to be implemented in the multi-homing release.
I hope I have clarified all your questions. If not, feel free to ask again.
Regards
Albert L.
On 02/26/2013 04:23 PM, Benjamin Jacobs (student) wrote:
Hi Alberto,
I am currently testing the package and I would like to know what is
the current state of the multi-homing feature?
I have seen this closed issue on github:
https://github.com/LISPmob/lispmob/pull/16
<https://github.com/LISPmob/lispmob/pull/16>
Is option --DLISPMOBMH stills relevant? In case yes, what'is the
difference between legacy mode and multi-interface mode?
And I also try to use two rlocs, and I have seen the following things:
- map-register Ok
- map-reply Ok
- map-request (probe) received correctly on each r-loc.
- map-request send with multiple r-loc Ok
but:
- on ifdown lisp doesn't see or change is behavior. (keep sending
map-register/reply/request with rlocs "reachable", doesn't send SMR Or
sends nothing if he loses the first "default" interface)
- and finally, I see the TODO.md about priority and weight.
Regards,
Benjamin.
------------------------------------------------------------------------
*De :* Benjamin Jacobs (student)
*Envoyé :* mardi 26 février 2013 9:18
*À :* Albert López
*Objet :* RE:[Contact US] openwrt package
Thank you, it works!
Regards,
Jacobs Benjamin.
------------------------------------------------------------------------
*De :* Albert López [[email protected]]
*Envoyé :* vendredi 22 février 2013 16:35
*À :* Benjamin Jacobs (student)
*Cc :* Alberto Rodríguez-Natal
*Objet :* Re: [Contact US] openwrt package
In the previous mail I forgot to mention that the version of this
package is the one that will be released during next week. This
version of LISPmob has support for IPv4 / IPv6 EIDs and RLOCs.
Regards
Albert
On 02/22/2013 04:31 PM, Albert López wrote:
Dear Jacobs,
I attach to this mail a precompiled package of LISPmob for x86
routers using openWRT. To install it, copy the package in the
directory /tmp of your router and execute the following command:
* opkg install /tmp/lispd_0.3.0-3_x86.ipk
Let us know if you need more help.
Best regards
Albert
PS: If you want to be informed of new releases of LISPmob, I
encourage you to subscribe to [email protected]
On 02/20/2013 02:17 PM, Alberto Rodríguez-Natal wrote:
Hi Jacobs,
Thank you for your interest in LISPmob! You are right, the packet
precompiled in the official OpenWRT repo has not been compiled with
the correct flags. This patch
<https://github.com/LISPmob/lispmob/blob/master/lispd/010-Makefile-opewrt.patch>
should had been applied prior to compilation.
We are aware of this issue and it will be fixed in the next release
(which is planned in the next weeks :D). For your convenience, we
can forward you a correct precompiled .ipk meanwhile ;)
Regards,
Alberto
On 20 February 2013 12:44, <[email protected]
<mailto:[email protected]>> wrote:
Jacobs Benjamin sent a message using the contact form at
http://lispmob.org/contact <http://lispmob.org/contact>.
Hello,
I have installed the lispmob package (opkg install lispd, lispd
is the correct package name).
But I have some problems:
the lispd is looking after config file /etc/lispd.conf and not
/etc/config/lispd.
starting it manually with -f, doesn't work "parse error".
So I would to know if this package is compiled for xtr purpose
and openwrt uci (-DOPENWRT and -luci)
Thanks in advance,
Jacobs Benjamin.