WO2012035067A1 - Multiple virtual machines sharing a single ip address - Google Patents

Multiple virtual machines sharing a single ip address Download PDF

Info

Publication number
WO2012035067A1
WO2012035067A1 PCT/EP2011/065945 EP2011065945W WO2012035067A1 WO 2012035067 A1 WO2012035067 A1 WO 2012035067A1 EP 2011065945 W EP2011065945 W EP 2011065945W WO 2012035067 A1 WO2012035067 A1 WO 2012035067A1
Authority
WO
WIPO (PCT)
Prior art keywords
virtual
virtual machine
port
data packet
virtual machines
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/EP2011/065945
Other languages
English (en)
French (fr)
Inventor
Mikhail Shoykher
Jeffrey Klink
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
IBM United Kingdom Ltd
International Business Machines Corp
Original Assignee
IBM United Kingdom Ltd
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by IBM United Kingdom Ltd, International Business Machines Corp filed Critical IBM United Kingdom Ltd
Priority to GB1304969.7A priority Critical patent/GB2514323B/en
Priority to JP2013528656A priority patent/JP5643431B2/ja
Priority to DE112011103082.7T priority patent/DE112011103082B4/de
Priority to CN2011800444882A priority patent/CN103109516A/zh
Publication of WO2012035067A1 publication Critical patent/WO2012035067A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • H04L61/2514Translation of Internet protocol [IP] addresses between local and global IP addresses
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • H04L61/2517Translation of Internet protocol [IP] addresses using port numbers
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances

