<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Dec 8, 2015 at 3:07 PM, Eldon Kuzhyelil <span dir="ltr"><<a href="mailto:eldon.mec@gmail.com" target="_blank">eldon.mec@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi<br><br></div>Okay i am now doing doing it with ethernet.So basically i am trying to setup a webserver in my lxc container and my system is connected to router via ethernet cable.I want the web page to be visible from my another system connected to this LAN.What i have done right now is this<br><br>vi /etc/network/interfaces<br><br>auto lo<br>iface lo inet loopback<br><br>auto eth0<br>iface eth0 inet static<br>address 192.168.1.X #(my ip address)<br>netmask 255.255.255.0<br>gateway 192.168.1.1<br>dns-nameservers 8.8.8.8 8.8.4.4<br><br>auto br0<br>iface br0 inet dhcp<br><br></div>But after rebooting i am not even able to connect to internet.Please help..<br></div></div></blockquote><div><br></div><div><br></div><div>As usual, read the documentation. Did you read the link <a href="https://help.ubuntu.com/lts/serverguide/lxc.html#lxc-network">https://help.ubuntu.com/lts/serverguide/lxc.html#lxc-network</a> that I sent earlier?</div><div><br></div><div>If yes, you'd have noticed this line</div><div>"</div><div><span style="color:rgb(51,51,51);font-family:Ubuntu,'Ubuntu Beta','Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:13px;line-height:19.5px">Another is to bridge the host's network interfaces (see the Ubuntu Server Guide's Network Configuration chapter, </span><a class="" href="https://help.ubuntu.com/lts/serverguide/network-configuration.html#bridging" title="Bridging" style="text-decoration:none;color:rgb(221,72,20);margin:0px;padding:0px;border:0px;font-size:13px;line-height:19.5px;font-family:Ubuntu,'Ubuntu Beta','Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;vertical-align:baseline">Bridging</a><span style="color:rgb(51,51,51);font-family:Ubuntu,'Ubuntu Beta','Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:13px;line-height:19.5px">)</span><br></div><div>"</div><div><br></div><div>which links to <a href="https://help.ubuntu.com/lts/serverguide/network-configuration.html#bridging">https://help.ubuntu.com/lts/serverguide/network-configuration.html#bridging</a> . Have you read that? The answer to your question is there. Short version: don't specify IP address on eth0.</div><div><br></div><div>-- </div><div>Fajar</div><div><br></div></div></div></div>