Displaying 20 results from an estimated 6000 matches similar to: "lxc arp doesn't work at start for several seconds"
2014 Jul 27
0
Re: lxc arp doesn't work at start for several seconds
On Jul 26, 2014, at 2:05 PM, Jonathan Rudenberg <jonathan@titanous.com> wrote:
> I’m running into an issue with libvirt-lxc networking. I have an init program that configures the eth0 interface with an IP and gateway when the container starts. I noticed that programs running in the container encountered “no route to host” errors and looked into it further. What I found is that ARP
2013 Dec 08
2
assign static external IP to container
hello i have a server colocated in a datacenter with several external IP
addresses available to use. the physical server is using one of these
IPs, and i want to assign another, unused IP to the virtual machine. i
thought i could just do this by editing the container's
/etc/network/interfaces, setting a static IP address for eth0 much like
i did for br0 on the host machine.... but doesn't
2013 Dec 13
3
Re: assign static external IP to container
Gao feng @ 12/11/2013 01:49 AM:
> I have a machine running libvirt lxc,
> on this machine(host), the network configure looks like this
> eth0 is the physical nic, virbr0 is the bridge libvirt created, and vnet0
> is the veth device created for libvirt lxc container. you can see, the eth0
> is a port of virbr0, and the ip is assigned on virbr0.
>
> [snip]
>
> And in
2010 Jun 02
14
ARP problems with xen 4.0 with pvops kernel
Hello,
Finally I managed to get a xen 4.0 working on ubuntu 10.04 with pvops
kernel and libvirt. However I am having some problems with networking...
after initial installation with netinstall image in hvm mode, when I
transform the vm in xen pv (via pygrub with the current ubuntu kernel),
networking startEd to act weird...
Basically I''m not using a network script from xen. I define a
2010 Jun 02
14
ARP problems with xen 4.0 with pvops kernel
Hello,
Finally I managed to get a xen 4.0 working on ubuntu 10.04 with pvops
kernel and libvirt. However I am having some problems with networking...
after initial installation with netinstall image in hvm mode, when I
transform the vm in xen pv (via pygrub with the current ubuntu kernel),
networking startEd to act weird...
Basically I''m not using a network script from xen. I define a
2016 Apr 11
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
On 04/11/2016 09:24 AM, abhishek jain wrote:
> Hi Team
>
> I'm trying to launch LXC VM with libvirt 1.2.12 having commit
> *22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML configuration..
>
> <domain type="lxc">
> <uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid>
> <name>test</name>
>
2020 Apr 01
4
CentOS 7 host with guests as bridge cannot access host
I have CentOS 7 host. Two guests on bridge network setup by GUI and
virt-manager.
1 CentOS 8 guest
1 Win 10 guest
Both cannot access the host. They can other machines on the network. Guests
can access the internet just not the host.
I used virt-manager GUi to set up everything. Selected the eth0:macvtap and
Bridge.
I "desire" bridge network.
If I select something else I get access to
2016 Apr 12
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Hi Cole
I tested the LXC VM with libvirt 1.2.12 after applying the patch
http://www.redhat.com/archives/libvir-list/2016-April/msg00505.html
I'm now getting following errors..
virsh -c lxc: start test
error: Failed to start domain test
error: internal error: Unsupported network type ethernet
I'm using the below XML file for launching LXC VM..
<domain type="lxc">
2016 Apr 11
2
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Hi Team
I'm trying to launch LXC VM with libvirt 1.2.12 having commit
*22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML configuration..
<domain type="lxc">
<uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid>
<name>test</name>
<memory>524288</memory>
<vcpu>1</vcpu>
<os>
<type
2016 May 12
2
Re: dhcpd (via systemd) @boottime which does not wait for the interface..
On Fri, 2016-05-06 at 07:41 -0400, Laine Stump wrote:
> On 05/04/2016 08:40 AM, lejeczek wrote:
>
> > hi users
> >
> >
> > I have my dhcpd to serve nothing but virbr0 (libvirt), OS is Centos
> > 7.2
> > Dhcpd would not start, complaining like this:
> >
>
> Is virbr0 created by libvirt as part of one of its "virtual
>
2016 Apr 11
2
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Thanks Cole.
I need to use network type="ethernet" with LXC instead of Qemu.
I have reopened my bug.
On Mon, Apr 11, 2016 at 8:25 PM, Cole Robinson <crobinso@redhat.com> wrote:
> On 04/11/2016 09:24 AM, abhishek jain wrote:
> > Hi Team
> >
> > I'm trying to launch LXC VM with libvirt 1.2.12 having commit
> >
2011 Aug 26
13
virbr0/bridge: No such file or directory
This is fresh install of CentOS v6 and Xen v4.1 on a new Dell server following the tutorial posted at: http://wiki.xensource.com/xenwiki/RHEL6Xen4Tutorial
Every thing went just fine, yet virbr0 won''t work and when I run brctl show I get the following error message:
[root@pe1950 ~]# brctl show
bridge name bridge id STP enabled interfaces
virbr0
2011 Aug 26
13
virbr0/bridge: No such file or directory
This is fresh install of CentOS v6 and Xen v4.1 on a new Dell server following the tutorial posted at: http://wiki.xensource.com/xenwiki/RHEL6Xen4Tutorial
Every thing went just fine, yet virbr0 won''t work and when I run brctl show I get the following error message:
[root@pe1950 ~]# brctl show
bridge name bridge id STP enabled interfaces
virbr0
2014 Nov 19
2
Re: virsh net-start default fails
Yes, /etc/libvirt/qemu/networks/default.xml exists and has the contents:
$ cat /etc/libvirt/qemu/networks/default.xml
<network>
<name>default</name>
<bridge name="virbr0" />
<forward/>
<ip address="192.168.122.1" netmask="255.255.255.0">
<dhcp>
<range start="192.168.122.2"
2016 May 20
1
how view all macvlan inrterfaces from LXC on hardware node
Hi all
We run LXC contrainers in macvlan bridge mode, i.e.;
<interface type='direct'>
<mac address='02:00:00:da:e1:b9'/>
<source dev='eno1.502' mode='bridge'/>
</interface>
In process list:
5339 ? Sl 0:03 /usr/libexec/libvirt_lxc --name t2.infra
--console 21 --security=none --handshake 24 --veth macvlan6
28645 ?
2017 Jun 20
2
guest A from virbr0 can talk to guest B in virbr1 but not vice versa
Hello,
I came across an interesting problem in my home lab a few weeks ago as I'm
prepping for my RHCE exam using Michael Jang study guide. I've been at this
for days now, and I still can't wrap my head around how two or more virtual
networks in default NAT configuration are even allowed to communicate with
each other despite what the libvirt documentation said.
Here's the
2012 Sep 10
1
virtual networking - virbr0-nic interface
I need some help in understanding libvirt's virtual networking. I have configured bridged networking (shared physical device) on libvirt+KVM system which is working fine. Also, I am using default NAT network on with virbr0 bridge device and virbr0-nic. I would like to get better understanding on virbr0-nic works in this virtual network configuration. I understand that traffic from virbr0
2016 Oct 04
5
Virtualization Networking
On 10/03/2016 07:00 PM, TE Dukes wrote:
> /etc/sysconfig/ifcfg-eth1
> GATEWAY=192.168.1.1
...
> /etc/sysconfig/ifcfg-lo
> GATEWAY=192.168.1.1
Don't specify GATEWAY in interface files where it isn't used. This
should be set on eth0 only.
> # brctl show
>
> bridge name bridge id STP enabled interfaces
OK, so you don't have a bridge interface. If you want to
2014 Jun 04
3
KVM integrated network (user mode) dying after inactivity
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi list,
I searched the web for bug reports regarding this phenomenon I see on
*multiple* machines of a customer, however, I didn't find an exact
fit. So, I'd like to ask here whether anyone else has run into this.
I have multiple CentOS 6 machines running using KVM to virtualize a
bunch of machines on them (LVM-based).
Software releases
2013 Dec 11
0
Re: assign static external IP to container
On 12/09/2013 05:14 AM, scar wrote:
> hello i have a server colocated in a datacenter with several external IP
> addresses available to use. the physical server is using one of these
> IPs, and i want to assign another, unused IP to the virtual machine. i
> thought i could just do this by editing the container's
> /etc/network/interfaces, setting a static IP address for eth0