<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_<wbr>64 #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>