Hello Everyone !,
I have some questions about networking, I was looking for some examples but not found about how to configure the networking for My Oracle VM servers (all I found was theorically but not practice )
I have My Oracle severs on the network 192.168.6.0 and my Oracle Manager on the network 192.168.12.0, i can ping from Oracle VM servers to Manager and From Manager to VM Servers without any problem.
For this, I have configure bond0:
DEVICE=bond0
BOOTPROTO=static
ONBOOT=yes
BONDING_OPTS="mode=1 miimon=250 use_carrier=1 updelay=500 downdelay=500 primary=eth4"
IPADDR=192.168.6.31
NETMASK=255.255.255.0
NETWORK=192.168.6.0
VLAN=no
Now I have configure the server and pools using oracle Manager without any problem, now I have to create my virtual machines on 192.168.12.0 network, so I configure eth5 using Oracle VM Manager Pointing the 192.168.12.161 ip and save, but after do it Im not able to ping Oracle VM Manager from Oracle VM server
How I can configure my Oracle VM networking:
Oracle VM Servers: 192.168.6.0 network
Oracle VM Manager: 192.168.12.0 network
Oracle VM Virtural Machines: 192.168.12.0 network
Hope you can help me.
Thanks !!!
Willy