<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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,Arial,Helvetica,sans-serif;">
<p>Hi all</p>
<br>
Just FYI, Mini-NDN does not work with PPAs as of yet. Please use source.
<div><br>
</div>
<div>Ashlesh<br>
<div><br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Ashlesh Gawande (agawande)<br>
<b>Sent:</b> Tuesday, October 4, 2016 8:46 AM<br>
<b>To:</b> Gaetano Laterza<br>
<b>Subject:</b> Re: [Mini-NDN] mini-ndn RTNETLINK error and ndndump question</font>
<div> </div>
</div>
<div>
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>From xterm I think you are connecting to the NFD that is running outside the Mini-NDN nodes. This is because of the bug that xterm does not set $HOME as /tmp/<node-name>. Are you running NFD outside of Mini-NDN?</p>
<p><br>
</p>
<p>When you do ps aux | grep nfd it should show you two NFDs, one with config file of a and other with that of b.</p>
<p><br>
</p>
<p>But since mininet> a nfd-status does not work I doubt it will show any NFD running.</p>
<p><br>
</p>
<p>I have not configured Mini-NDN for use with PPAs - If you install from source it does not require the cert file folder which is giving the FATAL error.</p>
<p><br>
</p>
<p>Can you please try to install from source: ndn-cxx, NFD, and NLSR</p>
<p><a href="https://github.com/named-data/ndn-cxx" class="OWAAutoLink" id="LPlnk763445" previewremoved="true">https://github.com/named-data/ndn-cxx</a></p>
<p><a href="https://github.com/named-data/NFD" class="OWAAutoLink" id="LPlnk5135" previewremoved="true">https://github.com/named-data/NFD</a></p>
<p><a href="https://github.com/named-data/NLSR" class="OWAAutoLink" id="LPlnk325639" previewremoved="true">https://github.com/named-data/NLSR</a><br>
<a href="https://github.com/named-data/ndn-tools" class="OWAAutoLink" id="LPlnk624218" previewremoved="true">https://github.com/named-data/ndn-tools</a></p>
<p><br>
</p>
<p>(BUT BEFORE THIS MAKE SURE THAT YOU HAVE COMPLETELY REMOVED THE PPA INSTALLS)<br>
<br>
Ashlesh</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Gaetano Laterza <g.laterza6@gmail.com><br>
<b>Sent:</b> Tuesday, October 4, 2016 2:40:20 AM<br>
<b>To:</b> Ashlesh Gawande (agawande)<br>
<b>Subject:</b> Re: [Mini-NDN] mini-ndn RTNETLINK error and ndndump question</font>
<div> </div>
</div>
<div>
<div dir="ltr">a ping -c 3 1.0.0.2 works, I can normally see packets through tcpdump too.
<div><br>
</div>
<div>
<div>ndn-cxx:amd64/xenial 0.4.1-ppa1~xenial uptodate</div>
<div>ndn-tools:amd64/xenial 0.3-6-gd230073-ppa1~xenial uptodate</div>
<div>nfd:amd64/xenial 0.4.1-1-g704430c-ppa1~xenial uptodate</div>
</div>
<div><br>
</div>
<div>I forgot to say that I'm now running </div>
<div>
<div>Linux machine 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux</div>
</div>
<div><br>
</div>
<div>About nfd debug logs, I changed my simple.conf file like this:</div>
<div><br>
</div>
<div>[nodes]<br>
</div>
<div>
<div>a: _ nfd-log-level=DEBUG</div>
<div>b: _ nfd-log-level=DEBUG</div>
<div>[links]</div>
<div>a:b</div>
<div><br>
</div>
</div>
<div>And in /tmp/a/a.log or /tmp/b/b.log I can only see this:</div>
<div><br>
</div>
<div>
<div>1475565918.612249 INFO: [StrategyChoice] setDefaultStrategy /localhost/nfd/strategy/best-route/%FD%04</div>
<div>1475565918.612484 INFO: [InternalForwarderTransport] [id=0,local=internal://,remote=internal://] Creating transport</div>
<div>1475565918.612507 DEBUG: [InternalClientTransport] connectToForwarder 0x94c8f0</div>
<div>1475565918.612532 INFO: [FaceTable] Added face id=1 remote=internal:// local=internal://</div>
<div>1475565918.613168 DEBUG: [CommandValidator] generated certfile path: /tmp/a/certs/localhost_daemons_nfd.ndncert</div>
<div>1475565918.613187 WARNING: [CommandValidator] Wildcard identity is intended for demo purpose only and SHOULD NOT be used in production environment</div>
<div>1475565918.613196 INFO: [CommandValidator] Giving privilege "faces" to identity wildcard</div>
<div>1475565918.613206 INFO: [CommandValidator] Giving privilege "strategy-choice" to identity wildcard</div>
<div>1475565918.613274 FATAL: [NFD] Unable to open certificate file /tmp/a/certs/localhost_daemons_nfd.ndncert [from ../daemon/mgmt/command-validator.cpp:208 in void nfd::CommandValidator::onConfig(const ConfigSection&, bool, const string&)]</div>
</div>
<div><br>
</div>
<div>Ps: I noticed that if I type:</div>
<div><br>
</div>
<div>
<div>mininet> a nfd-status</div>
<div>ERROR: error while connecting to the forwarder (No such file or directory)</div>
</div>
<div><br>
</div>
<div>While if I type it on an xterm terminal, it works normally.</div>
<div><br>
</div>
<div>And about this:</div>
<br>
<font color="#9900ff">-------------------------------------------------<br>
<br>
One more thing, you say that:<br>
<br>
<br>
nfdc register /test/pingserver udp4://<a href="http://1.0.0.2:6363" id="LPlnk742356" previewremoved="true">1.0.0.2:6363</a><br>
<br>
FIB and RIB:<br>
<br>
FIB:<br>
  /localhost/nfd/rib nexthops={faceid=259 (cost=0)}<br>
  /test/ndnping nexthops={faceid=262 (cost=0)}<br>
  /localhost/nfd nexthops={faceid=1 (cost=0)}<br>
<br>
The FIB should show /test/pingserver and not /test/ndnping (same on node b).<br>
<br>
I guess you copied some other output for /test/ndnping?<br>
<br>
---------------------------------------------------</font>
<div><br>
</div>
<div><br>
</div>
<div>Yes, a just copied another output cause I was trying several times while writing the mail, sorry for that.</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-10-04 2:07 GMT+02:00 Ashlesh Gawande (agawande) <span dir="ltr">
<<a href="mailto:agawande@memphis.edu" target="_blank">agawande@memphis.edu</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div id="m_3494738699361002239divtagdefaultwrapper" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<div id="m_3494738699361002239divtagdefaultwrapper" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>So ndnpingserver and ndnping connects to local NFD via unix socket.</p>
<p><br>
</p>
<p>For example ndnpingserver would connect to NFD via unix socket file. So any packets it receives would first come through a UDP/TCP face to NFD and then delivered to ndnpingserver. So it should show on ndndump.</p>
<p><br>
</p>
<p>So changing unix socket would not solve the problem. Your problem is that ndndump does not capture any packet on the interface of 'a' because none are sent!</p>
<p><br>
</p>
<p>ndnpingserver and ndnping running on different nodes must communicate via either TCP or UDP - you don't have to set it (If they are running on the same node they will use a unix socket).</p>
<p><br>
</p>
<p>So when you say only face 264 (a local unix face so that local application can communicate with local NFD) works that means ndnping sends interest to local NFD, but NFD cannot forward it further (since non-local face 262 has 0 outgoing interest). Can you
 ping normally:</p>
<p><br>
</p>
<p>mininet> a ping -c3 1.0.0.2</p>
<p><br>
</p>
<p>and see if that works? If it does not work then problem is with Mininet installation. Can you post the output of the command when you install Mininet (sudo ./util/install.sh -nv)?</p>
<p><br>
</p>
<p>If the normal ping works can you post the version of ndn-cxx, NFD, and ndn-tools? Also post the output for</p>
<p>       mininet>a ifconfig </p>
<p>and mininet>b ifconfig</p>
<p><br>
</p>
<p>And the NFD DEBUG logs.</p>
<p><br>
</p>
<p>But from what the problem looks like, face 262 should say:</p>
<p></p>
<div><br>
  faceid=262 remote=udp4://<a href="http://1.0.0.2:6363" target="_blank">1.0.0.2:6363</a> <wbr>local=udp4://<b>1.0.0.1</b>:6363 <wbr>counters={in={0i 0d 0B} out={0i 0d 0B}} non-local persistent point-to-point</div>
<div><br>
</div>
<div>and not:</div>
<span class="">
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">  faceid=262 remote=udp4://</span><a href="http://1.0.0.2:6363/" id="m_3494738699361002239LPlnk211850" target="_blank" style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">1.0.0.2:6363</a><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"> <wbr>local=udp4://</span><a href="http://192.168.1.98:6363/" id="m_3494738699361002239LPlnk381997" target="_blank" style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">192.168.1.98:6363</a><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><wbr> counters={in={0i
 0d 0B} out={0i 0d 0B}} non-local persistent point-to-point</span></div>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px"><br>
