|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] SuSE 10 no network in dom0 - arp problem?
On my System eth0 is connected to the bridge and working. Maybe there is the
Problem. On my Debiansystem I needed to add following line at the beginning
of the network script:
/etc/xen/scripts/network:
#!/bin/sh
#
...
#
LANG="C"
...
The Problem above corrected above, is that your locale changes the output
from ifconfig.
The title of the MAC Address is so changed from HWaddr -> Hardware Addresse.
The network script parses the output of ifconfig for HWaddr and so don't
find the right entry.
Arnd
> -----Ursprüngliche Nachricht-----
> Von: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-
> bounces@xxxxxxxxxxxxxxxxxxx] Im Auftrag von Robert Welz
> Gesendet: Montag, 17. Oktober 2005 15:34
> An: Arnd Schmitter
> Cc: Xen-users@xxxxxxxxxxxxxxxxxxx
> Betreff: Re: AW: [Xen-users] SuSE 10 no network in dom0 - arp problem?
>
> brctl show
> bridge name bridge id STP
> enabled interfaces
> xenbr0 8000.feffffffffff
> no vif0.0
>
> peth0
>
> shouldn't xenbr0 be bound to eth0?
>
> Robert
>
>
>
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden:
http://mail.yahoo.de
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|