> What shall I do?  Is there a way to completely rewrite xen network
> settings? I don't understand why it doesn't create the necessary
> interfaces...
>
> here's the ifconfig -a (network is operational for dom0)
>
> emre@xenroot:~$ ifconfig -a
> eth0      Link encap:Ethernet  HWaddr 00:18:F3:9D:6E:FC
>           inet addr:
192.168.1.2  Bcast:
192.168.1.255
  Mask:
255.255.255.0>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:15 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:3354 (3.2 KB)  TX bytes:13361 (13.0 KB)
>
> lo        Link encap:Local Loopback
>           inet addr:
127.0.0.1  Mask:
255.0.0.0>           UP LOOPBACK RUNNING  MTU:16436  Metric:1
>           RX packets:513 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:513 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:3036964 (2.8 MB)  TX bytes:3036964 (2.8 MB)
>
> peth0     Link encap:Ethernet  HWaddr 00:18:F3:9D:6E:FC
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:36 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:4974 (
4.8 KB)  TX bytes:14786 (14.4 KB)
>           Memory:fe9c0000-fea00000
>
> Thanks a lot,
--