Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-09 Thread Fajar A. Nugraha
On Wed, Dec 9, 2015 at 6:41 PM, Eldon Kuzhyelil wrote: > and my interface file looks like this now > > > auto lo > iface lo inet loopback > > auto br0 > iface br0 inet static > address 192.168.0.10(my ip address when connected through ethernet) > network

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-09 Thread Eldon Kuzhyelil
Hi, I have followed that https://help.ubuntu.com/lts/serverguide/lxc.html#lxc-network and changed my lxc config file like below lxc.network.type = veth lxc.network.link = br0 and in my /etc/network/interfaces i have followed this link

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-09 Thread Mark Constable
On 09/12/15 21:41, Eldon Kuzhyelil wrote: auto lo iface lo inet loopback You may be missing... auto eth0 iface eth0 inet manual auto br0 iface br0 inet static [...] ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-08 Thread Fajar A. Nugraha
On Tue, Dec 8, 2015 at 3:07 PM, Eldon Kuzhyelil wrote: > Hi > > 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

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-08 Thread Eldon Kuzhyelil
Hi 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 vi

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-08 Thread Luis Michael Ibarra
Hi all, 2015-12-04 5:47 GMT-05:00 Eldon Kuzhyelil : > Hi, > I am using kubuntu 14.04 with lxc installed on it.I have created one lxc > container and installed nginx webserver in that container and created a > simple webpage displaying a welcome sentence.I am able to get this

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-08 Thread Mark Constable
On 08/12/15 18:07, Eldon Kuzhyelil wrote: 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

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-07 Thread Mark Constable
On 07/12/15 15:41, Eldon Kuzhyelil wrote: Mr.Tamas if u have any documents for the options you have mentioned please provide them as i am new to this domain. If you are testing LXD on a laptop then keep in mind you can't use bridging via WIFI so if you can use an ethernet cable from your main

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-06 Thread Eldon Kuzhyelil
Hi, Thankyou for replying. Mr.Tamas if u have any documents for the options you have mentioned please provide them as i am new to this domain. Thankyou On Fri, Dec 4, 2015 at 6:50 PM, Tamas Papp wrote: > > > On 12/04/2015 11:47 AM, Eldon Kuzhyelil wrote: > >> Hi, >> I am

[lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-04 Thread Eldon Kuzhyelil
Hi, I am using kubuntu 14.04 with lxc installed on it.I have created one lxc container and installed nginx webserver in that container and created a simple webpage displaying a welcome sentence.I am able to get this page when i enter the http://10.0.1.3 (ip address of the container).Now i want to

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-04 Thread Fajar A. Nugraha
On Fri, Dec 4, 2015 at 5:47 PM, Eldon Kuzhyelil wrote: > Hi, > I am using kubuntu 14.04 with lxc installed on it.I have created one lxc > container and installed nginx webserver in that container and created a > simple webpage displaying a welcome sentence.I am able to get

Re: [lxc-users] make a nginx webserver in a lxc container available to the local wireless lan

2015-12-04 Thread Tamas Papp
On 12/04/2015 11:47 AM, Eldon Kuzhyelil wrote: Hi, I am using kubuntu 14.04 with lxc installed on it.I have created one lxc container and installed nginx webserver in that container and created a simple webpage displaying a welcome sentence.I am able to get this page when i enter the