WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] pci nic in domu: network down after reboot

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] pci nic in domu: network down after reboot
From: Mona Meyer <meymona@xxxxxxxxx>
Date: Wed, 26 May 2010 16:05:57 +0200
Delivery-date: Wed, 26 May 2010 07:07:19 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=p3wh9+NtZ2nG0CXjyThL8tiAyEa9CrEIrT5t1DYqiKg=; b=tDOYyny3H3UH0bHqGgCrRqTQ72s3U0snQWzHBIvq8A2IcAPCNlE0o5YgCh/b/8L/4u zfbZSgiu657/IufyeR85oDmsY1Pq8FzKeTHkHvSHPRxQXcVlwS9UONSzRXCNtKbcphg9 KyHDWjHW44ZXqFhKZAROFbuFLwuAFXQsEEheo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vkNBehE5a3eLY15xIQUFauLcuEvXCSA5wi1reZuNUrwZjQZyvRVkeiOkNXdKbfISv4 SpZ260y1yolx98YzNaN/a6JJ7gl/g7cyFPaMgoBDEIiAx9w6mKGoriXH+qIdPa2BhSAV ixDqAEFWnfInekWH1dPHA8KP+Ubhv9cuLCW3M=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I am trying to set up a domu as firewall / router. After several failed attempts with network bridges, I tried the hardware passthru to DomU.

/boot/grub/menu.lst
module (...) pciback.hide=(05:01.0)

lspci (dom0):
05:01.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100

/etc/xen/domU.cfg:
extra       = 'swiotlb=force'
pci         = [ '05:01.0' ]
vif         = [ 'mac=00:16:3E:0C:AF:F1, bridge=eth0' ]

lspci (domU):
00:00.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100

After running "pppoeconf eth1" I geht the message (syslog): "eth1 up...". an everything worked.

But when I restart, the pppoe-connection fails with the error: "network down". After running "ip link set eth1 up" and "pon dsl-provider" manually the network "comes up" and everything works. Any suggestions what I have to do in order to start the network autmatically after reboot?

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>