A Distributed Router Implementation Method Suitable for Cloud Computing
An implementation method and distributed technology, applied in the field of cloud computing, can solve problems such as single-point failure and large load of virtual machine network, and achieve the effect of reducing communication load
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0024] Such as figure 1 Shown, the concrete implementation process of the present invention is as follows:
[0025] (1) Computing nodes create 3 bridges
[0026] #ovs-vsctl add-br br-int
[0027] #ovs-vsctl add-br br-ex
[0028] #ovs-vsctl add-br br-phy
[0029] #ovs-vsctl add-port br-phy eth1; ovs-vsctl add-port br-ex ext2
[0030] (2) Create a dhcp network space for the network
[0031] #ip netns add dhcp-net1
[0032] #ovs-vsctl add-port br-int tap9tag Taiwan 9 --set interface tap9type Taiwan internal
[0033] #ip netns exec dhcp-net1ip addr add 192.168.12.1 / 24dev tap9
[0034] #ip netns exec dhcp-net1ifconfig tap9promisc up
[0035] Then start the dhcp service on dhcp-net1
[0036] Create a routing network space for each user and set the gateway
[0037] #ip netns add qr-123456
[0038] #ovs-vsctl add-port br-int gw_tag9tag taiwan 9 --set interface gw_tag9type taiwan internal
[0039] #ip netns exec qr-123456 ip addr add 192.168.12.254dev gw_tag9
[0040] #ip ...
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