CN114584373A - Public network access limiting method and system for public cloud MySQL cluster - Google Patents

Public network access limiting method and system for public cloud MySQL cluster Download PDF

Info

Publication number
CN114584373A
CN114584373A CN202210209491.5A CN202210209491A CN114584373A CN 114584373 A CN114584373 A CN 114584373A CN 202210209491 A CN202210209491 A CN 202210209491A CN 114584373 A CN114584373 A CN 114584373A
Authority
CN
China
Prior art keywords
elastic
network
public
network card
mysql
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.)
Pending
Application number
CN202210209491.5A
Other languages
Chinese (zh)
Inventor
庞滨
赵山
王阳
孙斌
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.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Inspur Cloud Information Technology Co Ltd
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 Inspur Cloud Information Technology Co Ltd filed Critical Inspur Cloud Information Technology Co Ltd
Priority to CN202210209491.5A priority Critical patent/CN114584373A/en
Publication of CN114584373A publication Critical patent/CN114584373A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/16Implementing security features at a particular protocol layer
    • H04L63/168Implementing security features at a particular protocol layer above the transport layer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/20Network architectures or network communication protocols for network security for managing network security; network security policies in general

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention particularly relates to a public network access limiting method and system of a public cloud MySQL cluster. The public network access limiting method and system of the public cloud MySQL cluster are characterized in that an elastic public network IP is created on a public cloud, the elastic public network IP is bound on an elastic network card, and meanwhile, the elastic network card is bound on a Master node virtual machine of the MySQL cluster; when the MySQL cluster fails and the Master node is abnormal, triggering a MySQL cluster disaster tolerance mechanism to perform Master-slave switching, unbinding the elastic network card from the old Master node, binding the elastic network card to the new Master node after the Master-slave switching, and migrating the elastic public network IP along with the elastic network card to ensure that the public network IP can always access the Master node. According to the public network access limiting method and system of the public cloud MySQL cluster, public network access, IP and IP section access limitation of the MySQL cluster are achieved based on the public cloud, meanwhile, the public network IP and the MySQL cluster are high in availability, services can be normally provided after disaster tolerance switching occurs, and usability of RDS MySQL of a cloud database and safety of user use are enhanced.

Description

