|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1017] qemu-ifup "Could not initialize device 'tap'" if n
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1017
------- Comment #1 from rainer.feigl@xxxxxxxxxxxxxx 2007-07-10 12:46 -------
couldnt fix this in qemu-ifup.
seems that tap0 doesn't exist at the time the script is executed.
the vif also seems to be created after the execution of qemu-ifup
i gave up on this and created a script which i execute manually after starting
the vm.
i named it win_post with the following content:
!/bin/sh
ifconfig vif_win down
ifconfig tap0 10.0.0.177 netmask 255.255.255.255 up
route add -host 10.0.0.50 dev tap0
and made it executable
chmod 744 win.interwebtiv.at_post
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|