</span></div>
</span>
<div><span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">because this looks like that NFD running on a is not aware that the interface
 is a-eth0 (1.0.0.1) and not your computer's interface (192.168.1.98).</span></div>
<p></p>
<p><br>
</p>
<p>------------------------------<wbr>-------------------</p>
<p>One more thing, you say that:</p>
<span class="">
<p><br>
</p>
<p></p>
<div style="color:rgb(33,33,33); font-size:15px">nfdc register /test/pingserver udp4://<a href="http://1.0.0.2:6363/" id="m_3494738699361002239LPlnk493163" target="_blank">1.0.0.2:6363</a></div>
<div style="color:rgb(33,33,33); font-size:15px"><br>
</div>
<div style="color:rgb(33,33,33); font-size:15px">FIB and RIB:</div>
<div style="color:rgb(33,33,33); font-size:15px"><br>
</div>
<div style="color:rgb(33,33,33); font-size:15px">FIB:</div>
<div style="color:rgb(33,33,33); font-size:15px">  /localhost/nfd/rib nexthops={faceid=259 (cost=0)}</div>
<div style="color:rgb(33,33,33); font-size:15px">  /test/ndnping nexthops={faceid=262 (cost=0)}</div>
<div style="color:rgb(33,33,33); font-size:15px">  /localhost/nfd nexthops={faceid=1 (cost=0)}</div>
<br>
<p></p>
</span>
<p>The FIB should show /test/pingserver and not /test/ndnping (same on node b).</p>
<p>I guess you copied some other output for /test/ndnping?</p>
<p></p>
<p></p>
<p>------------------------------<wbr>---------------------</p>
<p><br>
</p>
<p>Ashlesh</p>
</div>
<hr style="display:inline-block; width:98%">
<div id="m_3494738699361002239divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Gaetano Laterza <<a href="mailto:g.laterza6@gmail.com" target="_blank">g.laterza6@gmail.com</a>><br>
<b>Sent:</b> Monday, October 3, 2016 4:12:34 PM<br>
<b>To:</b> Ashlesh Gawande (agawande)<br>
<b>Subject:</b> Re: [Mini-NDN] mini-ndn RTNETLINK error and ndndump question</font>
<div> </div>
</div>
<div>
<div class="h5">
<div>
<div dir="ltr">
<div>Hi Ashlesh, </div>
<div>I'm sorry to bother you again. Last week I did an answer to the mini-ndn mailing list about ndndump issue. I can't see the flow of Interest/Data packets with ndndump cause I noticed that the ping packets were sent through unix stream channel and not through
 udp4 channel. How can I use udp4 channel? I'll explain in short what I do.</div>