Public network access limiting method and system for public cloud MySQL cluster
Technical Field
The invention relates to the technical field of cloud computing, in particular to a public network access limiting method and system of a public cloud MySQL cluster.
Background
The existing cloud database RDS MySQL can only be accessed by other resources in the same region and the same special network through an intranet address, and resources outside the special network cannot be accessed. If the public network IP is bound on a cloud database RDS MySQL virtual machine (Master node), the requirement that external network resources access the cloud database RDS MySQL can be met. By using the method, the external network resources can access the cloud database RDS MySQL. However, the cloud database RDS MySQL cluster has a plurality of nodes, when the cluster is abnormal and a fault is transferred, the public network IP is still bound to the original virtual machine (old master node), and the cloud database RDS MySQL cluster cannot be normally accessed.
Based on the situation, the invention provides a public network access limiting method and system of a public cloud MySQL cluster.
Disclosure of Invention
In order to make up for the defects of the prior art, the invention provides a simple and efficient public network access limiting method and system of a public cloud MySQL cluster.
The invention is realized by the following technical scheme:
a public network access limiting method of a public cloud MySQL cluster is characterized in that: the method comprises the following steps:
step 1: creating an elastic public network IP on a public cloud, wherein the elastic public network IP is used as an address for external access of a cloud database RDS MySQL; the elastic public network IP is bound and unbound without stopping, and is dynamically bound with a cloud server or load balancing;
step 2: creating an elastic network card supporting hot plug, and binding an elastic public network IP on the elastic network card;
and step 3: binding the elastic network card on a Master node virtual machine of the MySQL cluster;
and 4, step 4: based on the characteristic that the elastic network card supports hot plug, when the MySQL cluster fails and the Master node is abnormal, the MySQL cluster disaster tolerance mechanism is triggered to carry out Master-slave switching, the elastic network card is unbound from the old Master node, after the Master-slave switching, the elastic network card is bound to the new Master node, and the elastic public network IP migrates along with the elastic network card, so that the public network IP can always access the Master node.
The elastic network card supports binding of a plurality of intranet IPs, and each intranet IP can be bound with an independent elastic public network IP; a plurality of elastic network cards bound by the cloud host can belong to different subnets, and each subnet can independently set a route forwarding strategy, so that network isolation among the network cards is realized;
the elastic network card can be flexibly migrated between the cloud hosts in the private network and the available area, and in the migration process, the elastic network card keeps the association relation with the bound intranet IP, the elastic public network IP and the security group.
And in the step 2, a hot-plug network card configuration routing strategy script is created, and when the flexible network card is installed on a Master node to obtain a lease, a routing strategy of the flexible network card is automatically configured.
The hot-plug network card configuration routing strategy script is automatically triggered after the virtual machine is bound by the elastic network card; the method comprises the following steps that when the elastic network card is bound with a Master node or operation is restarted, a routing strategy is reconfigured, and the method specifically comprises the following steps:
step 2.1: screening out a route distributed based on an elastic network card from a route strategy ip rule, wherein the route scope is respectively host, link, global and site;
step 2.2: and moving the screened route to the route table ip route.
In the step 3, a new security group, namely an extranet security group is created, and extranet IP access is restricted; and binding the external network security group on the elastic network card to realize external network IP limitation on accessing the cloud database RDS MySQL.
The external network security group limits the public network IP by modifying the network access rule of the security group, limits part of the public network IP to access the RDS MySQL by the form of the white list, supports adding a single IP or IP segment (CIDR) white list, and can only release the port, TCP protocol and ICMP protocol accessed by the MySQL cluster, thereby reducing the risk of virtual machine intrusion.
In the step 3, a new security group, namely an intranet security group, is created, and the access to the intranet IP is limited; the intranet security group is bound on a user network card, and only a port, a TCP (transmission control protocol) protocol and an ICMP (internet control protocol) protocol accessed by the MySQL cluster are released by limiting partial intranet IP to access the RDS MySQL by modifying security group rules.
The intranet security group also provides a security group binding function, and resources under the remote security group and resources under the local security group are communicated with each other through a network under the same special network; and adding the security group of the cloud server as a remote security group of the intranet security group, wherein the cloud server can access the cloud database RDS MySQL.
The invention discloses a system of a public network access limiting method based on a public cloud MySQL cluster, which is characterized in that: the system comprises an elastic public network IP, an elastic network card, a routing strategy management module, an internal network security group and an external network security group;
the elastic public network IP is bound on an elastic network card and used as an address accessed by the cloud database RDS MySQL; the elastic public network IP is bound and unbound without stopping, and is dynamically bound with a cloud server or load balancing;
the elastic network card supports hot plug and is bound on a Master node virtual machine of the MySQL cluster; simultaneously, binding of a plurality of intranet IPs is supported, and each intranet IP can be bound with an independent elastic public network IP;
the routing strategy management module is responsible for configuring a routing strategy of the elastic network card and reconfiguring the routing strategy when the elastic network card is bound with the Master node or is restarted to realize the unbinding of the elastic network card and the old Master node and the binding of the elastic network card and the new Master node and ensure that the public network IP can always access the Master node;
the external network security group is bound on the elastic network card and is responsible for limiting the access to the external network IP, so that the external network IP limitation of accessing the cloud database RDS MySQL is realized;
the intranet security group is bound on a user network card and is responsible for limiting intranet IP access and providing a security group binding function.
The invention has the beneficial effects that: according to the public network access limiting method and system of the public cloud MySQL cluster, public network access, IP and IP section access limitation of the MySQL cluster are achieved based on the public cloud, meanwhile, the public network IP and the MySQL cluster are high in availability, services can be normally provided after disaster tolerance switching occurs, and the availability of RDS MySQL of a cloud database is enhanced;
the user can conveniently access the cloud database RDS MySQL under the public network environment, and the safety of the use of the cloud database RDS MySQL user is enhanced by modifying the IP white list to limit the IP or the IP section to access the cloud database RDS MySQL.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a schematic diagram of a public network access limiting method of the public cloud MySQL cluster.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the embodiment of the present invention. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The method supports public network access to a public cloud relational database RDS MySQL product, supports the function of an external network white list, can configure an IP white list, only allows configured public network IP or IP segments to access to an RDS MySQL example, supports the functions of an internal network white list and a binding security group, and realizes the restriction of internal network IP access to the RDS MySQL example.
The public network access limiting method of the public cloud MySQL cluster comprises the following steps:
step 1: creating an elastic public network IP on a public cloud, wherein the elastic public network IP is used as an external access address of a cloud database RDS MySQL; the elastic public network IP is bound and unbound without stopping, and is dynamically bound with a cloud server or load balancing;
step 2: creating an elastic network card supporting hot plug, and binding the elastic public network IP on the elastic network card;
and step 3: binding the elastic network card on a Master node virtual machine of the MySQL cluster;
and 4, step 4: based on the characteristic that the elastic network card supports hot plug, when the MySQL cluster fails and the Master node is abnormal, the MySQL cluster disaster tolerance mechanism is triggered to carry out Master-slave switching, the elastic network card is unbound from the old Master node, after the Master-slave switching, the elastic network card is bound to the new Master node, and the elastic public network IP migrates along with the elastic network card, so that the public network IP can always access the Master node.
The elastic network card supports binding of a plurality of intranet IPs, and each intranet IP can be bound with an independent elastic public network IP; a plurality of elastic network cards bound by the cloud host can belong to different subnets, and each subnet can independently set a route forwarding strategy, so that network isolation among the network cards is realized;
the elastic network card can be flexibly migrated between the cloud hosts in the private network and the available area, and in the migration process, the elastic network card keeps the association relation with the bound intranet IP, the elastic public network IP and the security group.
And in the step 2, a hot-plug network card configuration routing strategy script is created, and when the flexible network card is installed on a Master node to obtain a lease, a routing strategy of the flexible network card is automatically configured.
The hot-plug network card configuration routing strategy script is automatically triggered after the elastic network card is bound with the virtual machine; the method comprises the following steps that when the elastic network card is bound with a Master node or operation is restarted, a routing strategy is reconfigured, and the method specifically comprises the following steps:
step 2.1: screening out a route distributed based on an elastic network card from a route strategy ip rule, wherein the route scope is respectively host, link, global and site;
step 2.2: and moving the screened route to the route table ip route.
In the step 3, a new security group, namely an extranet security group is created, and extranet IP access is restricted; and binding the external network security group on the elastic network card to realize external network IP limitation on accessing the cloud database RDS MySQL.
The security group is a virtual firewall with a state packet filtering function, is used for setting a network access control strategy among one or more cloud servers, can add cloud server instances with the same network security isolation requirements in the same region into the same security group, and performs security filtering on the access flow of the cloud servers through access rules in the group.
The external network security group limits the public network IP by modifying the access rules of the security group, limits part of the public network IP to access the cloud database RDS MySQL by the form of the white list, supports adding a single IP or IP section (CIDR) white list, and can only release the port accessed by the MySQL cluster, the TCP protocol and the ICMP protocol, thereby reducing the risk of virtual machine intrusion.
In the step 3, a new security group, namely an intranet security group, is created, and the access to the intranet IP is limited; the intranet security group is bound on a user network card, and only a port, a TCP (transmission control protocol) protocol and an ICMP (internet control protocol) protocol accessed by the MySQL cluster are released by limiting partial intranet IP to access the RDS MySQL by modifying security group rules.
The intranet security group also provides a security group binding function, and resources under the remote security group and resources under the local security group are communicated through a network under the same special network; and adding the security group of the cloud server as a remote security group of the intranet security group, wherein the cloud server can access the cloud database RDS MySQL.
The system of the public network access limiting method based on the public cloud MySQL cluster comprises an elastic public network IP, an elastic network card, a routing strategy management module, an internal network security group and an external network security group;
the elastic public network IP is bound on the elastic network card and used as an address accessed by the cloud database RDS MySQL to the outside; the elastic public network IP is bound and unbound without stopping, and is dynamically bound with a cloud server or load balancing;
the elastic network card supports hot plug and is bound on a Master node virtual machine of the MySQL cluster; simultaneously, binding of a plurality of intranet IPs is supported, and each intranet IP can be bound with an independent elastic public network IP;
the routing strategy management module is responsible for configuring a routing strategy of the elastic network card and reconfiguring the routing strategy when the elastic network card is bound with the Master node or is restarted to realize the unbinding of the elastic network card and the old Master node and the binding of the elastic network card and the new Master node and ensure that the public network IP can always access the Master node;
the external network security group is bound on the elastic network card and is responsible for limiting the access to the external network IP, so that the external network IP limitation of accessing the cloud database RDS MySQL is realized;
the intranet security group is bound on a user network card and is responsible for limiting intranet IP access and providing a security group binding function.
The above-described embodiment is only one specific embodiment of the present invention, and general changes and substitutions by those skilled in the art within the technical scope of the present invention are included in the protection scope of the present invention.

