All Questions
13 questions
0
votes
0
answers
31
views
LXD Networking, LXC Containers in a different subnet don't reply
I have a network 10.0.0.0/24. In this network I have the following machines that matter for the question:
10.0.0.207 - my Ubuntu Server LXD Host
10.0.0.215 - my Firewall, and the default gateway for ...
0
votes
0
answers
128
views
when I use the LXC IP on the browser it gives "This site can’t be reached"
Basically I want to establish website with the LXC.
so I installed LXD and created LXC called app1, then installed apache2. All are running, but when I use the LXC IP on the browser it gives "...
1
vote
1
answer
297
views
cannot shh into lxc container even after changing config file
I am using Ubuntu 18.04. I have created an lxc-container called ctn and can log into it by using lxc-attach, ending up as the root user. When running the following with the ip shown by running lxc-ls:
...
1
vote
0
answers
166
views
virt-sandbox error creating an OS container with lxc backend in virt-manager
I am attempting to create an OS container through virt-manager with the lxc backend. virt-sandbox exits without any information on why it fails. Where can I find logs for it? Can I run virt-sandbox ...
5
votes
2
answers
12k
views
Jenkins web server not responding to HTTP requests in Ubuntu/Dell PowerEdge R640
I have a system (the "host") that runs several containers, using LXC (i.e. the "guests"). I've installed Jenkins inside the guests and they appear to be working as intended, except that they don't ...
4
votes
2
answers
12k
views
How to build a custom LXD image from install ISO
I have an operating system installation ISO.
My goal is to run the second operating system on top of the kernel of Ubuntu host running LXD. I cannot find any base image for the said operating system. ...
4
votes
0
answers
547
views
Automate the LXD configuration interactive setup?
I realize lxd init has an interactive setup for networking, etc. I'm looking to automate some VM's running LXD and was wondering if there is a nice CLI command that documents this configuration as a ...
2
votes
2
answers
2k
views
IPv6 and LXC connectivity
I am struggling a bit on how to equip my LXC configuration with IPv6 currently.
What's the setup?
Ubuntu 16.04 LTS
LXC2-beta from the Ubuntu PPA's (feature IPv6 connectivity)
I use a netcup IPv6 ...
0
votes
1
answer
570
views
Forwarding all traffic coming into eth0 on host to eth1 on LXC container
I'm trying to monitor all the traffic coming into my computer using software running in an LXC container. The software on the LXC expects to be monitoring eth1.
Thus, I would like to
Create an ...
1
vote
1
answer
2k
views
Setup public IP address on LXC container
Can anyone tell me how to setup a network interface for each LXC container so that each container can have its own dedicated IP address?
Here's what the /etc/network/interfaces file on my host node ...
3
votes
1
answer
4k
views
LXC container can only access host via bridge
I have an LXC container with i686 Ubuntu 12.04 running on a x86_64 Ubuntu 12.04 host. I've set up a bridge using instructions here. However the ping from the container only goes through to the host ...
10
votes
3
answers
7k
views
Why are applications in a memory-limited LXC container writing large files to disk being killed by the OOM?
EDIT2: This problem appears to exist as well under 3.8.0-25-generic #37-Ubuntu SMP
EDIT: I modified the question from the original title of "Why would the Linux Out of Memory manager be triggered by ...
43
votes
6
answers
58k
views
How to disconnect from lxc-console
I'm working with lxc in Ubuntu 12.04, and it's really great. However, I am unable to disconnect from a lxc-console session after I've connected. I read somewhere that Ctrl-aq will disconnect me from ...