Displaying 20 results from an estimated 5000 matches similar to: "no network for dom0"
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 Jul 07
4
VM boots BUT keep throwing: "INIT: Id "X" respawning too fast: disabled for 5 minutes"
Hi, 
This is my setting:
I have a Logical Volume /dev/VG/suse with Suse installed. I have added
it to the grub and I can boot it and works perfectly fine.
Now I am running /dev/VG/root which is running Xen0. I have created a
Xen config file to boot a VM with disk: /dev/VG/suse. In other words I
want to boot
/dev/VG/suse as a virtual machine.
 
Below is what I am getting at boot time : 
 
 
2011 Feb 18
1
problem for add second bridge xenbr1
Dear
I need create second bridge xenbr1 for separate traffic between my virtual
machine , I following this step but show message that Link veth0 is missing,
how I can create veth0 ?
When I run script for create xenbr1
  ./network-bridge netdev=eth1 bridge=xenbr1 start
Shwo this message
Link veth0 is missing.
This may be because you have reached the limit of the number of interfaces
that the
2007 Aug 17
6
Gutsy Xen 3.1 2.6.22-9-xen network-bridge problem
Hi,
I have a strange problem with my networking setup. I read all forums around
the world where people had similar problems, but couldn''t find a solution.
I have an Attansic L1 gigeth chip on my mainboard. This chip works OK in
stock Ubuntu Gutsy (development) 2.6.22-9-generic kernel.
When I boot into Xen, and after the bridge is created, the network stops
working. Some info:
- If I
2006 Jun 20
9
no eth0 on guest
Hi,
I''ve setup a box with xen. For the root machine, it''s ok, it see the network card:
alian@yoda:~> /sbin/lspci
...
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 Gigabit 
Ethernet Controller (rev 19)
alian@yoda:~> lsmod
....
sk98lin               208748  1
alian@yoda:~> /sbin/ifconfig
eth0      Lien encap:Ethernet  HWaddr 00:15:F2:39:D4:DF
     
2007 Jun 25
1
Ping dom0 <-> domU result in "Destination host unreachable"
Hi folks, 
I read quite some posts about "Destination host unreachable" problems
before, but none could help me to solve my issue. So here we go:
This is what I am using:
SUSE Linux Enterprise Desktop 10 SP1 - Current with all updates
Network configuration of my dom0:
foobar:~ # ip a
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd
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
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
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 
2007 Apr 19
6
network settings
Hello,
Despite of reading a lot of descriptions I don''t understand the network
configuration. I simply have too little experience.
I work remote with the machine via ssh. My dom0 is running.
I copied an existing installation into a LV and created the following file:
# cat /etc/xen/domu-sarge 
#  -*- mode: python; -*-
kernel = "/boot/vmlinuz-2.6.18-4-xen-686"
#kernel =
2006 Jul 07
7
[PATCH] xenconsole fix
xenconsole fix. reference of tty->count in xencons_close() is racy.
It must be protected by tty_sem semaphore like con_close() in
drivers/char/vt.c
-- 
yamahata
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
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:
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
2023 Jul 12
2
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
On 12/07/2023 17:48, Ido Schimmel wrote:
> On Tue, 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
2008 May 04
2
network-bridge called three times
Hello All,
I'm trying to figure out why xen-utils-common 3.2 doesn't suport
bridging on multiple interfaces. I've been digging
around /etc/xen/scripts/network-bridges. And modified it so that during
boot, when executed the script writes into /tmp/netbr file, but I
commented out code that actually creates bridges.
I discovered that this script is called three times during boot, I
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
2007 Apr 28
13
Need help setting up guest''s networking
Greetings!
I finally got the install done for a couple of gust OSs (Win 2003 server & Suse Enterprise 10)
Bothe gusts are up and running, but - no networking.
My setup:
Hardware - AMD Athlon 4200+, ABIT Motherboard, 4 GB of DDR2 RAM, 2 onboard GB NICs
Host OS- Suse Linux Enterprise server 10
Xen - 3.0.2_09749-0.4
Config file for Win 2003 server guest:
#  -*- mode: python; -*-
2011 Aug 23
1
Strange libvirt exit status 1 (LXC containers)
Hello,
I've encountered the following 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
2008 Sep 09
14
Problems with bridged networking
Hi,
I''m using Xen 3.0.3 on two servers with Debian Etch (amd64). These
servers have 10 nics (2 onboard and 8 in two 4-port cards) so that
every vm can have its own interface.
This worked so far with the Xen Version from Etch with a wrapper
script wich started 10 bridges at boot time. But now I''ve updated Xen
on one of these server to Xen 3.2.0 from backports.org and now the