Hi All, After doing a fresh build and then a reboot of RHEL5 Beta 2 with Xen, the network on the machine ceases to work.
This seems to be due to the bridge that xen builds. To get the network to work immediately, i would run the following # /etc/xen/scripts/network-bridge stop I then update /etc/xen/xend-config.sxp with this patch[0], reboot the machine and the network would be fine. The problem seems to be logged in Bugzilla Bug #213991. Is this a known problem with RHEL5 Beta 2 or have i misconfigured something? -- Rene [0] - xend-config.sxp.patch # diff -Nau xend-config.sxp /etc/xen/xend-config.sxp --- xend-config.sxp 2006-11-09 14:10:29.000000000 +1100 +++ /etc/xen/xend-config.sxp 2006-12-13 13:00:14.000000000 +1100 @@ -88,7 +88,7 @@ # two fake interfaces per guest domain. To do things like this, write # yourself a wrapper script, and call network-bridge from it, as # appropriate. # -(network-script network-bridge) +#(network-script network-bridge) # The script used to control virtual interfaces. This can be # overridden on a # per-vif basis when creating a domain or a configuring a new vif. The @@ -103,13 +103,13 @@ # If you are using only one bridge, the vif-bridge script will discover # that, # so there is no need to specify it explicitly. # -(vif-script vif-bridge) +#(vif-script vif-bridge) ## Use the following if network traffic is routed, as an alternative to the # settings for bridged networking given above. -#(network-script network-route) -#(vif-script vif-route) +(network-script network-route) +(vif-script vif-route) ## Use the following if network traffic is routed with NAT, as an alternative _______________________________________________ rhelv5-beta-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-beta-list
