search for: veth1

Displaying 20 results from an estimated 64 matches for "veth1".

Did you mean: eth1
2013 Sep 10
3
libvirt-1.2.2-r1 (Gentoo) fails to start LXC containers
...downgrade to. TL;DR: My container is configured to use "br0" for its networking. "br0" exists totally inside my linux server - it is NOT bound to any physical NIC. "br0" is used for most of my QEMU and LXC VMs. libvirt is reporting that it cannot find device "veth1". All of my Gentoo packages are up-to-date. Digging through my logs (/var/log/libvirt/libvirt.log), I see that I last successfully booted this LXC container on 2013-07-22, with libvirt reporting version "1.1.0". Thoughts? ostara lxc # equery l libvirt * Searching for libvirt...
2007 Oct 07
9
RESOLVED: Debian Xen + Broadcom NetXtreme II (IBM x3655 7985-AC1)
I have a new x3655 IBM and whenever the /etc/xen/scripts/network-bridge script starts, the ethernet would no longer work. This post isn''t about the cause, but the fix. I did a lot of tcpdumps and Googling, but I''ll spare you that. All they do is prove that yes, there is an issue. :) I tried Debian 4.0 i386/amd64 and Ubuntu 7.04 Server i386/amd64 and they all exhibit the
2013 May 14
1
Unable to start LXC on Gentoo w/ libvirt 1.0.4 or 1.0.5. 1.0.3 works
...such device 2013-05-14 13:04:21.778+0000: 22345: error : virCommandWait:2353 : internal error Child process (ip link del veth0) unexpected exit status 1: Cannot find device "veth0" 2013-05-14 13:04:21.917+0000: 22345: error : virCommandWait:2353 : internal error Child process (ip link del veth1) unexpected exit status 1: Cannot find device "veth1" ostara ~ # tail -n 10 /var/log/libvirt/lxc/dwj-lnx-dev.log 2013-05-14 13:04:20.894+0000: starting up PATH=/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/usr/x86_64-pc-linux-gnu/gc...
2009 Aug 05
2
bridge vs macvlan performance (was: some veth related issues)
Ben Greear wrote: > Well, it seems we could and should fix veth to work, but it will have > to do equivalent work of copying an skb most likely, so either way > you'll probably get a big performance hit. Using the same pktgen script (i.e with clone=0) I see that a veth-->bridge-->veth configuration gives about 400K PPS forwarding performance where
2009 Aug 05
2
bridge vs macvlan performance (was: some veth related issues)
Ben Greear wrote: > Well, it seems we could and should fix veth to work, but it will have > to do equivalent work of copying an skb most likely, so either way > you'll probably get a big performance hit. Using the same pktgen script (i.e with clone=0) I see that a veth-->bridge-->veth configuration gives about 400K PPS forwarding performance where
2006 Mar 13
6
Dummy ethernet device setup
Hello you all out there Does anybody know the definite guide to create a dummy ethernet device? So, what I want to have is an ethernet device, without a physical link, or so called a dummy device. My goal is to have apache with mod_proxy and balancer running on peth0 in dom0. Apache is spreading my connection to the backend domU''s, where the webservices are running. The connection
2010 Nov 02
1
Libvirt and LXC
...03:07:23.714: debug : lxcContainerStart:848 : Enable network namespaces 03:07:23.718: debug : lxcContainerStart:854 : clone() completed, new container PID is -1 03:07:23.718: error : lxcContainerStart:858 : Failed to run clone container: Invalid argument 03:07:23.718: debug : vethDelete:141 : veth: veth1 03:07:23.718: debug : virRunWithHook:820 : ip link del veth1 LXC config: <domain type='lxc'> ?<name>f14</name> ?<uuid>2dcd3cac-47e6-2915-554a-9713edf6ffd1</uuid> ?<memory>256000</memory> ?<currentMemory>256000</currentMemory> ?<vcpu...
2023 Jul 11
3
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
When we create an L2 loop on a bridge in netns, we will see packets storm even if STP is enabled. # unshare -n # ip link add br0 type bridge # ip link add veth0 type veth peer name veth1 # ip link set veth0 master br0 up # ip link set veth1 master br0 up # ip link set br0 type bridge stp_state 1 # ip link set br0 up # sleep 30 # ip -s link show br0 2: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000...
2013 Feb 08
1
libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works
...2-08 18:09:28.402+0000: 23867: info : libvirt version: 1.0.2 2013-02-08 18:09:28.402+0000: 23867: error : virLXCControllerRun:1468 : error receiving signal from container: Input/output error 2013-02-08 18:09:28.814+0000: 23867: error : virCommandWait:2287 : internal error Child process (ip link del veth1) unexpected exit status 1: Cannot find device "veth1" ostara ~ # ls -l /var/lib/libvirt/lxc/ total 0 ostara ~ # mount | grep libvirt libvirt on /run/libvirt/lxc/dwj-lnx-dev type fuse (rw,nosuid,nodev) ostara ~ # ls -l /run/libvirt/lxc total 0 drwxr-xr-x 2 root root 40 Feb 8 12:09 dw...
2008 Apr 04
1
Frustrating experience - Xen networking.
...g line: vif = [ ''mac=00:16:3E:BA:17:79,bridge=xenbr1''] When I boot up with that configuration the following happens: eth1''s IP, 192.168.1.21 gets moved onto xenbr1, is that right? The wiki page leads me to believe that is incorrect as the MAC/IP should go to veth1, correct? eth0 inside DomU is statically configured to 192.168.1.2. My network has a laptop on 192.168.1.7 which I am using as a ping target. With the above configuration Dom0 sees neither DomU or the laptop. DomU sees neither Dom0 or the Laptop. And, frankly, I didn''...
2006 Feb 20
3
vif0.0/veth0 or eth0
When does vif0.0 get created? Is there some shell magic? I''m trying to figure out how to do a similar peth1/veth1 split for eth1. -- Nicholas Lee http://stateless.geek.nz gpg 8072 4F86 EDCD 4FC1 18EF 5BDD 07B0 9597 6D58 D70C _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Sep 11
2
Re: libvirt-1.2.2-r1 (Gentoo) fails to start LXC containers
...r/x86_64-pc-linux-gnu/gcc-bin/4.6.3:/usr/x86_64-pc-linux-gnu/i686-pc-mingw32/gcc-bin/4.7.3 >> LIBVIRT_DEBUG=3 LIBVIRT_LOG_OUTPUTS=3:file:/var/log/libvirt/libvirtd.log >> /usr/libexec/libvirt_lxc --name dwj-hfax-dev --console 20 --security=none >> --handshake 23 --background --veth veth1 >> PATH=/bin:/sbin TERM=linux container=lxc-libvirt >> container_uuid=681410de-7b56-41bd-b38d-3c66ce97e7b3 >> LIBVIRT_LXC_UUID=681410de-7b56-41bd-b38d-3c66ce97e7b3 >> LIBVIRT_LXC_NAME=dwj-hfax-dev /sbin/init >> error receiving signal from container: Input/output error...
2011 Sep 10
2
xen 4.1.1 missing veth0 <--> vif0.0 pairs
Hi, I am using Xen 4.1.1 with Linux 3.0.1 kernel. Previously (Xen 3.4.4 and linux kernel 2.6.18) Xen by default created veth0 <--> vif0.0 pair in dom0. With Xen 4.1.1 these pairs are missing in dom0. Using command ''ip link add type veth'' I can create veth0 and veth1 but vif0.0 is still missing in dom0. (When new domU created I can see vif1.x created) Could you please help me with understanding following things 1) Is veth is replaced by something? and if yes what is it? 2) How to create veth0 <--> vif0.0 pairs? Or how to create vif0.x interfaces? 3) In wh...
2011 Sep 10
2
xen 4.1.1 missing veth0 <--> vif0.0 pairs
Hi, I am using Xen 4.1.1 with Linux 3.0.1 kernel. Previously (Xen 3.4.4 and linux kernel 2.6.18) Xen by default created veth0 <--> vif0.0 pair in dom0. With Xen 4.1.1 these pairs are missing in dom0. Using command ''ip link add type veth'' I can create veth0 and veth1 but vif0.0 is still missing in dom0. (When new domU created I can see vif1.x created) Could you please help me with understanding following things 1) Is veth is replaced by something? and if yes what is it? 2) How to create veth0 <--> vif0.0 pairs? Or how to create vif0.x interfaces? 3) In wh...
2023 Jul 12
2
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
...Jul 11, 2023 at 04:54:15PM -0700, Kuniyuki Iwashima wrote: >> When we create an L2 loop on a bridge in netns, we will see packets storm >> even if STP is enabled. >> >> # unshare -n >> # ip link add br0 type bridge >> # ip link add veth0 type veth peer name veth1 >> # ip link set veth0 master br0 up >> # ip link set veth1 master br0 up >> # ip link set br0 type bridge stp_state 1 >> # ip link set br0 up >> # sleep 30 >> # ip -s link show br0 >> 2: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 q...
2006 Sep 01
5
can''t get network access from windows hvm
Hello everyone, I have been able to get windows xp to run under a virtual machine, but i cannot get any network access. My desktop is connected to a university network, and we are only given 1 ip address. so i understand i have to use routing instead of bridging, right? i have commented the two lines for bridge and enabled routing in /etc/xen/xend-config.sxp next i inserted a line: vif
2011 Aug 23
1
Strange libvirt exit status 1 (LXC containers)
...llowing error, trying to start a domain: error: internal error Child process (PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin LIBVIRT_DEBUG=2 LIBVIRT_LOG_OUTPUTS=2:syslog:libvirtd /usr/libexec/libvirt_lxc --name vm_14 --console 18 --handshake 21 --background --veth veth1) status unexpected: exit status 1 I see nothing relevant in syslog, google searches have returned nothing. Starting libvirt_lxc manually seems to work (the process never returns), but of course the VMs do not start. I am at a loss on what to do next. I'm running Ubuntu 10.04, which is itself...
2006 Sep 05
0
Problem with network-bridge script and veth0
...rameter (nloopbacks=<N>); if the driver is compiled statically into the kernel, then you may set the parameter using loopback.nloopbacks=<N> on the domain 0 kernel command line. I have checked the script and it fails because I don''t have any veth0 interface. I have interfaces veth1 to veth7, but I don''t have any veth0, so if I run the same command with parameter vifnum=1 (for example) it works, because it uses veth1 instead of veth0 and add it to the new bridge (although it seems that this is not really necessary, because if I remove veth? from the bridge, networking...
2007 Feb 18
0
manually add domU vifN.0 to bridge ?
...-------------------- | | | vif0.0 vif0.1 vif2.0 | | | eth0 veth1 eth0 what I did is : /etc/init.d/xend start /etc/xen/scripts/network-bridge start brctl addif xenbr0 vif0.1 ifconfig veth1 192.168.0.1 arp xm console 2 (now in dom2) ifconfig eth0 192.168.0.10 arp then from dom0 I tried to ping dom2 card by "ping 192.168.0.10 ", but n...
2008 Jan 15
1
CentOS5.1 with routed domU
Is there anyone have a domU with routed networking functioning correctly and willing to share their configuration file with me? I must be doing something wrong, but I just can''t see what it is. Comparing with a known functioning configuration would be very helpful. Thanks, James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com