Can we make virtual machines in RHEL6 with each having static ip's and have individual connection from other network and without using a bridge.
feedback
|
|
Either you need a seperate hardware NIC assigned to each virtual machine using pci passthrough, or you need to use bridged networking. | |||
|
feedback
|
|
there are two ways to go about networking - use a bridge or use NAT. The preferred way is to use a bridge, since this places the VM in the same network with the rest of the involved machines, the bridge acting like a virtual hub for the VMs. What exactly are you trying to achieve? | |||||||
feedback
|