New Ovirt installation on existing Ovirt
by yevhen.kyrylchenko@gmail.com
Hi!
I have a strange idea - I try to create a small Ovirt test lab on my existing Ovirt infrastructure.
I have two real Ovirt hosts:
host01 - 192.168.1.10/24, GW 192.168.1.1
host02 - 192.168.1.11/24, GW 192.168.1.1
I created VM on which I want to install new Ovirt instance:
v_host01 - 192.168.1.100, checked Pass-Through Host CPU.
During deployment hosted engine on v_host01 (lets say v_he - 192.168.1.110), Ovirt creates temporary bridge with random IP and hosted engine VM can comunicate through that bridge.
After successful deployment this HE VM has assigned static IP 192.168.1.110.
And now communication is possible only between v_host01 and v_he...
I can't reach network from v_he further than v_host01 and can't reach v_he from hosts other than v_host01.
Seems than bridge on v_host01, created during deployment doesn't want to forward traffik...
Do you have any ideas what should I check?
Regards!