<div><br>
</div>
<div>simple.conf:</div>
<div><br>
</div>
<div>[nodes]</div>
<div>a: _</div>
<div>b: _</div>
<div>[links]</div>
<div>a:b</div>
<div><br>
</div>
<div>So I have node a (1.0.0.1) and node b (1.0.0.2).</div>
<div><br>
</div>
<div>On node a:</div>
<div><br>
</div>
<div>nfdc register /test/pingserver udp4://<a href="http://1.0.0.2:6363" id="m_3494738699361002239LPlnk190141" target="_blank">1.0.0.2:6363</a></div>
<div><br>
</div>
<div>FIB and RIB:</div>
<div><br>
</div>
<div>FIB:</div>
<div>  /localhost/nfd/rib nexthops={faceid=259 (cost=0)}</div>
<div>  /test/ndnping nexthops={faceid=262 (cost=0)}</div>
<div>  /localhost/nfd nexthops={faceid=1 (cost=0)}</div>
<div><br>
</div>
<div>RIB:</div>
<div>  /localhost/nfd/rib route={faceid=259 (origin=0 cost=0 ChildInherit)}</div>
<div>  /test/ndnping route={faceid=262 (origin=255 cost=0 ChildInherit)}</div>
<div><br>
</div>
<div>face 262:</div>
<div><br>
</div>
<div>  faceid=262 remote=udp4://<a href="http://1.0.0.2:6363" id="m_3494738699361002239LPlnk211850" target="_blank">1.0.0.2:6363</a> local=udp4://<a href="http://192.168.1.98:6363" id="m_3494738699361002239LPlnk381997" target="_blank">192.168.1.98:6363</a>
 counters={in={0i 0d 0B} out={0i 0d 0B}} non-local persistent point-to-point</div>