Definitions

  • the invention relates to computer systems, and more specifically relates to sharing a single IP address among multiple virtual machines residing on one or more physical host computers.
  • a single host computer may hold multiple virtual instances of a computer referred to as a virtual machine.
  • a virtual machine is sometimes defined as an efficient and isolated duplicate of a real machine.
  • a virtual machine is thus a duplicate or instance of a virtual computer residing on a physical host computer.
  • a virtual machine is sometimes also called a logical partition.
  • a principle advantage of a virtual machine system is that multiple operating system (OS) environments can co-exist on the same computer in isolation from each other.
  • a virtual machine can provide an instruction set architecture that is different from that of the real machine.
  • a virtual machine can be utilized to improve application provisioning, maintenance, high availability and disaster recovery.
  • Virtual machines residing on a physical host computer typically must share a physical network interface of the host computer.
  • the physical network interface of the host computer is connected to an external network.
  • an external network is any network residing outside of a single physical machine and may/may not be indirectly contacted through a series of firewalls.
  • Virtual machines residing on the host have their own virtual network interfaces connected to the same external network via the host physical interface. In the prior art, there have been various approaches to having multiple virtual machines use the same physical network interface.
  • US 7782878 discloses sharing an IP address assigned to a first network device by a second network device such that packets originating from the second network device appear to be originating from the first network device.
  • the network device accomplishes this task by sending messages from one or more specified ports using the IP address of the computer where the specified ports are not used by the computer.
  • US 20090106404 discloses a method for dynamically configuring virtual internet protocol addresses. Normally, where an IP address specifies a node connected to a local area network (LAN), some or all of the IP address typically specifies the access point of the LAN.
  • LAN local area network
  • a "port" designation in addition to the IP address, can be used for specifying a node within the access point (LAN).
  • the IP address can be used to specify the Internet access point of the LAN, and the port to specific a node within the LAN which is connected to the Internet at that access point.
  • the Internet access point translates the IP address (and port, if included) of a packet received over the Internet to a local network address, which may also be an IP address.
  • US 74478042 discloses a method for multi-telecommunication over local IP network.
  • each IP address is shared by a plurality of terminals.
  • the local IP network 101 identifies each terminal by an internal IP address, that is, 10.0.0.0 to 10.0.255.255.
  • Each terminal is assigned to a different port number to make a distinction between the terminals of the local IP network 101.
  • a port refers to a TCPfuDP port, not in a physical or hardware sense.
  • an IP network assigns particular ports to process HTTP, E-mail, and FTP and has a plurality of reserved ports. These reserved ports are used as IDs to identify the terminals connected to the local IP network.
  • KR2002007477A2 discloses an apparatus for sharing ip address using port number.
  • An apparatus for sharing an IP address is provided to prevent the waste of the IP address and improve the speed by using port number included in a TCPAJDP/IP header.
  • the disclosure and claims herein are directed to multiple virtual machines (virtual computers) that collectively are assigned the same IP address on an external network address space.
  • the virtual machines reside on one or more physical host computer systems.
  • a virtual network manager handles network traffic from a physical interface on the host computer and forwards network data to the appropriate virtual machine based on a destination port number.
  • Data packets on the external network each have a destination and source port number.
  • the virtual network manager uses a port range table that associates each virtual machine with a range of destination port numbers for incoming data packets.
  • Each of the virtual machines is assigned a unique destination port range in the port range table and incoming data traffic on the external network is routed to the receiving virtual machines based on the destination port number in the data packet.
  • the present invention provides an apparatus comprising: a host computer system with a processor and a memory; a physical interface with a single internet protocol (IP) address connecting the host computer to an external network; a plurality of virtual machines each with a virtual machine number in the memory; a data packet with a destination port number received on the physical interface; a virtual network manager that forwards the data packet to a unique one of the plurality of virtual machines depending on the destination port number in the data packet.
  • IP internet protocol
  • the present invention provides an apparatus further comprising a port range table with a plurality of port ranges and a corresponding virtual machine number for each port range, and wherein the virtual network manager determines the virtual machine number of the unique one of the plurality of virtual machines by selecting the virtual machine number stored in the port range table corresponding to a port range that includes the destination port number in the data packet.
  • the present invention provides an apparatus further comprising a firewall protecting the host computer from the external network.
  • the present invention provides an apparatus wherein the plurality of virtual machines is located on a plurality of host computer systems.
  • the present invention provides an apparatus wherein the virtual network manager forwards the data packet to the virtual machine on a virtual network.
  • the present invention provides an apparatus wherein the data packets conform to a protocol chosen from the following: TCP (Transmission Control Protocol) and User Datagram Protocol (UDP).
  • TCP Transmission Control Protocol
  • UDP User Datagram Protocol
  • the present invention provides an apparatus wherein ephemeral ports of the virtual machines are configured to use port numbers in the port range table assigned to the virtual machine.
  • the present invention provides a method for sending data to a virtual machine on a host computer system, the method comprising the steps of: configuring multiple virtual machines with a single internet protocol (IP) address; configuring a virtual network manager with a port range table with a plurality of port ranges and a corresponding virtual machine number for each port range; routing an incoming data packet from a physical interface to a unique one of the multiple virtual machines based on a destination port number in the data packet.
  • IP internet protocol
  • the present invention provides a method wherein the method steps are implemented in a computer software program stored in computer memory and executed by a computer processor.
  • the present invention provides a method wherein the step of routing the incoming data packet further comprises: determining a virtual machine number corresponding to a port range in the port range table which includes the destination port number in the data packet and routing the data packet to the unique one virtual machine with the determined virtual machine number.
  • the present invention provides a method further comprising the steps of:
  • TCP Transmission Control Protocol
  • HDP User Datagram Protocol
  • the present invention provides a method wherein the virtual network manager forwards the data packet to the virtual machine on a virtual network.
  • the present invention provides a method wherein the plurality of virtual machines are located on a plurality of host computers.
  • the present invention provides a method for sending data to a virtual machine on a host computer system, the method comprising the steps of: configuring multiple virtual machines located on at least one physical host computer with a single internet protocol (IP) address; configuring a virtual network manager with a port range table with a plurality of port ranges and a corresponding virtual machine number for each port range; routing an incoming data packet from a physical interface to a unique one of the multiple virtual machines based on a destination port number in the data packet by determining a virtual machine number corresponding to a port range in the port range table which includes the destination port number in the data packet and routing the data packet to the unique one virtual machine with the determined virtual machine number; discarding the incoming packet where the incoming packet is not allowed by a firewall; returning the incoming packet if the packet does not conform to a protocol chosen from the following: TCP (Transmission Control Protocol) and User Datagram Protocol (UDP); configuring ephemeral ports of the virtual machines to use port numbers in the IP (IP) address; configuring
  • the present invention provides an article of manufacture comprising software stored on tangible computer readable storage medium, the software comprising: a virtual network manager that forwards a data packet with a destination port number received on a physical interface to a unique one of a plurality of virtual machines depending on the destination port number in the data packet, where the plurality of virtual machines share the physical interface having a single internet protocol (IP) address connecting a host computer to an external network.
  • IP internet protocol
  • the present invention provides an article of manufacture wherein the virtual network manager further comprises a port range table with a plurality of port ranges and a corresponding virtual machine number for each port range, and wherein the virtual network manager determines the virtual machine number of the unique one of the plurality of virtual machines by selecting the virtual machine number stored in the port range table
  • the present invention provides an article of manufacture wherein a firewall protects the host computer from the external network.
  • the present invention provides an article of manufacture wherein the plurality of virtual machines are located on a plurality of host computers.
  • the present invention provides an article of manufacture wherein the virtual network manager forwards the data packet to the virtual machine on a virtual network
  • the present invention provides an article of manufacture wherein the data packets conform to a protocol chosen from the following: TCP (Transmission Control Protocol) and User Datagram Protocol (UDP).
  • TCP Transmission Control Protocol
  • UDP User Datagram Protocol
  • the present invention provides an article of manufacture wherein ephemeral ports of the virtual machines are configured to use port numbers in the port range table assigned to the virtual machine.
  • Figure 1 is a block diagram of a computer system with a virtual network manager utilizing a port range table to enable multiple virtual computers to use a single network IP address as described herein in accordance with a preferred embodiment of the present invention
  • Figure 2 is a block diagram that illustrates how data packets are routed to multiple virtual machines residing on a host computer by a virtual network manager in accordance with a preferred embodiment of the present invention
  • FIG. 3 is a block diagram that represents a data packet sent over the network described herein, in accordance with a preferred embodiment of the present invention
  • Figure 4 is a block diagram that shows an example of a port range table, in accordance with a preferred embodiment of the present invention.
  • Figure 5 is a block diagram similar to Figure 1 that illustrates multiple physical hosts with virtual machines utilizing the same IP address, in accordance with a preferred embodiment of the present invention
  • Figure 6 is a method flow diagram for sharing a single IP address among multiple virtual machines, in accordance with a preferred embodiment of the present invention.
  • Figure 7 is an example of a method flow diagram for routing incoming data to multiple virtual machines based on a port range table according to step 630 in Figure 6, in accordance with a preferred embodiment of the present invention. Detailed description of the invention
  • Described herein is an apparatus and method for multiple virtual machines to share the same IP address on an external network address space.
  • the virtual machines reside on one or more physical host computer systems.
  • a virtual network manager handles network traffic from a physical interface on the host computer and forwards network data to the appropriate virtual machine based on a destination port number.
  • Data packets on the external network each have a destination and source port number.
  • the virtual network manager uses a port range table that associates each virtual machine with a range of destination port numbers for incoming data packets.
  • Each of the virtual machines is assigned a unique destination port range in the port range table and incoming data traffic on the external network is routed to the receiving virtual machines based on the destination port number in the data packet.
  • a computer system 100 is one suitable implementation of a computer system that includes a virtual network manager as described herein.
  • Computer system 100 is an International Business Machines Corporation (IBM®) Power System which can run multiple operating systems including the IBM® i operating system and Linux operating system (Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both).
  • IBM® i operating system and Linux operating system
  • computer system 100 comprises one or more processors 110, a main memory 120, a mass storage interface 130, a display interface 140, and a network interface 150, and a plurality of I/O slots 180. These system components are interconnected through the use of a system bus 160.
  • Mass storage interface 130 is used to connect mass storage devices with a computer readable medium, such as direct access storage devices 155, to computer system 100.
  • a computer readable medium such as direct access storage devices 155
  • One specific type of direct access storage device 155 is a readable and writable CD-RW drive, which may store data to and read data from a CD-RW 195.
  • mass storage interface 130, display interface 140, and network interface 150 may actually be implemented in adapters coupled to I/O slots 180.
  • An I/O adapter is one suitable network interface 150 that may be implemented in an external card that is plugged into one of the I/O slots 180.
  • other I/O devices such as modems can be plugged into one of the I/O slots 180.
  • Main memory 120 preferably contains an operating system 121.
  • Operating system 121 is preferably a multitasking operating system, such as AIX, or Linux; however, those skilled in the art will appreciate that the spirit and scope of this disclosure is not limited to any one operating system. Any suitable operating system can be used. Operating system 121 is a sophisticated program that contains low-level code to manage the resources of computer system 100. Some of these resources are processors 1 10, main memory 120, mass storage interface 130, display interface 140, network interface 150, system bus 160, and I/O slots 180. Each virtual machine may also have an operating system. The operating system in each virtual machine or partition may be the same as the operating system in virtual machines, or may be a completely different operating system.
  • the memory further includes a software application 122.
  • the memory includes a virtual network manager 123.
  • the virtual network manager includes an interceptor 124, a mixer 125 and a port range table 126.
  • the memory also includes one or more virtual machines or computers 127. Each of these entities in the memory is described further below.
  • the virtual machine(s) 127 are shown to reside within main memory 120. However, one skilled in the art will recognize that a virtual machine (or logical partition) is a logical construct that includes resources other than memory. A virtual machine 127 typically specifies a portion of memory, along with an assignment of processor capability an other system resources, such as I/O slots 180 and I/O adapters, which may reside in I/O slots 180. Thus, one virtual machine could be defined to include two processors and a portion of memory 120, along with one or more I/O processors that can provide the functions of mass storage interface 130, display interface 140, network interface 150, or interfaces to I/O adapters or other devices (such as modems) plugged into I/O slots 180.
  • FIG. 1 Another virtual machine could then be defined to include three other processors, a different portion of memory 120, and one or more I/O processors.
  • the virtual machine(s) is shown in FIG. 1 to symbolically represent virtual machines or logical partitions, which would include system resources outside of memory 120 within computer system 100.
  • Computer system 100 utilizes well known virtual addressing mechanisms that allow the programs of computer system 100 to behave as if they only have access to a large, single storage entity instead of access to multiple, smaller storage entities such as main memory 120 and DASD device 155. Therefore, while operating system 121, application 122, virtual network manager 123 and the virtual machine(s) 127 are shown to reside in main memory 120, those skilled in the art will recognize that these items are not necessarily all completely contained in main memory 120 at the same time.
  • the term "memory” is used herein generically to refer to the entire virtual memory of computer system 100, and may include the virtual memory of other computer systems coupled to computer system 100.
  • Processor 110 may be constructed from one or more microprocessors and/or integrated circuits. Processor 110 executes program instructions stored in main memory 120. Main memory 120 stores programs and data that processor 110 may access. When computer system 100 starts up, processor 110 initially executes the program instructions that make up operating system 121 and later executes the program instructions that make up the application 122 and the virtual network manager 123.
  • computer system 100 is shown to contain only a single processor and a single system bus, those skilled in the art will appreciate that a virtual network manager may be practiced using a computer system that has multiple processors and/or multiple buses.
  • the interfaces that are used preferably each include separate, fully programmed microprocessors that are used to off-load compute-intensive processing from processor 110.
  • these functions may be performed using I/O adapters as well.
  • Display interface 140 is used to directly connect one or more displays 165 to computer system 100.
  • These displays 165 which may be non-intelligent (i.e., dumb) terminals or fully programmable workstations, are used to provide system administrators and users the ability to communicate with computer system 100. Note, however, that while display interface 140 is provided to support communication with one or more displays 165, computer system 100 does not necessarily require a display 165, because all needed interaction with users and other processes may occur via network interface 150, e.g. web client based users.
  • Network interface 150 is used to connect computer system 100 to other computer systems or workstations 175 via network 170.
  • Network interface 150 broadly represents any suitable way to interconnect electronic devices, regardless of whether the network 170 comprises present-day analog and/or digital techniques or via some networking mechanism of the future.
  • many different network protocols can be used to implement a network. These protocols are specialized computer programs that allow computers to communicate across a network. TCP (Transmission Control Protocol) and User Datagram Protocol (UDP) are examples of suitable network protocols.
  • TCP Transmission Control Protocol
  • UDP User Datagram Protocol
  • FIG. 2 illustrates a block diagram for a host computer with multiple virtual machines to share the same IP address on an external network address space.
  • the host computer 100 in Figure 2 is the host computer described above with reference to Figure 1 or a similar computer system.
  • the host computer 100 is connected to a network cloud 212 by a physical network 214.
  • the network cloud represents an external network of computers connected together and communicating with the host computer 100.
  • Data communications from other computers in the network cloud 212 flows to the host computer 100 through a Firewall 216.
  • Data is sent to the host computer over the network 214 in data packets according to different data protocols.
  • the data packets are routed to multiple virtual machines 127A, 127B residing on the host computer 100 by a virtual network manager 123.
  • the virtual network manager 123 receives the data packets on a physical interface 216 and then sends the data packets to the appropriate virtual machine using a virtual interface 220.
  • the virtual network manager has an interceptor 124 that manages incoming data and a mixer 125 that manages outgoing data.
  • the mixer 125 receives outgoing packets from the virtual machines 127 A, 127B and sends them to the external network 212.
  • the interceptor 124 intercepts incoming traffic to the shared address and depending on the target port either sends it to the destination virtual machine via the via the virtual interface or returns it back to the host networking stack if the destination port does not match any of assigned port ranges.
  • the interceptor uses a port range table 126 to determine where to send each data packet. The interceptor looks at the destination port number in the data packet and sends the data packet to the virtual machine assigned to receive data packets with that particular destination port number as determined by the port range table 126.
  • Figure 3 is a block diagram that represents a highly simplified diagram of a data packet used for data communication on the external network.
  • the data packed may be a TCP or UDP data packet as known in the art.
  • the data packet 300 includes an IP address 310 and a destination port number 312. Other elements 314 of the data packet are not described here but are well known in the art.
  • Figure 4 illustrates a table that represents one suitable implementation of a port range table 126 used by the interceptor 124 ( Figure 2) in the virtual network manager 123 ( Figure 2).
  • the port range table 126 is preferably a file of records stored in memory, in a data storage device, or both.
  • the port range table 126 includes a plurality of destination port ranges 410 and an associated virtual machine 412 for each port range.
  • a port range 410 defines one or more destination port numbers that are used by the virtual network manager to route data to the corresponding virtual machine 412.
  • a port range of 0-25 414 is associated with Virtual Machine 1 416
  • a port range of 26-80 418 is associated with Virtual Machine 2 420.
  • the port range table 126 may include any number of other port ranges as indicated by the "other" range 422 associated with the other virtual machine 424.
  • the port range table 126 may be stored in any suitable format to show a logical condition between the port ranges and virtual machines as described herein. An entire port range may be closed on the host computer to disable packets for an entire virtual machine thus simplifying system administration when managing virtual machines on the host.
  • IP address For TCP and UDP protocols, a single IP address has a limited number of destination ports and port numbers typically may not conflict between applications when using one IP address.
  • One IP address may permit only one application on a virtual machine to be the receiver of communication to a certain port. For example, only one virtual machine can use the TCP port 21 for communication where only one IP address exists as described herein.
  • the address space of the virtual machines is transparent to all protocols including peer to peer protocols and Voice over IP protocols.
  • Both the mixer 125 and interceptor 124 are located behind the host firewall 216 thus protecting virtual machines from external threats. Firewalls for the host system and client system may remain unchanged. Since the shared IP address is seen as 'local' to the host, it treats any packet rule as though it is a local rule and directing it for a local application. A secondary firewall or rule set is not required since only one IP address is used.
  • all the virtual machines are configured to use the same IP address on the network interface.
  • Each virtual machine is assigned a unique port range, which may consist of one or more non-contiguous ranges. All applications that are accepting incoming TCP or UDP packets are configured to use ports from the assigned range only as these will be the only known incoming/outgoing ports.
  • the virtual machine operating systems may be configured to use ephemeral ports from the assigned range.
  • Ephemeral ports are used as temporary ports in outgoing TCP and UDP packets.
  • the virtual machines assign the source port on outgoing messages in the same range of ports assigned to the virtual machine in the port range table so that returning messages will return to the proper virtual machine.
  • the host is configured to intercept packets sent to the shared IP address assigned to virtual machines and to forward into the destination machine based on the packet destination port number. All outgoing packets are typically transmitted to the external network unmodified. If the host is also using the shared IP address, a unique port range is assigned to the host. In this case the host is allocating permanent and ephemeral ports from this range.
  • the packets received by the host for the shared address are intercepted by interceptor and directed to a virtual machine. If the host is using the shared IP, all packets that are not matched by the one of virtual machine port range are returned back to the host networking stack.
  • Figure 5 illustrates is a block diagram for a computer system with multiple virtual machines that share the same IP address on an external network address space.
  • the computer system of Figure 5 is similar to the system shown in Figure 2 but shows an example of how the system can be scaled to multiple physical host computers.
  • the host computer 510A has a virtual network manager 123 similar to the host computer 100 described in Figure 2.
  • the virtual network manager 123 in Figure 5 communicates with virtual machines that reside on one or more other hosts.
  • the virtual network manager 123 sends data packets to Virtual Machine A 125 A and virtual Machine B 125B on HostB 510B, and Virtual Machine C 125 C and virtual Machine D 125D on HostC 5 IOC.
  • the virtual network manager handles communication to the virtual machines on different physical host computers over a physical network 512 rather than a virtual network between the host computers 510A, 510B, 5 IOC.
  • the connection to the virtual machines on the other hosts computers can use any suitable physical network connection. This architecture allows a virtual machine to migrate to a different physical host without changing the IP address.
  • Figure 6 shows a method 600 for assigning the same IP address on an external network to multiple virtual computers as claimed herein.
  • the steps in method 600 are preferably performed by the virtual network manager 123 ( Figure 1), but portions of the method may also be performed by other software associated with the computer system or by a system administrator.
  • First configure multiple virtual machines to use a single IP address (step 610).
  • Next configure a port range table with a range of ports for each virtual machine (step 620).
  • step ephemeral ports of each of the virtual machines to use source port numbers in the assigned port range for the virtual machine in the port range table (step 630).
  • route incoming data on a physical interface to the multiple virtual machines based on a destination port number in the data packet step 640. The method is then done.
  • Figure 7 shows a method 630 for routing data on a physical interface to multiple virtual machines based on the port range table.
  • Method 630 is an example of performing the step 630 in Figure 6 according to the examples described in the previous paragraph.
  • the steps in method 630 are preferably performed by the virtual network manager 123 ( Figure 1), but portions of the method may also be performed by other software associated with the computer system.
  • Method 630 is performed for each new incoming data packet on the physical interface (step 710).
  • step 760 yes
  • step 770 forward the data packet to a unique one of the virtual machines depending on the destination port number in the data packet (step 770) and return to step 710.
  • the virtual machine number of the unique virtual machine to forward the packet is determined by selecting the virtual machine number stored in the port range table corresponding to a port range that includes the destination port number in the data packet.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
  • the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
  • a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
  • a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java (Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates), Smalltalk, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • LAN local area network
  • WAN wide area network
  • Internet Service Provider an Internet Service Provider
  • These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer program instructions may also be stored in a computer readable medium that can direct a computer, other
  • the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)
  • Small-Scale Networks (AREA)
