-3

there are more and more implementations of distributed-virtualisation. A common one is Microsoft SCVMM.

Currently, such things are kept inside LANs, and a san or fiber-channel system is used for fault-tolerance (It often store VM's RAM with realtime update). Given that a part of the data need very high band-width network storage, I'm aware it would require a special and high-cost contract with the ISP.

The point of my question is : Given that there is some part of allocation by range, is it possible for virtual machines running inside a such infrastructure to get an accessible public IP address?
If yes, would it be also possible with IPV6?

6
  • I think you're confused about what SCVMM is. It is VM management, not distributed virtualization. Distributed virtualization... Well, isn't actually a thing, any more than distributed commuting or distributed eating is. Distributed virtualization, as it actually exists today is about allowing access to shared resources by distributed VMs, not about distributing a virtualized machine. Commented May 2, 2014 at 21:35
  • @HopelessN00bGeniusofnetwork : Yes SCVMM is VM management. It is also part of the Microsoft way to do fault-tolerance and load-balancing (at the virtual machine instance level) between several Hyper-V hosts. Commented May 2, 2014 at 21:50
  • 2
    Neither of which is "distributed virtualization." Fault tolerance is fault tolerance and load-balancing is load balancing. Commented May 2, 2014 at 21:54
  • Maybe you're looking for Anycast. If that doesn't answer your question, I'm stumped at what you're trying to ask. Commented May 2, 2014 at 21:58
  • 2
    VTC silly and confused. Commented May 2, 2014 at 22:32

1 Answer 1

1

I think you have some fundamental gaps in your understanding of how virtual machines work:

  • Distributed virtualisation? What? SCVMM/vSphere are not distributed virtualistion, they are just virtualisation managers.
  • Your comments about FC are irrelevant to your actual question?
  • Yes, virtual machines can and often do get non RFC-1918 IP addresses that are routable on the internet.
  • Apart from link-local addresses, there's not really any such thing as a non-routable IPv6 IP address. So yes, of course it can get a routable IPv6 address
3
  • "Yes, virtual machines can and often do get non RFC-1918 IP addresses that are routable on the Internet." : My concern is weather their address will remain routable (In the case of an address everyone can reach) if the hosts which run the hypervisors are located on several continents in the world. (I already know you can host a web server in virtual machine in a single LAN network) Commented May 2, 2014 at 22:59
  • 1
    I think the phrase you are looking for is "anycast". but I think you have some serious misunderstandings about how virtualisation works. You can't just migrate a VM from one side of the world to the other without some seriously expensive infrastructure. Commented May 2, 2014 at 23:04
  • I'm aware it would require a special and exapnsive contract... That's what's I was saying. Commented May 3, 2014 at 9:38

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.