<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Il 21/03/2013 13:00, Vincenzo Bruno ha
      scritto:<br>
    </div>
    <blockquote cite="mid:514AF666.8020709@vinsoft.it" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      Altra cosa. Noto che dall'HPCC (che ha indirizzi 10.0.0.0/24) non
      si accede alla rete Ninux. Però la route c'è già<br>
      <br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <table style="letter-spacing: normal; text-indent: 0px;
        text-transform: none; word-spacing: 0px; background-color:
        rgb(255, 255, 255);" height="100" width="673" border="0"
        cellspacing="1">
        <tbody>
          <tr>
            <td colspan="2" height="30" width="343"><b><font
                  color="#0000ff">Routing Table Entry List</font></b></td>
            <td height="30" width="140" align="right"> </td>
            <td align="center"><input onclick="window.location.reload()"
                value="Refresh" type="button"></td>
          </tr>
          <tr align="center" bgcolor="#b3b3b3">
            <th height="30">Destination LAN IP</th>
            <th height="30">Subnet Mask</th>
            <th height="30">Gateway</th>
            <th height="30">Interface</th>
          </tr>
          <tr align="center" bgcolor="#cccccc">
            <td>10.0.0.0</td>
            <td>255.255.255.0</td>
            <td>0.0.0.0</td>
            <td>LAN & Wireless</td>
          </tr>
          <tr align="center" bgcolor="#cccccc">
            <td>160.97.54.0</td>
            <td>255.255.255.0</td>
            <td>0.0.0.0</td>
            <td>WAN (Internet)</td>
          </tr>
          <tr align="center" bgcolor="#cccccc">
            <td>10.87.0.0</td>
            <td>255.255.0.0</td>
            <td>10.0.0.3</td>
            <td>LAN & Wireless</td>
          </tr>
          <tr align="center" bgcolor="#cccccc">
            <td>0.0.0.0</td>
            <td>0.0.0.0</td>
            <td>160.97.54.254</td>
            <td>WAN (Internet)</td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      Ora, se io sono nella 10.0.0.0/24 con default GW 10.0.0.1 e voglio
      accedere alla 10.87.0.0/16, passo dal mio GW che mi dovrebbe
      instradare verso la rotta impostata. Perchè non funzia? O non
      funzia solo a me che sono tordo? ;)<br>
      <br>
      V.<br>
    </blockquote>
    <br>
    Il GW 10.0.0.3 è la VM "Ninux", che inoltra solo verso 10.87.*.0/24,
    con * al momento che vale 1, 2 o 4, ma non verso il resto della rete
    Ninux.<br>
    <br>
    Come vedi da qui:<br>
    <br>
    Destination     Gateway         Genmask         Flags Metric Ref   
    Use Iface<br>
    10.0.0.0        0.0.0.0         255.255.255.0   U     0     
    0        0 eth1<br>
    10.87.1.0       0.0.0.0         255.255.255.0   U     0     
    0        0 eth0<br>
    10.87.2.0       10.87.1.1       255.255.255.0   UG    0     
    0        0 eth0<br>
    10.87.4.0       10.87.1.1       255.255.255.0   UG    0     
    0        0 eth0<br>
    172.17.0.0      10.87.1.1       255.255.0.0     UG    0     
    0        0 eth0<br>
    0.0.0.0         10.0.0.1        0.0.0.0         UG    0     
    0        0 eth1<br>
    <br>
  </body>
</html>