Claims (8)

1. A public network access limiting method of a public cloud MySQL cluster is characterized in that: the method comprises the following steps:
step 1: creating an elastic public network IP on a public cloud, wherein the elastic public network IP is used as an address for external access of a cloud database RDS MySQL; when the elastic public network IP is bound and unbound, the machine does not need to be stopped, and the elastic public network IP is dynamically bound with a cloud server or a load in a balanced manner;
step 2: creating an elastic network card supporting hot plug, and binding an elastic public network IP on the elastic network card;
and step 3: binding the elastic network card on a Master node virtual machine of the MySQL cluster;
and 4, step 4: based on the characteristic that the elastic network card supports hot plug, when the MySQL cluster fails and the Master node is abnormal, the MySQL cluster disaster tolerance mechanism is triggered to carry out Master-slave switching, the elastic network card is unbound from the old Master node, after the Master-slave switching, the elastic network card is bound to the new Master node, and the elastic public network IP migrates along with the elastic network card, so that the public network IP can always access the Master node.
2. The public network access limiting method of the public cloud MySQL cluster according to claim 1, characterized in that: the elastic network card supports binding of a plurality of intranet IPs, and each intranet IP can be bound with an independent elastic public network IP; a plurality of elastic network cards bound by the cloud host can belong to different subnets, and each subnet can independently set a route forwarding strategy, so that network isolation among the network cards is realized;
in the migration process, the elastic network card keeps the association relation with the bound intranet IP, the elastic public network IP and the security group.
3. The public network access limiting method of the public cloud MySQL cluster according to claim 2, characterized in that: in the step 2, a hot-plug network card configuration routing strategy script is created, and when the flexible network card is installed on a Master node to obtain a lease, a routing strategy of the flexible network card is automatically configured;
the hot-plug network card configuration routing strategy script is automatically triggered after the elastic network card is bound with the virtual machine; the method comprises the following steps that when the elastic network card is bound with a Master node or operation is restarted, a routing strategy is reconfigured, and the method specifically comprises the following steps:
step 2.1: screening out a route distributed based on an elastic network card from a route strategy ip rule, wherein the route scope is respectively host, link, global and site;
step 2.2: and moving the screened route to the route table ip route.
4. The public network access limiting method of the public cloud MySQL cluster according to claim 1, characterized in that: in the step 3, a new security group, namely an extranet security group is created, and extranet IP access is restricted; and binding the external network security group on the elastic network card to realize external network IP limitation on accessing the cloud database RDS MySQL.
5. The public network access limiting method of the public cloud MySQL cluster of claim 4, wherein: the external network security group limits the public network IP by modifying the network access rules of the security group, limits part of the public network IP to access the cloud database RDS MySQL in the form of a white list, supports adding a single IP or IP section CIDR white list, and can only release the port accessed by the MySQL cluster, the TCP protocol and the ICMP protocol, thereby reducing the risk of virtual machine intrusion.
6. The public network access limiting method of the public cloud MySQL cluster according to claim 1, characterized in that: in the step 3, a new security group, namely an intranet security group, is created, and the access to the intranet IP is limited; the intranet security group is bound on a user network card, and only a port, a TCP protocol and an ICMP protocol accessed by a MySQL cluster are released by limiting partial intranet IP to access the RDS MySQL by modifying security group rules.
7. The public network access limiting method of the public cloud MySQL cluster of claim 6, wherein: the intranet security group also provides a security group binding function, and resources under the remote security group and resources under the local security group are communicated with each other through a network under the same special network; and adding the security group of the cloud server as a remote security group of the intranet security group, wherein the cloud server can access the cloud database RDS MySQL.
8. The system of the public network access limiting method of the public cloud MySQL cluster according to any one of claims 1 to 7, wherein: the system comprises an elastic public network IP, an elastic network card, a routing strategy management module, an internal network security group and an external network security group;
the elastic public network IP is bound on an elastic network card and used as an address accessed by the cloud database RDS MySQL; the elastic public network IP is bound and unbound without stopping, and is dynamically bound with a cloud server or load balancing;
the elastic network card supports hot plug and is bound on a Master node virtual machine of the MySQL cluster; simultaneously, binding of a plurality of intranet IPs is supported, and each intranet IP can be bound with an independent elastic public network IP;
the routing strategy management module is responsible for configuring a routing strategy of the elastic network card and reconfiguring the routing strategy when the elastic network card is bound with the Master node or is restarted to realize the unbinding of the elastic network card and the old Master node and the binding of the elastic network card and the new Master node and ensure that the public network IP can always access the Master node;
the external network security group is bound on the elastic network card and is responsible for limiting the access to the external network IP, so that the external network IP limitation of accessing the cloud database RDS MySQL is realized;
the intranet security group is bound on a user network card and is responsible for limiting intranet IP access and providing a security group binding function.
CN202210209491.5A 2022-03-03 2022-03-03 Public network access limiting method and system for public cloud MySQL cluster Pending CN114584373A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210209491.5A CN114584373A (en) 2022-03-03 2022-03-03 Public network access limiting method and system for public cloud MySQL cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210209491.5A CN114584373A (en) 2022-03-03 2022-03-03 Public network access limiting method and system for public cloud MySQL cluster

