Weblog entry #3 for shortpath
#3
udev is fine, xen was the problem
Posted by shortpath on Fri 15 Dec 2006 at 16:55
The udev stuff I mentioned before was working correctly, turns out it's something in the xen network-bridge script that isn't. The default of network-dummy works, so I can at least get some testing done. The network-bridge script is failing to copy the settings from eth0 to xenbr0, peth0, vif0.0, and not creating a random MAC address. Turns out someone on the xen-user list is having the exact same problem with Etch and xen, so maybe with a few people working on it an answer will be found soon. Looks like I'll be debugging scripts today.
A few quick notes:
I used Steve's article on http://www.debian-administration.org/articles/396, where everything seemed to work, except uncommenting the network-bridge option. ifconfig shows all of the devices that are needed by the bridge, but no IP addresses and no MAC addresses.
A few quick notes:
I used Steve's article on http://www.debian-administration.org/articles/396, where everything seemed to work, except uncommenting the network-bridge option. ifconfig shows all of the devices that are needed by the bridge, but no IP addresses and no MAC addresses.
Comments on this Entry
I left out some details above, so here's a few more:
Etch, with stock xen kernel (2.6.18-3-xen-amd64, IIRC), Dell PE2950, virtualization enabled. There is a bug report that is still open relating to the network-bridge script not working:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398595
I'll try to work on it Monday, as the network-bridge method seems to be the way to go. If anyone has any advice or experience, I'd love to hear it.
Etch, with stock xen kernel (2.6.18-3-xen-amd64, IIRC), Dell PE2950, virtualization enabled. There is a bug report that is still open relating to the network-bridge script not working:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398595
I'll try to work on it Monday, as the network-bridge method seems to be the way to go. If anyone has any advice or experience, I'd love to hear it.
[ Parent | Reply to this comment ]