<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<div id="divtagdefaultwrapper" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">I don't see the certificate here: <a href="https://ndncert.named-data.net/cert/list/html" class="OWAAutoLink" id="LPlnk740496" previewremoved="true">
https://ndncert.named-data.net/cert/list/html</a></p>
<p style="margin-top:0;margin-bottom:0">Could that be a problem?<br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Also I don't remember why but for some reason I had to install the certificate and run ndnpingserver <span>as root user</span> when I tested it on my raspberry pi.<br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Ashlesh<br>
</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> Nfd-dev <nfd-dev-bounces@lists.cs.ucla.edu> on behalf of Nicholas Gordon <nmgordon@memphis.edu><br>
<b>Sent:</b> Thursday, January 25, 2018 4:13:13 PM<br>
<b>To:</b> Dehart, John<br>
<b>Cc:</b> <nfd-dev@lists.cs.ucla.edu><br>
<b>Subject:</b> Re: [Nfd-dev] Prefix Propagation</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">[This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing at
<a href="http://aka.ms/LearnAboutSpoofing" id="LPlnk326092" previewremoved="true">
http://aka.ms/LearnAboutSpoofing</a>]
<div id="LPBorder_GT_15169233707690.4475805417034511" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_15169233707660.641663107402598" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);" role="presentation" cellspacing="0">
<tbody>
<tr style="border-spacing: 0px;" valign="top">
<td id="TextCell_15169233707670.8737612209926484" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;" colspan="2">
<div id="LPRemovePreviewContainer_15169233707670.9553265765150032"></div>
<div id="LPTitle_15169233707670.7094347210793186" style="top: 0px; color: rgb(0, 120, 215); font-weight: 400; font-size: 21px; font-family: "wf_segoe-ui_light", "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_15169233707680.5516867063529576" style="text-decoration: none;" href="http://aka.ms/LearnAboutSpoofing" target="_blank">Protect yourself from phishing schemes and other forms of online fraud</a></div>
<div id="LPMetadata_15169233707680.5619845973562513" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
aka.ms</div>
<div id="LPDescription_15169233707690.49292220776804596" style="display: block; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
Read about how to help protect your financial information.</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
John,<br>
<br>
The only idea I have is to enable debug-level logging for the RIB and AutoPrefixPropagator modules in NFD.<br>
<br>
--<br>
-Nick<br>
<br>
On Thu, 25 Jan 2018 21:35:32 +0000<br>
"Dehart, John" <jdd@wustl.edu> wrote:<br>
<br>
><br>
> All:<br>
><br>
> I need some help figuring out why auto prefix propagation is not working right now.<br>
><br>
> I’ve done this test in the past and it has worked but haven’t done it in a while<br>
> and now it is not working.<br>
><br>
> My laptop is running nfd 0.5.1<br>
> I’m use the WU gateway which is running nfd 0.5.1-72-gf4056d0<br>
> My identity is /ndn/edu/wustl/jdd<br>
> And I believe my certificate is valid.<br>
><br>
> On my laptop I do this:<br>
><br>
> ———————————<br>
><br>
> nfd-stop<br>
> sleep 5<br>
> nfd-start >& nfd-start.log<br>
> sleep 5<br>
><br>
> nfdc register / udp://wundngw.arl.wustl.edu<br>
><br>
> nfdc register /localhop/nfd udp4://wundngw.arl.wustl.edu<br>
><br>
> sleep 5<br>
><br>
> # test connection to WU gateway with ndnping<br>
> ndnping -c 5 /ndn/edu/wustl<br>
><br>
> # set identity to WU based name:<br>
> ndnsec-set-default /ndn/edu/wustl/jdd<br>
><br>
> ———————————<br>
><br>
> Then I run an ndnpingserver on my laptop:<br>
><br>
> ndnpingserver /ndn/edu/wustl/jdd<br>
><br>
> But I never see a prefix for me on the WU gateway.<br>
><br>
> What should I be looking at to figure this out?<br>
><br>
> Thanks,<br>
> John<br>
><br>
> _______________________________________________<br>
> Nfd-dev mailing list<br>
> Nfd-dev@lists.cs.ucla.edu<br>
> <a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" id="LPlnk187290" previewremoved="true">
http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev</a>
<div id="LPBorder_GT_15169233695360.9105925953267323" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_15169233695340.06843327334696458" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);" role="presentation" cellspacing="0">
<tbody>
<tr style="border-spacing: 0px;" valign="top">
<td id="TextCell_15169233695350.029276855361145993" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;" colspan="2">
<div id="LPRemovePreviewContainer_15169233695350.9929607376896595"></div>
<div id="LPTitle_15169233695350.8994730846050809" style="top: 0px; color: rgb(0, 120, 215); font-weight: 400; font-size: 21px; font-family: "wf_segoe-ui_light", "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_15169233695350.31027306367062213" style="text-decoration: none;" href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" target="_blank">Nfd-dev Info Page - CS | Computer Science</a></div>
<div id="LPMetadata_15169233695360.7818798869498917" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
www.lists.cs.ucla.edu</div>
<div id="LPDescription_15169233695360.8097490691387866" style="display: block; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
To see the collection of prior postings to the list, visit the Nfd-dev Archives. Using Nfd-dev: To post a message to all the list members, send email ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
_______________________________________________<br>
Nfd-dev mailing list<br>
Nfd-dev@lists.cs.ucla.edu<br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" id="LPlnk123290" previewremoved="true">http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev</a>
<div id="LPBorder_GT_15169233986840.349873932854042" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_15169233986810.9740156393869633" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);" role="presentation" cellspacing="0">
<tbody>
<tr style="border-spacing: 0px;" valign="top">
<td id="TextCell_15169233986820.20101329672792878" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;" colspan="2">
<div id="LPRemovePreviewContainer_15169233986820.8643111334076746"></div>
<div id="LPTitle_15169233986820.4149148868520155" style="top: 0px; color: rgb(0, 120, 215); font-weight: 400; font-size: 21px; font-family: "wf_segoe-ui_light", "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_15169233986830.7020650819877206" style="text-decoration: none;" href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" target="_blank">Nfd-dev Info Page - CS | Computer Science</a></div>
<div id="LPMetadata_15169233986830.6163438940481117" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
www.lists.cs.ucla.edu</div>
<div id="LPDescription_15169233986840.6586938979531408" style="display: block; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
To see the collection of prior postings to the list, visit the Nfd-dev Archives. Using Nfd-dev: To post a message to all the list members, send email ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
</div>
</span></font></div>
</div>
</body>
</html>