Publications (1)

Publication Number Publication Date
CN114584373A true CN114584373A (en) 2022-06-03

Family

ID=81778973

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210209491.5A Pending CN114584373A (en) 2022-03-03 2022-03-03 Public network access limiting method and system for public cloud MySQL cluster

Country Status (1)

Country Link
CN (1) CN114584373A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109525411A (en) * 2017-09-19 2019-03-26 北京金山云网络技术有限公司 Network function component cluster, framework, control method, equipment and storage medium
CN109660466A (en) * 2019-02-26 2019-04-19 浪潮软件集团有限公司 A kind of more live load balance realizing methods towards cloud data center tenant
CN110474802A (en) * 2019-08-12 2019-11-19 聚好看科技股份有限公司 Equipment switching method and device, service system
CN110737508A (en) * 2019-10-14 2020-01-31 浪潮云信息技术有限公司 cloud container service network system based on wave cloud and implementation method
CN112202940A (en) * 2020-10-27 2021-01-08 杭州朗澈科技有限公司 Pod service mode for external exposure of kubernets
CN112600903A (en) * 2020-12-09 2021-04-02 浪潮云信息技术股份公司 Elastic virtual network card migration method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109525411A (en) * 2017-09-19 2019-03-26 北京金山云网络技术有限公司 Network function component cluster, framework, control method, equipment and storage medium
CN109660466A (en) * 2019-02-26 2019-04-19 浪潮软件集团有限公司 A kind of more live load balance realizing methods towards cloud data center tenant
CN110474802A (en) * 2019-08-12 2019-11-19 聚好看科技股份有限公司 Equipment switching method and device, service system
CN110737508A (en) * 2019-10-14 2020-01-31 浪潮云信息技术有限公司 cloud container service network system based on wave cloud and implementation method
CN112202940A (en) * 2020-10-27 2021-01-08 杭州朗澈科技有限公司 Pod service mode for external exposure of kubernets
CN112600903A (en) * 2020-12-09 2021-04-02 浪潮云信息技术股份公司 Elastic virtual network card migration method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
数据库的云小妹: "RDS实例连接又失败?看我祭出杀手锏!", pages 1 - 6, Retrieved from the Internet <URL:https://bbs.huaweicloud.com/blogs/203189?utm_source=zhihu&utm_medium=bbs-ex&utm_campaign=other&utm_content=content> *
江凌: "阿里云大数据ACP认证学习笔记", pages 1 - 5, Retrieved from the Internet <URL:https://blog.csdn.net/xdkb159/article/details/107821453> *
阿小云: "阿里云弹性网卡和弹性IP有什么关系?", pages 1 - 3, Retrieved from the Internet <URL:https://www.axiaoyun.com/ecs/tanxingwangka.html> *

