no network access with xen

hi,

I have installed xen hypervisor with yast on open suse 11.0 but when I boot the xen kernel I dont have any network access anymore. It seems like the bridge br0 is looking for eth0 but this one has completely disappeared.

this is the ifconfig output:

linux-pjs2:/etc/xen # ifconfig
br0       Link encap:Ethernet  Hardware Adresse EA:6E:B1:BD:E0:E2  
          inet6 Adresse: fe80::e86e:b1ff:febd:e0e2/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:0 (0.0 b)  TX bytes:6624 (6.4 Kb)

lo        Link encap:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:752 errors:0 dropped:0 overruns:0 frame:0
          TX packets:752 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:58688 (57.3 Kb)  TX bytes:58688 (57.3 Kb)

peth0     Link encap:Ethernet  Hardware Adresse 00:24:21:B2:2B:9C  
          inet6 Adresse: fe80::224:21ff:feb2:2b9c/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:4972 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1494 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:1372654 (1.3 Mb)  TX bytes:270579 (264.2 Kb)
          Interrupt:16 Basisadresse:0xc000 

thats the output when I restart the network service:

linux-pjs2:/etc/sysconfig/network # /etc/init.d/network restart
Shutting down network interfaces:
    br0                                                              done
    peth0     device: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 01)
              No configuration found for peth0 
              Nevertheless the interface will be shut down.          done
Shutting down service network  .  .  .  .  .  .  .  .  .  .  .  .  . done.
Setting up network interfaces:
    lo        
    lo        IP address: 127.0.0.1/8   
              IP address: 127.0.0.2/8                                done
    peth0     device: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 01)
              No configuration found for peth0                       unused
    br0       
    br0       Ports: 
    br0       Warning: failed to add port eth0: Cannot find device "eth0"
    br0       forwarddelay (see man ifcfg-bridge) - no ports in bridge.
    br0       (DHCP) . . . . . . . . . . . . . . . no IP address yet... backgrounding.                                                               waiting
Setting up service network  .  .  .  .  .  .  .  .  .  .  .  .  .  . done.

In sysconfig I dont even have a file for eth0:

linux-pjs2:/etc/sysconfig/network # ls -l
insgesamt 80
-rw-r--r-- 1 root root  8625 14. Dez 13:50 config
-rw-r--r-- 1 root root  6863 11. Dez 11:30 dhcp
-rw-r--r-- 1 root root   180 14. Dez 14:07 ifcfg-br0
-rw-r--r-- 1 root root   174  6. Jun 2008  ifcfg-lo
-rw-r--r-- 1 root root 27766  6. Jun 2008  ifcfg.template
drwxr-xr-x 2 root root  4096 10. Jun 2008  if-down.d
-rw-r--r-- 1 root root   239  6. Jun 2008  ifroute-lo
drwxr-xr-x 2 root root  4096 10. Jun 2008  if-up.d
drwx------ 2 root root  4096  6. Jun 2008  providers
-rw-r--r-- 1 root root    22 14. Dez 11:19 routes
drwxr-xr-x 2 root root  4096 11. Dez 11:43 scripts

but I dont know how to activate eth0. when I go to network settings in yast, where I see the available interfaces (my nic and the network bridge) the buttons to edit the interfaces are deactivated.
I have ifup activated (I read this is necessary for bridging). when I change to network manager, the network access works brilliantly…

thanks for any help!!

ps: ifup eth0 only says ‘no configuration found for eth0’