PCT/EP2011/065945 2010-09-15 2011-09-14 Multiple virtual machines sharing a single ip address Ceased WO2012035067A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
GB1304969.7A GB2514323B (en) 2010-09-15 2011-09-14 Multiple virtual machines sharing a single IP address
JP2013528656A JP5643431B2 (ja) 2010-09-15 2011-09-14 単一のipアドレスを共有する複数の仮想マシン
DE112011103082.7T DE112011103082B4 (de) 2010-09-15 2011-09-14 Mehrere virtuelle Maschinen mit gemeinsamer Nutzung einer einzigen IP-Adresse
CN2011800444882A CN103109516A (zh) 2010-09-15 2011-09-14 共享单个ip地址的多虚拟机

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/882,795 2010-09-15
US12/882,795 US8363656B2 (en) 2010-09-15 2010-09-15 Multiple virtual machines sharing a single IP address

Publications (1)

Publication Number Publication Date
WO2012035067A1 true WO2012035067A1 (en) 2012-03-22

Family

ID=44654108

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2011/065945 Ceased WO2012035067A1 (en) 2010-09-15 2011-09-14 Multiple virtual machines sharing a single ip address

Country Status (6)

Country Link
US (1) US8363656B2 (enExample)
JP (1) JP5643431B2 (enExample)
CN (1) CN103109516A (enExample)
DE (1) DE112011103082B4 (enExample)
GB (1) GB2514323B (enExample)
WO (1) WO2012035067A1 (enExample)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103326997A (zh) * 2012-03-23 2013-09-25 百度在线网络技术(北京)有限公司 一种访问虚拟服务器的方法及虚拟服务器系统
JP2013207386A (ja) * 2012-03-27 2013-10-07 Fujitsu Ltd 通信制御システム、通信制御方法及び通信制御プログラム
WO2014000483A1 (en) * 2012-06-29 2014-01-03 Hangzhou H3C Technologies Co., Ltd. Firewall security between virtual devices

