
On Tue, Feb 26, 2013 at 07:32:51PM -0500, victor nunes wrote:
goodnight
I installed 3.2 and oVirt vdsm on the same machine (fedora 18) with the command. yum install oVirt-engine-setup-plugin-allinone and then engine-setup - config-allinone = yes
then, the configuration was successful, however now I am having problems with interfaces.
I have two interfaces, `em1` (this interface was that I had configured a static ip it) `and` ovirtmgmt, both with the same ip address.
If I erase the # 1, I just can not access the oVirt,
what can I do to solve this interface problem?
You may notice that ovirtmgmt is not a simple interface, it's a bridge. It should have em1 as one of its interfaces. What does `brctl show` say? However, em1 should not have had its own IP address. Could you show us your ifcfg-* files? Does the problem go away if you ifdown em1 ifdown ovirtmgmt ifup em1 ifup ovirtmgmt ? Does shutting down NetworkManager help? It has a tendency to take interfaces up and down on its own volition. Dan.