<div><br>
</div>
<div>On node b:</div>
<div><br>
</div>
<div>ndnpingserver /test/pingserver</div>
<div><br>
</div>
<div>Now, if I check FIB and RIB again, I see:</div>
<div><br>
</div>
<div>FIB:</div>
<div>  /localhost/nfd/rib nexthops={faceid=259 (cost=0)}</div>
<div>  /test/ndnping nexthops={faceid=262 (cost=0)}</div>
<div>  /localhost/nfd nexthops={faceid=1 (cost=0)}</div>
<div>  /test/pingserver/ping nexthops={faceid=264 (cost=0)}</div>
<div><br>
</div>
<div>RIB:</div>
<div>  /localhost/nfd/rib route={faceid=259 (origin=0 cost=0 ChildInherit)}</div>
<div>  /test/pingserver/ping route={faceid=264 (origin=0 cost=0 ChildInherit)}</div>
<div>  /test/ndnping route={faceid=262 (origin=255 cost=0 ChildInherit)}</div>
<div><br>
</div>
<div>with face 264:</div>
<div><br>
</div>
<div>  faceid=264 remote=fd://29 local=unix:///run/nfd.sock counters={in={1i 0d 430B} out={0i 1d 806B}} local on-demand point-to-point</div>
<div><br>
</div>
<div>When I ping from node a with:</div>
<div><br>
</div>
<div>ndnping /test/pingserver</div>
<div><br>
</div>
<div>Only face 264 works (I can see this from the counters):</div>
<div><br>
</div>
<div>  faceid=262 remote=udp4://<a href="http://1.0.0.2:6363" id="m_3494738699361002239LPlnk25673" target="_blank">1.0.0.2:6363</a> local=udp4://<a href="http://192.168.1.98:6363" id="m_3494738699361002239LPlnk44327" target="_blank">192.168.1.98:6363</a> counters={in={0i
 0d 0B} out={0i 0d 0B}} non-local persistent point-to-point</div>