Similar Documents

Publication Publication Date Title
JP5953421B2 (en) Management method of tenant network configuration in virtual server and non-virtual server mixed environment
EP3681110B1 (en) A region interconnect control using vrf tables across heterogeneous networks
CN109040276B (en) Method and device for constructing cloud platform, computer storage medium and terminal
US9336103B1 (en) Using a network bubble across multiple hosts on a disaster recovery site for fire drill testing of a multi-tiered application
EP3579461B1 (en) Virtualization method for optical line terminal (olt) device, and related device
EP3235186B1 (en) Vlant tagging in a virtual environment
CN109639455B (en) Network management method and system of container cloud platform
US20080016386A1 (en) Application Cluster In Security Gateway For High Availability And Load Sharing
CN113572831B (en) Communication method, computer equipment and medium between Kubernetes clusters
CN112368979B (en) Communication device, method and system
US9444723B1 (en) Passing data over virtual links
CN109743197B (en) Firewall deployment system and method based on priority configuration
CN114338606B (en) Public cloud network configuration method and related equipment
CN108574613B (en) Two-layer intercommunication method and device for SDN data center
US9407504B1 (en) Virtual links for network appliances
CN114448978B (en) Network access method and device, electronic equipment and storage medium
CN114124714B (en) Multi-level network deployment method, device, equipment and storage medium
JP5980724B2 (en) Network device, relay management method, relay management program, and communication system
CN110011859B (en) Virtual machine control method and cluster system
CN114584373A (en) Public network access limiting method and system for public cloud MySQL cluster
CN110740068A (en) Government affair cloud infrastructure as a service implementation system
US11831610B2 (en) System and method for using private native security groups and private native firewall policy rules in a public cloud
Rao et al. High availability and load balancing in SDN controllers
CN115865601A (en) SDN network communication system of cross-cloud data center
US20130151679A1 (en) Hybrid virtual computing environments

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination