<br><br><div class="gmail_quote">On Mon, Dec 5, 2011 at 11:06 AM,  <span dir="ltr"><<a href="mailto:lxc-users-request@lists.sourceforge.net">lxc-users-request@lists.sourceforge.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send Lxc-users mailing list submissions to<br>
        <a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.sourceforge.net/lists/listinfo/lxc-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/lxc-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:lxc-users-request@lists.sourceforge.net">lxc-users-request@lists.sourceforge.net</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:lxc-users-owner@lists.sourceforge.net">lxc-users-owner@lists.sourceforge.net</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Lxc-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: LXC Container:  Network Configuration<br>
      (Patrick Kevin McCaffrey)<br>
   2. Re: LXC Container:  Network Configuration (Gordon Henderson)<br>
   3. How assign the IP address of containers sequentially.<br>
      (nishant mungse)<br>
   4. Re: How assign the IP address of containers sequentially.<br>
      (Gordon Henderson)<br>
   5. Re: How assign the IP address of containers       sequentially. (J?kel)<br>
   6. Problems on ArchLinix (John)<br>
   7. how to make changes in conf file (nishant mungse)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 1 Dec 2011 11:33:57 -0600 (CST)<br>
From: Patrick Kevin McCaffrey <<a href="mailto:pkm@uwm.edu">pkm@uwm.edu</a>><br>
Subject: Re: [Lxc-users] LXC Container:  Network Configuration<br>
To: Gordon Henderson <<a href="mailto:gordon@drogon.net">gordon@drogon.net</a>><br>
Cc: Linux Containers List <<a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a>><br>
Message-ID:<br>
        <<a href="mailto:2074438346.600771.1322760837314.JavaMail.root@mail18.pantherlink.uwm.edu">2074438346.600771.1322760837314.JavaMail.root@mail18.pantherlink.uwm.edu</a>><br>
<br>
Content-Type: text/plain; charset=utf-8<br>
<br>
<br>
<br>
----- Original Message -----<br>
From: "Gordon Henderson" <<a href="mailto:gordon@drogon.net">gordon@drogon.net</a>><br>
To: "Linux Containers List" <<a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a>><br>
Sent: Thursday, December 1, 2011 7:49:04 AM<br>
Subject: Re: [Lxc-users] LXC Container:  Network Configuration<br>
<br>
On Tue, 29 Nov 2011, Patrick Kevin McCaffrey wrote:<br>
<br>
> Alright, I've been struggling with LXC for several days now.  I can't<br>
> seem to get a container configured properly.  I originally was trying to<br>
> set up a few Ubuntu Oneiric containers, but am now just trying to get a<br>
> Debian template container set up using the lxc-debian script that comes<br>
> with lxc.<br>
><br>
> The container runs, and I can log in to it via SSH from the host<br>
> machine.<br>
><br>
> The host machine also runs as my router, as it has a 4 port ethernet<br>
> card (four subnets, DHCP running on each).  However, I cannot SSH into<br>
> my container from another computer on the local network -- it is only<br>
> accessible via the host machine.  If I try to SSH from another machine,<br>
> it says "no route to host."  Additionally, the container does not have<br>
> internet access.  If I try to ping, use wget or apt, I get connection<br>
> errors.  I'm assuming these two problems are related.<br>
><br>
> I've got my local network set up using Shorewall, and it works<br>
> reasonably well for everything else (the entire local network is on the<br>
> "local" zone, which is completely open).  The host's<br>
> etc/network/interfaces file sets up the five ethernet interfaces<br>
> (eth0-eth3 with static IPs and eth4 with DHCP from the cable modem) as<br>
> well as the bridge for lxc.  The following is my bridge entry:<br>
><br>
> #bridge for LXC iface br0 inet static<br>
>        address 192.168.80.1<br>
>        netmask 255.255.255.0<br>
>        broadcast 192.168.80.255<br>
>        network 192.168.80.0<br>
>        bridge_ports eth1<br>
><br>
> I had some other options designated, but have been playing with my<br>
> configurations to see if I can get a better result.<br>
><br>
> Also, what is the correct method to bring up my bridge?  It seems like<br>
> when I run /etc/init.d/netwokring restart, it will come up as it should<br>
> sometimes, but sometimes gives me problems, like "eth1 is not a slave of<br>
> br0."<br>
><br>
> The container appears to run as it should, but I really need it to have<br>
> proper networking to fulfil my needs.  Any ideas?<br>
<br>
I've read the other comments so-far - just one question (and I may have<br>
missed it in the other emails):<br>
<br>
Does the container actually have a default route setup?<br>
<br>
However I also have a similar setup - 5-port Linux box acting as a router<br>
and LXC host, althouh I run PPPoE via an ADSL modem to the ISP. It runs<br>
Debian which has very similar config files to what you're presenting -<br>
maybe shorewall is based on Debian? (I've no idea - never looked at it)<br>
<br>
In the host, my /etc/network/interfaces for the bridge unit:<br>
<br>
auto eth1<br>
iface eth1 inet manual<br>
<br>
auto br0<br>
iface br0 inet static<br>
   bridge_ports   eth1<br>
   bridge_stp     off<br>
   bridge_fd      0<br>
   bridge_maxwait 0<br>
   address        81.31.100.110<br>
   network        81.31.100.104<br>
   broadcast      81.31.100.111<br>
   netmask        255.255.255.248<br>
<br>
My eth1 is currently connected to a single PC (81.31.100.107 but that's<br>
not really relevant here)<br>
<br>
I don't need to do any brctl stuff as Debians network scripts does all<br>
that for me, however it does sometimes get confused if I bring the<br>
interface down & up again. (or manually fiddle without using ifup/ifdown)<br>
<br>
My contaners config file looks like:<br>
<br>
lxc.utsname        = bell<br>
lxc.network.type   = veth<br>
lxc.network.flags  = up<br>
lxc.network.link   = br0<br>
lxc.network.hwaddr = 00:00:fc:00:00:01<br>
lxc.network.ipv4   = <a href="http://81.31.100.108/29" target="_blank">81.31.100.108/29</a><br>
<a href="http://lxc.network.name" target="_blank">lxc.network.name</a>   = eth0<br>
<br>
etc.<br>
<br>
<br>
and in the startup script of the contaner (/etc/init.d/rcS) I have:<br>
<br>
   route add default gw 81.31.100.105<br>
<br>
and that's it. Just works...<br>
<br>
So the only thing I've not seen from you is your container having a<br>
default route...<br>
<br>
What does<br>
<br>
   netstat -rn (or route -n, but old habits die hard)<br>
<br>
in the container show?<br>
<br>
<br>
Gordon<br>
<br>
------------------------------------------------------------------------------<br>
<br>
<br>
<br>
----- Original Message -----<br>
From: "Gordon Henderson" <<a href="mailto:gordon@drogon.net">gordon@drogon.net</a>><br>
To: "Linux Containers List" <<a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a>><br>
Sent: Thursday, December 1, 2011 7:49:04 AM<br>
Subject: Re: [Lxc-users] LXC Container:  Network Configuration<br>
<br>
On Tue, 29 Nov 2011, Patrick Kevin McCaffrey wrote:<br>
<br>
> Alright, I've been struggling with LXC for several days now.  I can't<br>
> seem to get a container configured properly.  I originally was trying to<br>
> set up a few Ubuntu Oneiric containers, but am now just trying to get a<br>
> Debian template container set up using the lxc-debian script that comes<br>
> with lxc.<br>
><br>
> The container runs, and I can log in to it via SSH from the host<br>
> machine.<br>
><br>
> The host machine also runs as my router, as it has a 4 port ethernet<br>
> card (four subnets, DHCP running on each).  However, I cannot SSH into<br>
> my container from another computer on the local network -- it is only<br>
> accessible via the host machine.  If I try to SSH from another machine,<br>
> it says "no route to host."  Additionally, the container does not have<br>
> internet access.  If I try to ping, use wget or apt, I get connection<br>
> errors.  I'm assuming these two problems are related.<br>
><br>
> I've got my local network set up using Shorewall, and it works<br>
> reasonably well for everything else (the entire local network is on the<br>
> "local" zone, which is completely open).  The host's<br>
> etc/network/interfaces file sets up the five ethernet interfaces<br>
> (eth0-eth3 with static IPs and eth4 with DHCP from the cable modem) as<br>
> well as the bridge for lxc.  The following is my bridge entry:<br>
><br>
> #bridge for LXC iface br0 inet static<br>
>        address 192.168.80.1<br>
>        netmask 255.255.255.0<br>
>        broadcast 192.168.80.255<br>
>        network 192.168.80.0<br>
>        bridge_ports eth1<br>
><br>
> I had some other options designated, but have been playing with my<br>
> configurations to see if I can get a better result.<br>
><br>
> Also, what is the correct method to bring up my bridge?  It seems like<br>
> when I run /etc/init.d/netwokring restart, it will come up as it should<br>
> sometimes, but sometimes gives me problems, like "eth1 is not a slave of<br>
> br0."<br>
><br>
> The container appears to run as it should, but I really need it to have<br>
> proper networking to fulfil my needs.  Any ideas?<br>
<br>
I've read the other comments so-far - just one question (and I may have<br>
missed it in the other emails):<br>
<br>
Does the container actually have a default route setup?<br>
<br>
However I also have a similar setup - 5-port Linux box acting as a router<br>
and LXC host, althouh I run PPPoE via an ADSL modem to the ISP. It runs<br>
Debian which has very similar config files to what you're presenting -<br>
maybe shorewall is based on Debian? (I've no idea - never looked at it)<br>
<br>
In the host, my /etc/network/interfaces for the bridge unit:<br>
<br>
auto eth1<br>
iface eth1 inet manual<br>
<br>
auto br0<br>
iface br0 inet static<br>
   bridge_ports   eth1<br>
   bridge_stp     off<br>
   bridge_fd      0<br>
   bridge_maxwait 0<br>
   address        81.31.100.110<br>
   network        81.31.100.104<br>
   broadcast      81.31.100.111<br>
   netmask        255.255.255.248<br>
<br>
My eth1 is currently connected to a single PC (81.31.100.107 but that's<br>
not really relevant here)<br>
<br>
I don't need to do any brctl stuff as Debians network scripts does all<br>
that for me, however it does sometimes get confused if I bring the<br>
interface down & up again. (or manually fiddle without using ifup/ifdown)<br>
<br>
My contaners config file looks like:<br>
<br>
lxc.utsname        = bell<br>
lxc.network.type   = veth<br>
lxc.network.flags  = up<br>
lxc.network.link   = br0<br>
lxc.network.hwaddr = 00:00:fc:00:00:01<br>
lxc.network.ipv4   = <a href="http://81.31.100.108/29" target="_blank">81.31.100.108/29</a><br>
<a href="http://lxc.network.name" target="_blank">lxc.network.name</a>   = eth0<br>
<br>
etc.<br>
<br>
<br>
and in the startup script of the contaner (/etc/init.d/rcS) I have:<br>
<br>
   route add default gw 81.31.100.105<br>
<br>
and that's it. Just works...<br>
<br>
So the only thing I've not seen from you is your container having a<br>
default route...<br>
<br>
What does<br>
<br>
   netstat -rn (or route -n, but old habits die hard)<br>
<br>
in the container show?<br>
<br>
<br>
Gordon<br>
<br>
------------------------------------------------------------------------------<br>
<br>
<br>
<br>
Thanks a bunch, Gordon.  I ran route -n inside the container, as saw there was no gateway.  Assigning 192.168.80.1 (the address of br0) as the default gateway inside the container works beautifully.  I can now apt-get from the container, and ping it from another subnet too.  I had been playing with the "gateway" setting in /etc/network/interfaces on the host machine, but it seems like everything worked (as far as the machine acting as my router, and each subnet having access to the Internet and each other) without defining a default gateway, so it totally slipped my mind to try assigning one inside the container.<br>

<br>
Again, thank a lot.  This mailing list has proved to be extremely helpful over the last few days.<br>
<br>
Pat<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 1 Dec 2011 18:14:06 +0000 (GMT)<br>
From: Gordon Henderson <<a href="mailto:gordon@drogon.net">gordon@drogon.net</a>><br>
Subject: Re: [Lxc-users] LXC Container:  Network Configuration<br>
To: Linux Containers List <<a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a>><br>
Message-ID: <<a href="mailto:alpine.DEB.2.00.1112011807030.8154@unicorn.drogon.net">alpine.DEB.2.00.1112011807030.8154@unicorn.drogon.net</a>><br>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed<br>
<br>
On Thu, 1 Dec 2011, Patrick Kevin McCaffrey wrote:<br>
<br>
> Thanks a bunch, Gordon.  I ran route -n inside the container, as saw<br>
> there was no gateway.  Assigning 192.168.80.1 (the address of br0) as<br>
> the default gateway inside the container works beautifully.<br>
<br>
I think sometimes we overlook the obvious! Glad its going now.<br>
<br>
> I can now<br>
> apt-get from the container, and ping it from another subnet too.  I had<br>
> been playing with the "gateway" setting in /etc/network/interfaces on<br>
> the host machine, but it seems like everything worked (as far as the<br>
> machine acting as my router, and each subnet having access to the<br>
> Internet and each other) without defining a default gateway, so it<br>
> totally slipped my mind to try assigning one inside the container.<br>
<br>
My containers don't look at /etc/network/* at all during startup - the<br>
networing is setup in /etc/init.d/rcS.<br>
<br>
I'm actually switching to using file-rc in my containers because what the<br>
need to do to "boot" is really very minimal and I can then trivially<br>
disable things by editing them out of one config file (/etc/runlevel.conf)<br>
<br>
One other thing you might want to check is the NAT on the host - if you're<br>
not careful to exclude each LAN (or bridged vlan) subnet, you can end up<br>
sending data through the NAT tables. It may be that smoothwall does this<br>
for you, but it's always handy to check.<br>
<br>
Cheers,<br>
<br>
Gordon<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 2 Dec 2011 13:40:34 +0530<br>
From: nishant mungse <<a href="mailto:nishantmungse@gmail.com">nishantmungse@gmail.com</a>><br>
Subject: [Lxc-users] How assign the IP address of containers<br>
        sequentially.<br>
To: <a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a>,<br>
        <a href="mailto:containers@lists.linux-foundation.org">containers@lists.linux-foundation.org</a><br>
Message-ID:<br>
        <<a href="mailto:CAHnfO6xrseZjVUfHmCBePCnnRsDxxyKVOSChJyi0cGXvif7BOQ@mail.gmail.com">CAHnfO6xrseZjVUfHmCBePCnnRsDxxyKVOSChJyi0cGXvif7BOQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi,<br>
<br>
I want the ip address to be assigned in order as the containers are started<br>
and not assigned by DHCP. For example :: container1::<br>
<a href="tel:193.163.195.01" value="+19316319501">193.163.195.01</a>,container2:: <a href="tel:193.163.195.02" value="+19316319502">193.163.195.02</a> like wise if there is<br>
container30 :: <a href="tel:193.163.195.30" value="+19316319530">193.163.195.30</a>, this should be its ip address.<br>
<br>
What are changes that are to done in *conf file of lxc* so as to get this<br>
kind of address?<br>
<br>
Plz help me ASAP.<br>
<br>
Regards,<br>
Nishant Mungse<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 2 Dec 2011 08:23:27 +0000 (GMT)<br>
From: Gordon Henderson <<a href="mailto:gordon@drogon.net">gordon@drogon.net</a>><br>
Subject: Re: [Lxc-users] How assign the IP address of containers<br>
        sequentially.<br>
To: Linux Containers List <<a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a>><br>
Message-ID: <<a href="mailto:alpine.DEB.2.00.1112020821120.8154@unicorn.drogon.net">alpine.DEB.2.00.1112020821120.8154@unicorn.drogon.net</a>><br>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed<br>
<br>
On Fri, 2 Dec 2011, nishant mungse wrote:<br>
<br>
> Hi,<br>
><br>
> I want the ip address to be assigned in order as the containers are started<br>
> and not assigned by DHCP. For example :: container1::<br>
> <a href="tel:193.163.195.01" value="+19316319501">193.163.195.01</a>,container2:: <a href="tel:193.163.195.02" value="+19316319502">193.163.195.02</a> like wise if there is<br>
> container30 :: <a href="tel:193.163.195.30" value="+19316319530">193.163.195.30</a>, this should be its ip address.<br>
><br>
> What are changes that are to done in *conf file of lxc* so as to get this<br>
> kind of address?<br>
><br>
> Plz help me ASAP.<br>
<br>
According to the file manual<br>
<br>
   man lxc.conf<br>
<br>
you set lxc.network.ipv4 to the IP address and network prefix.<br>
<br>
e.g.<br>
<br>
   lxc.network.ipv4 = <a href="http://193.163.195.1/24" target="_blank">193.163.195.1/24</a><br>
<br></blockquote><div><br>This is not working means I am not getting the ip address in sequence. Is there any another solution to this??<br><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Gordon<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 2 Dec 2011 09:31:02 +0100<br>
From: J?kel, Guido <<a href="mailto:G.Jaekel@dnb.de">G.Jaekel@dnb.de</a>><br>
Subject: Re: [Lxc-users] How assign the IP address of containers<br>
        sequentially.<br>
To: <<a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a>><br>
Message-ID:<br>
        <<a href="mailto:6DA97EFF2763174B8BDC409CA19729840EC0F74D@dbf-ex.AD.DDB.DE">6DA97EFF2763174B8BDC409CA19729840EC0F74D@dbf-ex.AD.DDB.DE</a>><br>
Content-Type: text/plain;       charset="iso-8859-1"<br>
<br>
Dear Nishant,<br>
<br>
why do you not to use DHCP with a static configurations for this hosts?<br>
<br>
If you realy don't rely on DHCP, you may use something like<br>
<br>
        lxc-start ... -n $CONTAINERNAME  -s lxc.network.ipv4=193.163.195.${CONTAINERNAME#container}<br>
<br>
for the containerN startup.<br>
 </blockquote><div> lxc-start ... -n $CONTAINERNAME  -s lxc.network.ipv4=193.163.195.${CONTAINERNAME#container}, I am not understanding what to put in place of  ${CONTAINERNAME#container}, do I need to put container name i.e ubuntu#1 or any thing else.  </div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Guido<br>
<br>
>-----Original Message-----<br>
>From: nishant mungse [mailto:<a href="mailto:nishantmungse@gmail.com">nishantmungse@gmail.com</a>]<br>
>Sent: Friday, December 02, 2011 9:11 AM<br>
>To: <a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a>; <a href="mailto:containers@lists.linux-foundation.org">containers@lists.linux-foundation.org</a><br>
>Subject: [Lxc-users] How assign the IP address of containers sequentially.<br>
><br>
>Hi,<br>
><br>
>I want the ip address to be assigned in order as the containers are started and not assigned by DHCP. For example ::<br>
>container1:: <a href="tel:193.163.195.01" value="+19316319501">193.163.195.01</a>,container2:: <a href="tel:193.163.195.02" value="+19316319502">193.163.195.02</a> like wise if there is container30 :: <a href="tel:193.163.195.30" value="+19316319530">193.163.195.30</a>, this should be its ip<br>

>address.<br>
><br>
>What are changes that are to done in conf file of lxc so as to get this kind of address?<br>
><br>
>Plz help me ASAP.<br>
><br>
>Regards,<br>
>Nishant Mungse<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Sun, 04 Dec 2011 14:13:21 +0000<br>
From: John <<a href="mailto:lxc@jelmail.com">lxc@jelmail.com</a>><br>
Subject: [Lxc-users] Problems on ArchLinix<br>
To: <a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a><br>
Message-ID: <<a href="mailto:4EDB8001.3050707@jelmail.com">4EDB8001.3050707@jelmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Hello, has anyone experienced problems with LXC on Archlinux in the past<br>
few days?<br>
<br>
I use LXC quite a bit and I have scripted builds for my containers. This<br>
weekend I rebuilt one of my containers (basically builds with up to date<br>
stuff using mkinitcpio and pacman) and now when I try to start it it<br>
clobbers the host. I have to log on from another machine and reboot. I<br>
have been trying to find out what is wrong and thought I'd post here to<br>
see if anyone else has experenced problems in the last week.<br>
<br>
Everything else is up to date (host updated yesterday, etc). Other<br>
containers that have not been rebuilt work fine. I think it must be a<br>
change to boot scripts but I don't know what. Both my older container<br>
which works and the new one that doesn't have an identical cutdown<br>
rc.sysinit.<br>
<br>
I'm going to keep digging but if anyone has noticed problems recently<br>
please let me know. I would appreciate it.<br>
<br>
Thanks.<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Mon, 5 Dec 2011 11:06:47 +0530<br>
From: nishant mungse <<a href="mailto:nishantmungse@gmail.com">nishantmungse@gmail.com</a>><br>
Subject: [Lxc-users] how to make changes in conf file<br>
To: <a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a>,<br>
        <a href="mailto:containers@lists.linux-foundation.org">containers@lists.linux-foundation.org</a><br>
Message-ID:<br>
        <<a href="mailto:CAHnfO6ymmvTi1bPZ3G4NAU87gCe0e%2Buk-E_8VfzRAWFtCs8Fag@mail.gmail.com">CAHnfO6ymmvTi1bPZ3G4NAU87gCe0e+uk-E_8VfzRAWFtCs8Fag@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
><br>
> Hi,<br>
><br>
> I want the ip address to be assigned in order as the containers are<br>
> started and not assigned by DHCP. For example :: container1::<br>
> <a href="tel:193.163.195.01" value="+19316319501">193.163.195.01</a>,container2:: <a href="tel:193.163.195.02" value="+19316319502">193.163.195.02</a> like wise if there is<br>
> container30 :: <a href="tel:193.163.195.30" value="+19316319530">193.163.195.30</a>, this should be its ip address.<br>
><br>
> What are changes that are to done in *conf file of lxc* so as to get this<br>
> kind of address?<br>
><br>
> Plz help me ASAP.<br>
><br>
> Regards,<br>
> Nishant Mungse<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
------------------------------------------------------------------------------<br>
All the data continuously generated in your IT infrastructure<br>
contains a definitive record of customers, application performance,<br>
security threats, fraudulent activity, and more. Splunk takes this<br>
data and makes sense of it. IT sense. And common sense.<br>
<a href="http://p.sf.net/sfu/splunk-novd2d" target="_blank">http://p.sf.net/sfu/splunk-novd2d</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Lxc-users mailing list<br>
<a href="mailto:Lxc-users@lists.sourceforge.net">Lxc-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/lxc-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/lxc-users</a><br>
<br>
<br>
End of Lxc-users Digest, Vol 24, Issue 2<br>
****************************************<br>
</blockquote></div><br>