So, as I understand it, you are running two VMs - a Linux one and a Windows one. IIRC, the Oracle Linux should not be a VM under the Windows VM, but a separate one. Yes, it should have a fixed IP, not a DHCP address. You also apparently want to run a webserver on it, which would require Apache or nginx.
On the VM network, you need to open the web ports (like 80, 8080, 800, 443, etc.) The 443 port is for https. Also, you will need to open the port for the database, which I think is something like 3406.
So you have two issues to deal with on the networking side: opening the ports within your network to allow communication between the two servers, and then to open your firewall to all the Linux box to query a website (ip address and port) that has the repository that you need for Oracle Linux. Which ports need to be open on the firewall will depend on whether your source is http/s or ftp.
I hope this helps. Without access to the underlying hypervisor I can't tell you how to set this up, only that it needs to be done.
no subject
So, as I understand it, you are running two VMs - a Linux one and a Windows one. IIRC, the Oracle Linux should not be a VM under the Windows VM, but a separate one. Yes, it should have a fixed IP, not a DHCP address. You also apparently want to run a webserver on it, which would require Apache or nginx.
On the VM network, you need to open the web ports (like 80, 8080, 800, 443, etc.) The 443 port is for https. Also, you will need to open the port for the database, which I think is something like 3406.
So you have two issues to deal with on the networking side: opening the ports within your network to allow communication between the two servers, and then to open your firewall to all the Linux box to query a website (ip address and port) that has the repository that you need for Oracle Linux. Which ports need to be open on the firewall will depend on whether your source is http/s or ftp.
I hope this helps. Without access to the underlying hypervisor I can't tell you how to set this up, only that it needs to be done.