<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I remember when I've set up vnstat on a Raspberry Pi hosted in a
    DataCenter, without Tor... only a webserver + NTP were available<br>
    And I saw a lot of RX Megabytes, that's why I've set up NTOP to
    monitor eth0.<br>
    It was a lot of broadcast/multicast, ex: 224.0.0.0<br>
    + others friends for sure on the same router in the datacenter (many
    IPs around)<br>
    <br>
    On an exit, I think "ntop" will take a lot of resources ? It can
    monitor every ports, and show you who is speaking with your server,
    which ports, etc...<br>
    <br>
    About Unbound:<br>
    a quick add if I'm not wrong :<br>
    -- dnscrypt enabled by : <code class="codespan">unbound-control-setup<br>
    </code>-- Check config to find an error : <code class="codespan">unbound-checkconf
      /etc/unbound/unbound.conf</code><br>
    -- Automatic downloading root file to use root DNS servers, with
    crontab -e :<br>
    <code class="codespan">00 5 * * 1 wget
      <a class="moz-txt-link-freetext" href="ftp://ftp.internic.net/domain/named.cache">ftp://ftp.internic.net/domain/named.cache</a> -O
      /etc/unbound/root.hints && /etc/init.d/unbound restart</code><br>
    (every week at 5:00, the 1st day (monday) it will download the file,
    then restart the Unbound service to eat the new file)<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Petrusko
PubKey EBE23AE5
C0BF 2184 4A77 4A18 90E9 F72C B3CA E665 EBE2 3AE5</pre>
  </body>
</html>