A multi-tenant virtual network isolating method
A virtual network and multi-tenant technology, applied in the field of cloud computing, can solve problems such as poor flexibility, inconvenient global network configuration such as routers, and poor user experience, achieving high reliability and avoiding single-point failure problems
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0046] See figure 1 As shown, in the initialization process of the present invention, two virtual switches OVS-A and OVS-B are first created respectively on the network node and the computing node, as follows:
[0047] #ovs-vsctl add-br OVS-A / / Create an OVS bridge, a virtual machine switch
[0048] #ovs-vsctl add-br OVS-B / / Create an OVS bridge, a virtual machine switch
[0049] OVS-A is used to connect to the external network, and add a physical interface eth1 to connect to the external network:
[0050] #ovs-vsctl add-port OVS-A eth1
[0051] Then create a VETH device to connect OVS-A and OVS-B. In the following operations, vethA-1 and vethA-2 are the two ports of the VETH device vethA:
[0052] #ip link add vethA-1 type veth peer name vethA-2 / / Create vethA-1 and vethA-2
[0053] #ifconfig vethA-1 up / / Activate vethA-1 port
[0054] #ifconfig vethA-2 up / / Activate vethA-2 port
[0055] #ovs-vsctl add-port OVS-A vethA-1 / / vethA-1 is connected to bridge VOS-A
[0056]...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com