<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<p style="margin-bottom: 4.99mm; line-height: 100%">Dear
Marian,<br>
<br>
Welcome to our community. I will try to answer
inline. </p>
<title></title>
<meta name="generator" content="LibreOffice 5.1.4.2 (Linux)">
<style type="text/css">
@page { margin: 20mm }
p { margin-bottom: 2.47mm; line-height: 120% }
</style><br>
On 10/01/17 15:01, Marian Aretu wrote:<br>
</div>
<blockquote
cite="mid:237278163D1A7A4C8A16A2B2AA39B17A5A3C80@ptmexchange3.gmv.es"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">Hello,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">My name is Marian Aretu, and I am using
your open source implementation of LISP protocol.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The network that we try to emulate with OOR
is composed of 5 Virtual Machines (Ubuntu Linux).
<o:p></o:p></p>
<p class="MsoNormal">With each VM, we are trying to emulate a
different component of LISP protocol: MN (named MN1), xTR1,
MS, xTR2 and another MN (named ES1).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Our goal, for now, is to manage
communication between MN1 and ES1, but we are getting stuck in
the configuration of oor.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We are setting the IP routes in the VMs,
but when we run oor, the following message is received:<o:p></o:p></p>
<p class="MsoNormal"><i>[2017/1/9 15:1:25] DEBUG: add_route:
added route to the system: src addr: -, dst
prefix:0.0.0.0/1, gw: -, table: 254<o:p></o:p></i></p>
<p class="MsoNormal"><i>[2017/1/9 15:1:25] DEBUG: add_route:
added route to the system: src addr: -, dst
prefix:128.0.0.0/1, gw: -, table: 254<o:p></o:p></i></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Does this message mean that we need to add
the routes also via oor, somehow?<o:p></o:p></p>
<p class="MsoNormal">If yes, how can we manage to add the routes
using oor?</p>
</div>
</blockquote>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<p>No, the routes should be added by OOR automatically. If you use
"ip route", you should be able to see them.<br>
One thing
that you have to take care is that MN and XTRs need to have a
valid default route associated with the RLOC's interface
configured
before starting OOR. If we don't have this default route, OOR will
not work. If you have two or more interfaces, then you will need
to
have one default route per interface (you can use different metric
per each one) </p>
<title></title>
<meta name="generator" content="LibreOffice 5.1.4.2 (Linux)">
<style type="text/css">
@page { margin: 20mm }
p { margin-bottom: 2.47mm; line-height: 120% }
</style>
<blockquote
cite="mid:237278163D1A7A4C8A16A2B2AA39B17A5A3C80@ptmexchange3.gmv.es"
type="cite">
<div class="WordSection1">
<p class="MsoNormal"><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Another matter is that we are not sure if
we are configuring oor right. You can find attached an example
of our configuration for MN1 (IP addresses may be subject of
change).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Can you please help us with an example of a
simple network that uses oor and the configuration file for
that network?</p>
</div>
</blockquote>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<p>I attach an example of an OOR testbed. Addresses with 10.0.X.X
are
in the RLOC space and addresses with 192.168.x.x are in the EID
space. Please, let me know if this fits with your scenario. <br>
</p>
<p>Some
notes:</p>
<ul>
<li>
<p style="margin-bottom: 0mm">ms.conf : I also added the site
192.168.2.0/24 with more specifics -> This will accept more
specific prefixes with same authentication information. For
instance, this site can be used to register 256 MN, all of
them using the same password</p>
</li>
<li>
<p style="margin-bottom: 0mm">In the database mapping, I used
rloc-address but it is possible to use rloc-iface where we
specify the interface of the RLOC instead of the IP address.
If a database mapping has more that one rloc, we can add here
as many as we need.</p>
</li>
<li>
<p>In your scenario you don't need to configure PeTRs. They are
used to interconnect LISP with no LISP sites. We don't have
PeTR implementation yet. </p>
</li>
</ul>
<p>I hope this will help to have a first contact with OOR. Please,
let me know if you need more help.<br>
<br>
Best regards<br>
<br>
Albert</p>
<title></title>
<meta name="generator" content="LibreOffice 5.1.4.2 (Linux)">
<style type="text/css">
@page { margin: 20mm }
p { margin-bottom: 2.47mm; line-height: 120% }
</style>
<blockquote
cite="mid:237278163D1A7A4C8A16A2B2AA39B17A5A3C80@ptmexchange3.gmv.es"
type="cite">
<div class="WordSection1">
<p class="MsoNormal"><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thank you very much,<o:p></o:p></p>
<p class="MsoNormal">Marian Aretu<o:p></o:p></p>
<table class="MsoNormalTable" style="width:525.0pt" border="0"
cellpadding="0" cellspacing="0" width="700">
<tbody>
<tr>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><img id="Picture_x0020_1"
src="cid:part1.DDBD3A10.97977595@ac.upc.edu"
alt="cid:id002" height="20" width="700"><span
style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<table class="MsoNormalTable" style="width:525.0pt"
border="0" cellpadding="0" cellspacing="0" width="700">
<tbody>
<tr>
<td style="width:150.0pt;padding:0in 0in 0in 0in"
valign="top" width="200">
<p class="MsoNormal"><img id="Picture_x0020_2"
src="cid:part2.4DED7847.CEE0156A@ac.upc.edu"
alt="cid:id003" height="68" width="185"><span
style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
<td style="width:210.0pt;padding:0in 0in 0in 0in"
valign="top" width="280">
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span
style="font-size:10.0pt;font-family:"Verdana","sans-serif"">Marian
Aretu<br>
</span></b><span
style="font-size:7.5pt;font-family:"Verdana","sans-serif";color:black">Software
Engineer<o:p></o:p></span></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span
style="font-size:7.5pt;font-family:"Verdana","sans-serif";color:black">GMV
AEROSPACE Software Factory</span><span
style="font-size:12.0pt;font-family:"Times
New Roman","serif""><o:p></o:p></span></p>
</td>
<td style="width:165.0pt;padding:0in 0in 0in 0in"
valign="top" width="220">
<p class="MsoNormal"><span
style="font-size:7.5pt;font-family:"Verdana","sans-serif""
lang="ES">GMV
<br>
Isaac Newton, 11<br>
P.T.M. Tres Cantos<br>
E-28760 Madrid<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:7.5pt;font-family:"Verdana","sans-serif"">Mobile:
+34 666 299 821 /<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:7.5pt;font-family:"Verdana","sans-serif"">
+40 767 348 428<br>
</span><a moz-do-not-send="true"
href="http://www.gmv.com/"><span
style="font-size:7.5pt;font-family:"Verdana","sans-serif";color:#999999">www.gmv.com
</span></a><o:p></o:p></p>
<table class="MsoNormalTable"
style="width:165.0pt" border="0"
cellpadding="0" cellspacing="0" width="220">
<tbody>
<tr>
<td style="width:15.75pt;padding:0in 0in
0in 0in" width="21">
<p class="MsoNormal"><a
moz-do-not-send="true"
href="http://www.gmv.com/b2_gmv"
target="_blank"><span
style="color:blue;text-decoration:none"><img
id="Picture_x0020_3"
src="cid:part4.E91D5803.B47B8968@ac.upc.edu"
alt="cid:id004" border="0"
height="25" width="21"></span></a><span
style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
<td style="width:7.5pt;padding:0in 0in 0in
0in" width="10">
<p class="MsoNormal"> <span
style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
<td style="width:15.75pt;padding:0in 0in
0in 0in" width="21">
<p class="MsoNormal"><a
moz-do-not-send="true"
href="http://www.facebook.com/infoGMV"
target="_blank"><span
style="color:blue;text-decoration:none"><img
id="Picture_x0020_4"
src="cid:part6.728D982B.1608D5D9@ac.upc.edu"
alt="cid:id005" border="0"
height="25" width="21"></span></a><span
style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
<td style="width:7.5pt;padding:0in 0in 0in
0in" width="10">
<p class="MsoNormal"> <span
style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
<td style="width:15.0pt;padding:0in 0in
0in 0in" width="20">
<p class="MsoNormal"><a
moz-do-not-send="true"
href="http://www.twitter.com/infoGMV_es"
target="_blank"><span
style="color:blue;text-decoration:none"><img
id="Picture_x0020_5"
src="cid:part8.16878EDF.06F78268@ac.upc.edu"
alt="cid:id006" border="0"
height="25" width="20"></span></a><span
style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
<td style="width:7.5pt;padding:0in 0in 0in
0in" width="10">
<p class="MsoNormal"> <span
style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p class="MsoNormal"><a
moz-do-not-send="true"
href="http://www.youtube.com/infoGMV"
target="_blank"><span
style="color:blue;text-decoration:none"><img
id="Picture_x0020_6"
src="cid:part10.1943AF54.02630553@ac.upc.edu"
alt="cid:id007" border="0"
height="25" width="24"></span></a><span
style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><a moz-do-not-send="true"
href="http://www.innovation2011.es/index.php?id=86"><span
style="font-size:7.5pt;font-family:"Verdana","sans-serif";color:#999999;text-decoration:none"><br>
</span></a><span style="font-size:12.0pt"><o:p></o:p></span></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<div class="MsoNormal" style="text-align:center" align="center"><span
style="font-size:6.0pt;font-family:"Arial","sans-serif";color:gray"
lang="ES">
<hr align="center" size="2" width="100%">
</span></div>
<p class="MsoNormal"><span
style="font-size:6.0pt;font-family:"Arial","sans-serif";color:gray">This
message including any attachments may contain confidential
information, according to our Information Security
Management System, and intended solely for a specific
individual to whom they are addressed. Any unauthorised
copy, disclosure or distribution of this message is strictly
forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
<o:p></o:p></span></p>
<div class="MsoNormal" style="text-align:center" align="center"><span
style="font-size:6.0pt;font-family:"Arial","sans-serif";color:gray"
lang="ES">
<hr align="center" size="2" width="100%">
</span></div>
<p class="MsoNormal"><span
style="font-size:6.0pt;font-family:"Arial","sans-serif";color:gray"
lang="ES">Este mensaje, y en su caso, cualquier fichero
anexo al mismo, puede contener información clasificada por
su emisor como confidencial en el marco de su Sistema de
Gestión de Seguridad de la Información siendo para uso
exclusivo del destinatario, quedando prohibida su
divulgación copia o distribución a terceros sin la
autorización expresa del remitente. Si Vd. ha recibido este
mensaje erróneamente, se ruega lo notifique al remitente y
proceda a su borrado. </span><span
style="font-size:6.0pt;font-family:"Arial","sans-serif";color:gray"
lang="EN-GB">Gracias por su colaboración.
</span><span
style="font-size:6.0pt;font-family:"Arial","sans-serif";color:gray"
lang="ES"><o:p></o:p></span></p>
<div class="MsoNormal" style="text-align:center" align="center"><span
style="font-size:6.0pt;font-family:"Arial","sans-serif";color:gray"
lang="ES">
<hr align="center" size="2" width="100%">
</span></div>
<p class="MsoNormal"><span
style="font-size:6.0pt;font-family:"Arial","sans-serif";color:gray"
lang="ES">Esta mensagem, incluindo qualquer ficheiro anexo,
pode conter informação confidencial, de acordo com nosso
Sistema de Gestão de Segurança da Informação, sendo para uso
exclusivo do destinatário e estando proibida a sua
divulgação, cópia ou distribuição a terceiros sem
autorização expressa do remetente da mesma. Se recebeu esta
mensagem por engano, por favor avise de imediato o remetente
e apague-a.
</span><span
style="font-size:6.0pt;font-family:"Arial","sans-serif";color:gray"
lang="EN-GB">Obrigado pela sua colaboração.</span><span
style="font-size:7.5pt;font-family:"Arial","sans-serif";color:gray"
lang="EN-GB">
</span><span style="font-size:12.0pt;font-family:"Times
New Roman","serif"" lang="ES"><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<span style=""><br>
</span><span style="font-size:18.0pt; line-height:125%;
font-family:Webdings; color:green">P<span style=""></span>
<span style="font-size:7.0pt; line-height:125%;
font-family:"Arial","sans-serif";
color:green">
Please consider the environment before printing this e-mail.</span></span><span
style=""></span>
<p>
<!-- English-->
<font face="Arial" color="gray" size="1"><span style="font-size:
8.0pt;font-family:Arial;color:gray"></span></font></p>
<hr align="center" size="2" width="100%"><font face="Arial"
color="gray" size="1">
This message including any attachments may contain confidential
information,
according to our Information Security Management System, and
intended solely
for a specific individual to whom they are addressed. Any
unauthorised copy,
disclosure or distribution of this message is strictly
forbidden. If you have
received this transmission in error, please notify the sender
immediately and delete it. Thank you.
</font>
<!-- Spanish-->
<font face="Arial" color="gray" size="1"><span style="font-size:
8.0pt;font-family:Arial;color:gray">
<hr align="center" size="2" width="100%">
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener
información clasificada por su emisor como confidencial en el
marco de su
Sistema de Gestión de Seguridad de la Información siendo para
uso exclusivo del destinatario, quedando prohibida su
divulgación copia o distribución a terceros sin la
autorización expresa del remitente. Si Vd. ha recibido este
mensaje erróneamente, se ruega lo notifique al remitente y
proceda a su borrado.
</span></font><font face="Arial" color="gray" size="1"><span
style="font-size:8.0pt;font-family:Arial;color:gray"
lang="EN-GB">Gracias por su
colaboración.<o:p></o:p></span></font>
<!-- Portuguese-->
<font face="Arial" color="gray" size="1"><span style="font-size:
8.0pt;font-family:Arial;color:gray">
<hr align="center" size="2" width="100%">
Esta mensagem, incluindo qualquer ficheiro anexo, pode conter
informação confidencial, de acordo com nosso Sistema de Gestão
de Segurança da Informação, sendo para uso exclusivo do
destinatário e estando proibida a sua divulgação, cópia ou
distribuição a terceiros sem autorização expressa do remetente
da mesma. Se recebeu esta mensagem por engano, por favor avise
de imediato o remetente e apague-a.
</span></font><font face="Arial" color="gray" size="1"><span
style="font-size:8.0pt;font-family:Arial;color:gray"
lang="EN-GB">Obrigado pela sua colaboração.
<o:p></o:p></span></font>
<hr align="center" size="2" width="100%">
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@openoverlayrouter.org">Users@openoverlayrouter.org</a>
<a class="moz-txt-link-freetext" href="http://mail.openoverlayrouter.org/cgi-bin/mailman/listinfo/users">http://mail.openoverlayrouter.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<br>
</body>
</html>