<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>Thankyou<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 7, 2015 at 6:14 PM, Mark Constable <span dir="ltr"><<a href="mailto:markc@renta.net" target="_blank">markc@renta.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 07/12/15 15:41, Eldon Kuzhyelil wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Mr.Tamas if u have any documents for the options you have mentioned please<br>
 provide them as i am new to this domain.<br>
</blockquote>
<br></span>
If you are testing LXD on a laptop then keep in mind you can't use bridging via<br>
WIFI so if you can use an ethernet cable from your main router then there may be<br>
some useful hints here...<br>
<br>
<a href="https://lists.linuxcontainers.org/pipermail/lxc-users/2015-November/010495.html" rel="noreferrer" target="_blank">https://lists.linuxcontainers.org/pipermail/lxc-users/2015-November/010495.html</a><br>
<br>
If you can surf to <a href="https://goldcoast.org" rel="noreferrer" target="_blank">https://goldcoast.org</a> then that is a xenial container on my<br>
xenial/kubuntu laptop running nginx and php7 on an internal 192.168.0.3 IP as<br>
a DMZ from my domestic router/modem.<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org" target="_blank">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a></div></div></blockquote></div><br></div>