<div>  faceid=264 remote=fd://29 local=unix:///run/nfd.sock counters={in={1i 7d 1109B} out={7i 1d 1226B}} local on-demand point-to-point</div>
<div><br>
</div>
<div>If I destroy the face with faceid 264, a new face automatically comes up when I send a ping packet.</div>
<div><br>
</div>
<div>To avoid the creation of faces on unix stream channel, I tried to comment out unix section in nfd.conf file:</div>
<div><br>
</div>
<div>;unix</div>
<div>;  {</div>
<div>;    path /var/run/nfd.sock ; Unix stream listener path</div>
<div>;  }</div>
<div><br>
</div>
<div>and I tried to change the transport channel in client.conf file too (default value: "transport=unix:///var/run/<wbr>nfd.sock").</div>
<div><br>
</div>
<div>But in the last case I don't know what proper value I can assign to transport, so if I change it nfd doesn't work anymore (and actually I don't know if it is the right way to solve my problem).</div>
<div><br>
</div>
<div>How would you do in my case? If you realize the scenario I described, are you able to send packets through udp4 channel? Am I trying to do anything wrong?</div>
<div><br>
</div>
<div>Thank you very much for you help!</div>
<div><br>
</div>
<div>Regards,</div>
<div><br>
</div>
<div>Gaetano.</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-09-29 22:02 GMT+02:00 Ashlesh Gawande (agawande) <span dir="ltr">
<<a href="mailto:agawande@memphis.edu" target="_blank">agawande@memphis.edu</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div id="m_3494738699361002239m_-3523725473567340448divtagdefaultwrapper" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>What version of Mininet are you using? They recently fixed the <span>RTNETLINK error on Ubuntu 16.04.</span></p>
<p>You might want to install from source if you haven't: <a href="https://github.com/mininet/mininet" class="m_3494738699361002239m_-3523725473567340448OWAAutoLink" id="m_3494738699361002239m_-3523725473567340448LPlnk238530" target="_blank">https://github.com/mi<wbr>ninet/mininet</a></p>
If you did install from source and still got this error, I don't think it should affect in any way since the program does not crash.
<div>
<p><span><br>
</span></p>
<p><span>I am not sure why ndndump is not working. There is one bug for xterm:</span></p>
<p><span><a href="https://redmine.named-data.net/issues/3038" class="m_3494738699361002239m_-3523725473567340448OWAAutoLink" id="m_3494738699361002239m_-3523725473567340448LPlnk928011" target="_blank">https://redmine.named-data.net<wbr>/issues/3038</a><br>
</span></p>
<p><br>
</p>
<p>In xterm, can you try export HOME=/tmp/<node-name> before running anything?</p>
<p>That should fix it.</p>
<p><br>
</p>
<p>If not, next thing you can try is to paste the following in bin/minindn, line 344:</p>
<p></p>
<div>for host in self.net.hosts:<br>
       for intf in host.intfNames():<br>
              ndnDumpOutputFile = "dump.%s_%s" % (intf, str(host.intf(intf).IP(<wbr>)))<br>
              host.cmd("ndndump  -i %s > %s &" % (intf, ndnDumpOutputFile))</div>
<p></p>
<p><br>
</p>
<p>Then try to install and run and see in /tmp/<node-name> whether you have dump files that are populated.</p>
<p><br>
</p>
<p>Ashlesh</p>
</div>
</div>
<hr style="display:inline-block; width:98%">
<div id="m_3494738699361002239m_-3523725473567340448divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Mini-NDN <<a href="mailto:mini-ndn-bounces@lists.cs.ucla.edu" target="_blank">mini-ndn-bounces@lists.cs.ucl<wbr>a.edu</a>>
 on behalf of Gaetano Laterza <<a href="mailto:g.laterza6@gmail.com" target="_blank">g.laterza6@gmail.com</a>><br>
<b>Sent:</b> Thursday, September 29, 2016 11:34:26 AM<br>
<b>To:</b> <a href="mailto:mini-ndn@lists.cs.ucla.edu" target="_blank">mini-ndn@lists.cs.ucla.edu</a><br>
<b>Subject:</b> [Mini-NDN] mini-ndn RTNETLINK error and ndndump question</font>
<div> </div>
</div>
<div>
<div class="m_3494738699361002239h5">
<div>
<div dir="ltr">
<div>Hi all, I'm starting to learn ndn protocol and mini-ndn tool. In particular I'd like to start mini-ndn with a very simple configuration, here the content of my conf file:</div>
<div><br>
</div>
<div>$ cat simple.conf</div>
<div>[nodes]</div>
<div>a: _</div>
<div>b: _</div>
<div>[links]</div>
<div>a:b delay=10ms</div>
<div><br>
</div>
<div>In short, I'd like to observe the exchange of Interest / Data packets using ndndump. </div>
<div>First of all, I cannot understand an error occurring during links initialization:</div>
<div><br>
</div>
<div>$ sudo minindn simple.conf</div>
<div>Parse of simple.conf done.</div>
<div>*** Creating network</div>
<div>*** Adding controller</div>
<div>*** Adding hosts:</div>
<div>a b </div>
<div>*** Adding switches:</div>
<div><br>
</div>
<div>*** Adding links:</div>
<div>(10ms delay) *** Error: RTNETLINK answers: No such file or directory</div>
<div>(10ms delay) *** Error: RTNETLINK answers: No such file or directory</div>
<div>(a, b) </div>
<div>*** Configuring hosts</div>
<div>a b </div>
<div>Setup time: 4</div>
<div>*** Starting controller</div>
<div>c0 </div>
<div>*** Starting 0 switches</div>
<div><br>
</div>
<div>*** Starting CLI:</div>
<div>mininet> </div>
<div><br>
</div>
<div>Any idea about the Error: RTNETINK answers: No such file or directory?</div>
<div>Here my system information:</div>
<div><br>
</div>
<div>$ uname -a</div>
<div>Linux machine 4.1.33-nrj-desktop-1rosa-x86_6<wbr>4 #1 SMP PREEMPT Sun Sep 18 20:20:09 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux</div>
<div><br>
</div>
<div>So, going back to the packets exchange, through xterm I typed on node a:</div>
<div><br>
</div>
<div>$ ndnpingserver /a</div>
<div>PING SERVER /a</div>
<div><br>
</div>
<div>Always on node a, I ran ndndump:</div>
<div><br>
</div>
<div>$ ndndump -i a-eth0</div>
<div><br>
</div>
<div>So I ran from node b the command:</div>
<div><br>
</div>
<div>$ ndnping /a</div>
<div>PING /a</div>
<div>content from /a: seq=2172173333986410181 time=2.51873 ms</div>
<div>content from /a: seq=2172173333986410182 time=0.411503 ms</div>
<div>content from /a: seq=2172173333986410183 time=0.381647 ms</div>
<div>content from /a: seq=2172173333986410184 time=0.458184 ms</div>
<div>[...]</div>
<div><br>
</div>
<div>And on node a I can see:</div>
<div><br>
</div>
<div>interest received: seq=2172173333986410181</div>
<div>interest received: seq=2172173333986410182</div>
<div>interest received: seq=2172173333986410183</div>
<div>interest received: seq=2172173333986410184</div>
<div>[...]</div>
<div><br>
</div>
<div>But ndndump doesn't show any packet. Why? I also tried with:</div>
<div><br>
</div>
<div>$ tcpdump -i a-eth0 -v</div>
<div><br>
</div>
<div>But when I stop it, the result is:</div>
<div><br>
</div>
<div>0 packets captured</div>
<div>0 packets received by filter</div>
<div>0 packets dropped by kernel</div>
<div><br>
</div>
<div>Thank you in advance for your help!</div>
<div>Regards,</div>
<div>Gaetano.</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>