Families Citing this family (52)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8595378B1 (en) * 2009-03-30 2013-11-26 Amazon Technologies, Inc. Managing communications having multiple alternative destinations
US20120030686A1 (en) * 2010-07-29 2012-02-02 International Business Machines Corporation Thermal load management in a partitioned virtual computer system environment through monitoring of ambient temperatures of envirnoment surrounding the systems
US8363656B2 (en) * 2010-09-15 2013-01-29 International Business Machines Corporation Multiple virtual machines sharing a single IP address
US9258271B1 (en) * 2011-01-13 2016-02-09 Google Inc. Network address translation for virtual machines
US8874888B1 (en) 2011-01-13 2014-10-28 Google Inc. Managed boot in a cloud system
US9135037B1 (en) 2011-01-13 2015-09-15 Google Inc. Virtual network protocol
US8856734B2 (en) 2011-03-11 2014-10-07 Oracle International Corporation Type-safe dependency injection of services into enterprise components
US8661410B2 (en) 2011-03-11 2014-02-25 Oracle International Corporation Managed enterprise software components as dynamic services
US9063818B1 (en) 2011-03-16 2015-06-23 Google Inc. Automated software updating based on prior activity
US8533796B1 (en) 2011-03-16 2013-09-10 Google Inc. Providing application programs with access to secured resources
US9237087B1 (en) 2011-03-16 2016-01-12 Google Inc. Virtual machine name resolution
US8706881B2 (en) * 2011-03-22 2014-04-22 Oracle International Corporation Automatic registration of enterprise resources in a dynamic module system services registry
US9075979B1 (en) 2011-08-11 2015-07-07 Google Inc. Authentication based on proximity to mobile device
US8966198B1 (en) 2011-09-01 2015-02-24 Google Inc. Providing snapshots of virtual storage devices
US20130132948A1 (en) * 2011-11-21 2013-05-23 Adiseshu Hari Personal cloud computing and virtual distributed cloud computing system
US8958293B1 (en) 2011-12-06 2015-02-17 Google Inc. Transparent load-balancing for cloud computing services
US8800009B1 (en) 2011-12-30 2014-08-05 Google Inc. Virtual machine service access
US8949415B2 (en) * 2012-01-04 2015-02-03 International Business Machines Corporation Activity-based virtual machine availability in a networked computing environment
US8996887B2 (en) 2012-02-24 2015-03-31 Google Inc. Log structured volume encryption for virtual machines
US9450909B2 (en) * 2013-01-09 2016-09-20 Telefonaktiebolaget Lm Ericsson (Publ) Method of and a processing device handling a protocol address in a network
CN104218995B (zh) 2013-06-04 2018-06-05 中兴通讯股份有限公司 一种onu、通信系统及onu通信方法
CN104579727B (zh) * 2013-10-17 2018-02-06 国际商业机器公司 一种管理网络节点的网络连接的方法和装置
JP6014580B2 (ja) * 2013-12-25 2016-10-25 エヌ・ティ・ティ・コムウェア株式会社 負荷分散装置、負荷分散方法及び負荷分散プログラム
EP3435596B1 (en) * 2014-03-14 2020-04-15 Nicira Inc. Route advertisement by managed gateways
US9590901B2 (en) 2014-03-14 2017-03-07 Nicira, Inc. Route advertisement by managed gateways
JP6076933B2 (ja) * 2014-03-25 2017-02-08 西日本電信電話株式会社 スイッチングハブ及び機器検証用ネットワークシステム
KR101583325B1 (ko) 2014-08-12 2016-01-07 주식회사 구버넷 가상 패킷을 처리하는 네트워크 인터페이스 장치 및 그 방법
US9819690B2 (en) 2014-10-30 2017-11-14 Empire Technology Development Llc Malicious virtual machine alert generator
CN104615102B (zh) * 2014-12-22 2017-06-16 北京天诚同创电气有限公司 用于风电场的风力发电机组管理系统和方法
CN105991440B (zh) * 2015-02-12 2019-03-15 新华三技术有限公司 防止虚拟机vm迁移引起的流量中断的方法和设备
CN105991789A (zh) * 2015-03-06 2016-10-05 中兴通讯股份有限公司 一种虚拟机端口映射的实现方法、服务器及系统
US10038628B2 (en) 2015-04-04 2018-07-31 Nicira, Inc. Route server mode for dynamic routing between logical and physical networks
TWI568219B (zh) * 2015-07-16 2017-01-21 金智洋科技股份有限公司 閘道器對網路裝置自動分配通訊埠號之方法及其電腦程式、電腦可讀取媒體、閘道器
KR20180100605A (ko) * 2016-01-25 2018-09-11 후아웨이 테크놀러지 컴퍼니 리미티드 데이터 송신 방법 및 호스트 머신
US10333849B2 (en) 2016-04-28 2019-06-25 Nicira, Inc. Automatic configuration of logical routers on edge nodes
US10819678B2 (en) * 2016-08-24 2020-10-27 British Telecommunications Public Limited Company Data network address sharing between multiple elements associated with a shared network interface unit
US10270692B1 (en) * 2016-11-10 2019-04-23 Juniper Networks, Inc. Establishing a connection to multiple network devices using a single internet protocol (IP) address
US10191762B2 (en) 2017-01-31 2019-01-29 Vmware, Inc. Transparent deployment of intermediary manager into guest operating system network traffic
US10819568B2 (en) * 2017-06-26 2020-10-27 Commscope Technologies Llc System and method for configuring the ethernet network and RF connections for links between nodes of a distributed antenna system
TWI686065B (zh) * 2017-11-06 2020-02-21 財團法人工業技術研究院 自動初始化網路裝置之方法及使用此方法之遠端伺服器及網路系統
US10891205B1 (en) * 2018-02-01 2021-01-12 EMC IP Holding Company LLC Geographically dispersed disaster restart multitenancy systems
US11012408B2 (en) 2018-08-22 2021-05-18 International Business Machines Corporation Configuring virtual machine instances using one-to-one mappings
US11086686B2 (en) * 2018-09-28 2021-08-10 International Business Machines Corporation Dynamic logical partition provisioning
CN110798448B (zh) * 2019-09-20 2021-12-28 西安瑞思凯微电子科技有限公司 一种无ip网络通信方法及其装置、电子设备、存储介质
JP7234905B2 (ja) * 2019-11-20 2023-03-08 横河電機株式会社 情報処理装置及びアドレス重複管理方法
CN111327635B (zh) * 2020-03-09 2023-07-14 深信服科技股份有限公司 数据传输方法、服务器及可读存储设备
US11595350B2 (en) 2020-05-08 2023-02-28 Ribbon Communications Operating Company, Inc. Networking as a service
CN114090277B (zh) * 2020-08-25 2024-11-29 中车株洲电力机车研究所有限公司 融合控制架构下的通信方法、系统、设备及存储介质
US11743233B2 (en) * 2021-02-12 2023-08-29 Oracle International Corporation Scaling IP addresses in overlay networks
US11799822B2 (en) 2022-01-21 2023-10-24 Google Llc Proxyless network address translation with dynamic port allocation
CN114448939B (zh) * 2022-04-07 2022-07-05 广州市保伦电子有限公司 一种基于VirtualBox的获取宿主机IP地址的方法及后台服务器
US20240069949A1 (en) * 2022-08-29 2024-02-29 International Business Machines Corporation Applying hypervisor-based containers to a cluster of a container orchestration system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020007477A (ko) 2000-07-14 2002-01-29 이정태 포트번호를 이용한 아이피주소 공유장치
US7228337B1 (en) * 2001-09-11 2007-06-05 Cisco Technology, Inc. Methods and apparatus for providing a network service to a virtual machine
US7447804B2 (en) 2000-03-20 2008-11-04 Samsung Electronics Co., Ltd. System and method for multi-telecommunication over local IP network
US20090106404A1 (en) 2007-10-18 2009-04-23 Christenson David A Method and Apparatus for Dynamically Configuring Virtual Internet Protocol Addresses
US7782878B2 (en) 2004-08-16 2010-08-24 I2Telecom Ip Holdings, Inc. System and method for sharing an IP address

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2255383A1 (en) * 1998-12-04 2000-06-04 Newbridge Networks Corporation Conversion of a permanent connection into a signalled permanent connection and vice versa
US7444408B2 (en) * 2004-06-30 2008-10-28 Intel Corporation (A Delaware Corporation) Network data analysis and characterization model for implementation of secure enclaves within large corporate networks
US7613809B2 (en) * 2006-05-30 2009-11-03 Intel Corporation Supporting ephemeral ports in a virtualized environment
US7706303B2 (en) 2006-06-26 2010-04-27 Cisco Technology, Inc. Port pooling
US7876765B2 (en) * 2006-09-29 2011-01-25 Intel Corporation Method for supporting IP network interconnectivity between partitions in a virtualized environment
US8234641B2 (en) * 2006-10-17 2012-07-31 Managelq, Inc. Compliance-based adaptations in managed virtual systems
US7830882B2 (en) * 2006-11-17 2010-11-09 Intel Corporation Switch scaling for virtualized network interface controllers
CN100568181C (zh) * 2007-06-22 2009-12-09 浙江大学 基于处理器虚拟化技术的虚拟机系统及其实现方法
US7835356B2 (en) * 2007-11-15 2010-11-16 Intel Corporation Method and device for fragmented packet routing in virtualized environments
JP5125659B2 (ja) * 2008-03-24 2013-01-23 富士通株式会社 情報処理装置、情報処理方法及びコンピュータプログラム
US7908353B2 (en) 2008-04-11 2011-03-15 International Business Machines Corporation Managing overlapping address spaces
JP2009278261A (ja) * 2008-05-13 2009-11-26 Toshiba Corp 情報処理装置および通信制御方法
JP5123800B2 (ja) * 2008-09-16 2013-01-23 株式会社リコー 情報処理装置、情報処理方法及びプログラム
JP2010114665A (ja) * 2008-11-06 2010-05-20 Toshiba Corp 通信データ制御方法及び計算機システム
EP2401683A4 (en) * 2009-02-27 2015-07-29 Broadcom Corp METHOD AND SYSTEM FOR NETWORKING VIRTUAL MACHINES
CN101667144B (zh) * 2009-09-29 2013-02-13 北京航空航天大学 一种基于共享内存的虚拟机通信方法
US8363656B2 (en) * 2010-09-15 2013-01-29 International Business Machines Corporation Multiple virtual machines sharing a single IP address

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7447804B2 (en) 2000-03-20 2008-11-04 Samsung Electronics Co., Ltd. System and method for multi-telecommunication over local IP network
KR20020007477A (ko) 2000-07-14 2002-01-29 이정태 포트번호를 이용한 아이피주소 공유장치
US7228337B1 (en) * 2001-09-11 2007-06-05 Cisco Technology, Inc. Methods and apparatus for providing a network service to a virtual machine
US7782878B2 (en) 2004-08-16 2010-08-24 I2Telecom Ip Holdings, Inc. System and method for sharing an IP address
US20090106404A1 (en) 2007-10-18 2009-04-23 Christenson David A Method and Apparatus for Dynamically Configuring Virtual Internet Protocol Addresses

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
VMWARE: "Workstation 5 Powerful Virtual Machine Software for the Technical Professional", 16 September 2005 (2005-09-16), pages 1 - 466, XP002559996, Retrieved from the Internet <URL:http://www.vmware.com/pdf/ws5_manual.pdf> [retrieved on 20091211] *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103326997A (zh) * 2012-03-23 2013-09-25 百度在线网络技术(北京)有限公司 一种访问虚拟服务器的方法及虚拟服务器系统
CN103326997B (zh) * 2012-03-23 2016-06-01 百度在线网络技术(北京)有限公司 一种访问虚拟服务器的方法及虚拟服务器系统
JP2013207386A (ja) * 2012-03-27 2013-10-07 Fujitsu Ltd 通信制御システム、通信制御方法及び通信制御プログラム
WO2014000483A1 (en) * 2012-06-29 2014-01-03 Hangzhou H3C Technologies Co., Ltd. Firewall security between virtual devices
US9426117B2 (en) 2012-06-29 2016-08-23 Hangzhou H3C Technologies Co., Ltd. Firewall security between virtual devices

