instale Xen 4.0 y no tengo acceso a internet (mal el bridge?)

Hola tengo Xen 4.0.1-2 un Debian GNU/Linux 6.0 con el kernel 2.6.32-5-xen-amd64, configurado la red como bridge, actualmente tengo 5 DomU y la red anda bien, pero hace unos dias note que no tengo acceso a internet desde el Dom0 y que no tengo la interface xenbr0.
El bridge parece andar normal/aceptable (es mi primer instalacion, no se que es normal), pero toda la doc que leo dice que tiene que haber una interface xenbr0 y eso me da la duda de que si esta algo mal.

La existencia de xenbr0 es obligatoria, o depende de los diferentes formas de armar el bridge?

Por lo de no tener internet, es porque la tabla de ruteo me la esta armando mal, la ruta por default deberia ser eth0, lo que me hace pensar que tengo algo mal configurado en xend-config.sxp, tengo activas las opciones "(network-script network-bridge)" y "(vif-script vif-bridge)".
Tambien puedo ver peth0 esta recuperando un IP del dhcp de la red y eso no se si es normal.

En si, me gustaria saber que tengo mal configurado (o error de consepto) y les agradeceria que verifcaran si mi configuracion es "correctamente normal".

Saludos.


# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     1      0        0 peth0
0.0.0.0         192.168.0.8     0.0.0.0         UG    0      0        0 peth0

/etc/network/interfaces


The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth1
iface eth0 inet static
<------>address 192.168.0.29
<------>netmask 255.255.255.0
<------>network 192.168.0.0
<------>broadcast 192.168.0.255
<------>gateway 192.168.0.8
<------># dns-* options are implemented by the resolvconf package, if installed
<------>dns-nameservers 192.168.0.6 192.168.0.14
<------>dns-search xxxxxxxxx.xx.xx
<code>

# brctl show
<code>
bridge name bridge id STP enabled interfaces
eth0 8000.00e081b8deff no peth0
vif12.0
vif13.0
vif15.0
vif17.0
vif25.0
pan0 8000.000000000000 no

Ifconfig


eth0      Link encap:Ethernet  HWaddr 00:e0:81:b8:de:ff..
          inet addr:192.168.0.29  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::2e0:81ff:feb8:deff/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12190545 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8494399 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0.
          RX bytes:676646426 (645.3 MiB)  TX bytes:24906177159 (23.1 GiB)

eth1      Link encap:Ethernet  HWaddr 00:e0:81:b8:df:00..
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000.
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Memory:fb9e0000-fba00000.
         
lo        Link encap:Local Loopback..
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:60701 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60701 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0.
          RX bytes:16119173 (15.3 MiB)  TX bytes:16119173 (15.3 MiB)
         
peth0     Link encap:Ethernet  HWaddr 00:e0:81:b8:de:ff..
          inet addr:192.168.0.66  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::2e0:81ff:feb8:deff/64 Scope:Link
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:41376879 errors:0 dropped:0 overruns:0 frame:0
          TX packets:36713731 errors:0 dropped:0 overruns:0 carrier:0