|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Error with virtualnetworkdevices
Hi,
I use virt.Ethernetdevs like eth0 eth0:1 eth0:2 ....
If i use this, bridging dont work. The Error ist in the scirpt :
/etc/xen/scripts/network
around about line 70;
this line : ip addr show dev ${src} | egrep '^ *inet ' | sed -e "
You must replace this with : ip addr show dev ${src} | egrep '^ *inet '
| egrep ${src}'$' | sed -e "
If you made this change then script does his work.
servus,
Alexander Kratzer
PS for developers : please make a general update ;o)
--
###########################################################
Kratzer.IT
Alexander Kratzer
Staatl. gepr. Informatiktechniker
Friedenstr. 2
92334 Erasbach
Tel: 0171 8581594
Email: a.kratzer@xxxxxxxxxx
www: http://www.kratzer.it
GnuPG/PGP Key : http://www.kratzer.it/start.php?seite_id=62
a.kratzer.vcf
Description: Vcard
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] Error with virtualnetworkdevices,
Alexander Kratzer <=
|
|
|
|
|