Also Published As

Publication number Publication date
US20120063458A1 (en) 2012-03-15
GB2514323A (en) 2014-11-26
JP2013543611A (ja) 2013-12-05
CN103109516A (zh) 2013-05-15
DE112011103082B4 (de) 2021-03-18
GB2514323B (en) 2016-09-07
GB201304969D0 (en) 2013-05-01
US8363656B2 (en) 2013-01-29
JP5643431B2 (ja) 2014-12-17
DE112011103082T5 (de) 2013-08-01

Similar Documents

Publication Publication Date Title
US8363656B2 (en) Multiple virtual machines sharing a single IP address
US10680946B2 (en) Adding multi-tenant awareness to a network packet processing device on a software defined network (SDN)
US11177978B2 (en) Connecting virtual computer networks with overlapping IP addresses using transit virtual computer network
US11102079B2 (en) Cross-regional virtual network peering
CN104038401B (zh) 用于分布式覆盖虚拟环境的互操作性的方法和系统
EP3044914B1 (en) Enhanced network virtualization using metadata in encapsulation header
EP3547134A1 (en) Container cluster management
US9584477B2 (en) Packet processing in a multi-tenant software defined network (SDN)
US8819211B2 (en) Distributed policy service
US20190273718A1 (en) Intercepting network traffic routed by virtual switches for selective security processing
US9880870B1 (en) Live migration of virtual machines using packet duplication
US9584479B2 (en) Virtual firewall load balancer
US20120297384A1 (en) Virtual Managed Network
US20170118174A1 (en) Communication tunneling in application container environments
CN111095880A (zh) 公共云逻辑网络中有状态服务的高可用性
US9973574B2 (en) Packet forwarding optimization without an intervening load balancing node
US9871735B2 (en) Packet I/O support for a logical switch router architecture
US10623341B2 (en) Configuration of a set of queues for multi-protocol operations in a target driver
US8908690B2 (en) Addressing a workload partition
WO2022173552A1 (en) Cloud infrastructure resources for connecting a service provider private network to a customer private network
CN114025370A (zh) 数据报文传输方法、介质、系统和计算设备
CN103856460A (zh) 一种访问控制的方法、装置及系统

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180044488.2

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11758189

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2013528656

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 1120111030827

Country of ref document: DE

Ref document number: 112011103082

Country of ref document: DE

ENP Entry into the national phase

Ref document number: 1304969

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20110914

WWE Wipo information: entry into national phase

Ref document number: 1304969.7

Country of ref document: GB

122 Ep: pct application non-entry in european phase

Ref document number: 11758189

Country of ref document: EP

Kind code of ref document: A1