<div dir="ltr">Hello everyone,<div><br></div><div>my situation is a VMware esxi 6 server with a new fresh installation of the last Ubuntu 16.04.1 iso distribution.</div><div>I updated everything and I followed these articles to use my container with an local network ip:</div><div><a href="https://bayton.org/2016/05/lxd-zfs-and-bridged-networking-on-ubuntu-16-04-lts/">https://bayton.org/2016/05/lxd-zfs-and-bridged-networking-on-ubuntu-16-04-lts/</a><br></div><div><a href="https://www.simpleprecision.com/ubuntu-16-04-lxd-networking-simple-bridge/">https://www.simpleprecision.com/ubuntu-16-04-lxd-networking-simple-bridge/</a><br></div><div><br></div><div>my lan is:</div><div><br></div><div>Router (dhcp server): ip 10.9.4.54 / 26</div><div><br></div><div>Ubuntu 16.04: ip 10.9.4.1</div><div>Container1 (ubuntu 14.04): ip 10.9.4.11</div><div><br></div><div><br></div><div>the issue is that from xential the ping to the container responds also with ssh.</div><div><br></div><div>from the container the ping to xential works but to the router or any other in the lan or internet doesn't work.</div><div><br></div><div>I can also communicate with ssh between both.</div><div><br></div><div>here some configuration:</div><div><br></div><div><br></div><div><b>this is the interface file of Xential host :</b></div><div><div>auto br0</div><div>iface br0 inet static</div><div><span class="" style="white-space:pre">  </span>address 10.9.4.1</div><div><span class="" style="white-space:pre">   </span>netmask 255.255.255.192</div><div><span class="" style="white-space:pre">    </span>network 10.9.4.0</div><div><span class="" style="white-space:pre">   </span>broadcast 10.9.4.63</div><div><span class="" style="white-space:pre">        </span>gateway 10.9.4.54</div><div><span class="" style="white-space:pre">  </span>dns-nameservers 8.8.8.8 8.8.4.4</div><div><span class="" style="white-space:pre">    </span>bridge_ports ens33</div><div><br></div><div>iface ens33 inet manual</div></div><div><br></div><div><br></div><div><br></div><div><b>ifconfig:</b></div><div><br></div><div><div>br0       Link encap:Ethernet  HWaddr 00:0c:29:70:43:90</div><div>          inet addr:10.9.4.1  Bcast:10.9.4.63  Mask:255.255.255.192</div><div>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1</div><div>          RX packets:4957 errors:0 dropped:0 overruns:0 frame:0</div><div>          TX packets:2722 errors:0 dropped:0 overruns:0 carrier:0</div><div>          collisions:0 txqueuelen:1000</div><div>          RX bytes:915910 (915.9 KB)  TX bytes:370097 (370.0 KB)</div><div><br></div><div>ens33     Link encap:Ethernet  HWaddr 00:0c:29:70:43:90</div><div>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1</div><div>          RX packets:4753 errors:0 dropped:0 overruns:0 frame:0</div><div>          TX packets:2900 errors:0 dropped:0 overruns:0 carrier:0</div><div>          collisions:0 txqueuelen:1000</div><div>          RX bytes:909736 (909.7 KB)  TX bytes:438083 (438.0 KB)</div><div><br></div><div>lo        Link encap:Local Loopback</div><div>          inet addr:127.0.0.1  Mask:255.0.0.0</div><div>          UP LOOPBACK RUNNING  MTU:65536  Metric:1</div><div>          RX packets:160 errors:0 dropped:0 overruns:0 frame:0</div><div>          TX packets:160 errors:0 dropped:0 overruns:0 carrier:0</div><div>          collisions:0 txqueuelen:1</div><div>          RX bytes:11840 (11.8 KB)  TX bytes:11840 (11.8 KB)</div><div><br></div><div>vethOP7FMJ Link encap:Ethernet  HWaddr fe:9f:5a:06:f9:c3</div><div>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1</div><div>          RX packets:213 errors:0 dropped:0 overruns:0 frame:0</div><div>          TX packets:117 errors:0 dropped:0 overruns:0 carrier:0</div><div>          collisions:0 txqueuelen:1000</div><div>          RX bytes:18845 (18.8 KB)  TX bytes:15729 (15.7 KB)</div></div><div><br></div><div><br></div><div><br></div><div><b>lxc profile show default</b></div><div><br></div><div><div>name: default</div><div>config: {}</div><div>description: Default LXD profile</div><div>devices:</div><div>  eth0:</div><div>    name: eth0</div><div>    nictype: bridged</div><div>    parent: br0</div><div>    type: nic</div></div><div><br></div><div><br></div><div><br></div><div>The container:</div><div><br></div><div><b>/etc/network/interface</b></div><div><br></div><div><div># source /etc/network/interfaces.d/*.cfg</div><div><br></div><div>auto eth0</div><div>iface eth0 inet static</div><div><span class="" style="white-space:pre">   </span>address 10.9.4.11</div><div><span class="" style="white-space:pre">  </span>network 10.9.4.0</div><div><span class="" style="white-space:pre">   </span>broadcast 10.9.4.63</div><div><span class="" style="white-space:pre">        </span>gateway 10.9.4.54</div><div><span class="" style="white-space:pre">  </span>dns-nameservers 8.8.8.8</div></div><div><br></div><div><br></div><div><br></div><div>What else can I do ???</div><div><br></div><div>thanks</div><div>Andrea</div><div><br></div><div><br></div><div><br></div></div>