技术领域technical field
本申请涉及网络技术领域,特别涉及一种集群内网访问外网的方法,还涉及一种集群内网访问外网的装置、设备及计算机可读存储介质。The present application relates to the field of network technology, in particular to a method for accessing an external network from a cluster intranet, and also relates to a device, equipment and a computer-readable storage medium for accessing an external network from a cluster intranet.
背景技术Background technique
随着互联网的发展,各种规模的服务器集群在各类企业、单位、数据中心等大量涌现。出于安全考虑,大部分计算集群都会存在管理节点+登录节点+计算节点的拓扑结构。一般而言,登录节点负责用户登录,上传下载文件,编译工具等,会连接到互联网,以便用户进行相应的操作。计算节点则是与互联网隔离开,在集群内网中进行数据的传输,这样有效的解决了出于各种不安全原因的威胁问题。然而,在这种情况下,计算节点则不能访问互联网,进一步导致某些必须联网的操作不能成功,带来了极大的不变。With the development of the Internet, a large number of server clusters of various sizes have emerged in various enterprises, units, and data centers. For security reasons, most computing clusters have a topology of management nodes + login nodes + computing nodes. Generally speaking, the login node is responsible for user login, uploading and downloading files, compiling tools, etc., and will be connected to the Internet so that users can perform corresponding operations. Computing nodes are isolated from the Internet, and data transmission is carried out in the cluster intranet, which effectively solves the threat problems caused by various insecure reasons. However, in this case, the computing nodes cannot access the Internet, which further leads to the failure of some operations that must be connected to the Internet, which brings about great changes.
目前,当计算节点需要进行互联网访问时,一般是由人工手动去机房连接外网网线,而目前大部分服务器集群都统一在机房或数据中心进行管理,倘若其数量超过10台,进行人工操作会消耗大量的人力资源;同时也会造成时间浪费,降低工作效率。At present, when a computing node needs to access the Internet, it is generally manually connected to the external network cable in the computer room. At present, most server clusters are managed in the computer room or data center. If the number exceeds 10, manual operation will be difficult. It consumes a lot of human resources; at the same time, it will also cause a waste of time and reduce work efficiency.
因此,如何提供一种解决上述问题的技术方案,是本领域技术人员亟待解决的问题。Therefore, how to provide a technical solution to solve the above problems is an urgent problem to be solved by those skilled in the art.
申请内容application content
本申请的目的是提供一种集群内网访问外网的方法,该方法可以安全、高效的完成计算节点对网络的需求,也无需人工连线操作,有效节省了人力资源,同时减少了时间浪费,进一步提高了工作效率;本申请的另一目的是提供一种集群内网访问外网的装置、设备及计算机可读存储介质,均具有上述有益效果。The purpose of this application is to provide a method for accessing the external network from the intranet of the cluster, which can safely and efficiently meet the needs of computing nodes for the network, and does not require manual connection operations, effectively saving human resources and reducing time waste , which further improves work efficiency; another object of the present application is to provide a device, equipment and computer-readable storage medium for accessing an external network from a cluster intranet, all of which have the above-mentioned beneficial effects.
为解决上述技术问题,本申请提供了一种集群内网访问外网的方法,该方法包括:In order to solve the above technical problems, this application provides a method for accessing the external network from the cluster intranet, the method comprising:
对计算节点进行域名解析配置获得内网地址;Perform domain name resolution configuration on computing nodes to obtain intranet addresses;
对登录节点进行外网配置;其中,所述外网配置包括配置所述内网地址和连接外网接口;Perform external network configuration on the login node; wherein, the external network configuration includes configuring the internal network address and connecting to the external network interface;
所述计算节点通过所述登录节点对外网进行访问。The computing node accesses the external network through the login node.
优选的,所述计算节点通过所述登录节点对外网进行访问包括:Preferably, the computing node accessing the external network through the login node includes:
所述登录节点将所述内网地址转换为外网地址;The login node converts the internal network address into an external network address;
所述计算节点利用所述外网地址对所述外网进行访问。The computing node uses the external network address to access the external network.
为解决上述技术问题,本申请还提供了一种集群内网访问外网的装置,包括:In order to solve the above technical problems, this application also provides a device for accessing the external network from the cluster intranet, including:
第一配置模块,用于对计算节点进行域名解析配置获得内网地址;The first configuration module is configured to perform domain name resolution configuration on the computing node to obtain an intranet address;
第二配置模块,用于对登录节点进行外网配置;其中,所述外网配置包括配置所述内网地址和连接外网接口;The second configuration module is used to configure the external network for the login node; wherein, the external network configuration includes configuring the internal network address and connecting the external network interface;
访问模块,用于所述计算节点通过所述登录节点对外网进行访问。An access module, configured for the computing node to access the external network through the login node.
优选的,所述访问模块包括:Preferably, the access module includes:
转换子模块,用于所述登录节点将所述内网地址转换为外网地址;A conversion submodule, used for the login node to convert the internal network address to an external network address;
访问子模块,用于所述计算节点利用所述外网地址对所述外网进行访问。The access submodule is used for the computing node to use the external network address to access the external network.
为解决上述技术问题,本申请还提供了一种集群内网访问外网的设备,包括:In order to solve the above technical problems, this application also provides a device for accessing the external network from the cluster intranet, including:
存储器,用于存储计算机程序;memory for storing computer programs;
处理器,用于执行所述计算机程序时实现上述任一项所述的集群内网访问外网的方法的步骤。A processor, configured to implement the steps of the method for accessing an external network from a cluster intranet as described in any one of the above when executing the computer program.
优选的,所述登录节点为网关。Preferably, the login node is a gateway.
为解决上述技术问题,本申请还提供了一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现上述任意一项所述集群内网访问外网的方法的步骤。In order to solve the above technical problems, the present application also provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, any one of the above-mentioned in-cluster The steps of the method for accessing the extranet from the Internet.
本申请所提供的一种集群内网访问外网的方法,包括对计算节点进行域名解析配置获得内网地址;对登录节点进行外网配置;其中,所述外网配置包括配置所述内网地址和连接外网接口;所述计算节点通过所述登录节点对外网进行访问。可见,本申请所提供的技术方案,通过对计算节点和登录节点进行相应的配置,使计算节点可以利用登录节点对管理节点进行访问,有效实现了集群内网对外网的访问,可以安全、高效的完成计算节点对网络的需求;此外,该技术方案无需人工进行连线操作,有效节省了人力资源,同时也减少了时间浪费,进一步提高了工作效率。A method for accessing an external network from a cluster internal network provided by this application includes performing domain name resolution configuration on a computing node to obtain an internal network address; performing external network configuration on a login node; wherein the external network configuration includes configuring the internal network Address and interface for connecting to the external network; the computing node accesses the external network through the login node. It can be seen that the technical solution provided by this application enables the computing node to use the login node to access the management node through the corresponding configuration of the computing node and the login node, effectively realizing the access of the cluster internal network to the external network, which can be safe and efficient. In addition, this technical solution does not require manual connection operations, which effectively saves human resources, reduces time waste, and further improves work efficiency.
本申请还提供了一种集群内网访问外网的装置、设备及计算机可读存储介质,均具有上述有益效果,在此不再赘述。The present application also provides a device, device, and computer-readable storage medium for accessing an external network from a cluster intranet, all of which have the above-mentioned beneficial effects, and will not be repeated here.
附图说明Description of drawings
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present application or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only It is an embodiment of the present application, and those skilled in the art can also obtain other drawings according to the provided drawings without creative work.
图1为本申请所提供的一种集群内网访问外网的方法的流程示意图;FIG. 1 is a schematic flow diagram of a method for accessing an external network from a cluster intranet provided by the present application;
图2为本申请所提供的一种集群内网访问外网的装置的示意图;FIG. 2 is a schematic diagram of a device for accessing an external network from a cluster intranet provided by the present application;
图3为本申请所提供的一种集群内网访问外网的设备的示意图;FIG. 3 is a schematic diagram of a device for accessing an external network from a cluster intranet provided by the present application;
图4为本申请所提供的另一种集群内网访问外网的设备的示意图。FIG. 4 is a schematic diagram of another device for accessing an external network from a cluster intranet provided by the present application.
具体实施方式Detailed ways
本申请的核心是提供一种集群内网访问外网的方法,该方法可以安全、高效的完成计算节点对网络的需求,也无需人工连线操作,有效节省了人力资源,同时减少了时间浪费,进一步提高了工作效率;本申请的另一核心是提供一种集群内网访问外网的装置、设备及计算机可读存储介质,均具有上述有益效果。The core of this application is to provide a method for accessing the external network from the intranet of the cluster. This method can safely and efficiently meet the needs of computing nodes for the network, and does not require manual connection operations, which effectively saves human resources and reduces time waste. , which further improves work efficiency; another core of the present application is to provide a device, equipment and computer-readable storage medium for accessing an external network from a cluster intranet, all of which have the above-mentioned beneficial effects.
为使本申请实施例的目的、技术方案和优点更加清楚,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其它实施例,都属于本申请保护的范围。In order to make the purposes, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below in conjunction with the drawings in the embodiments of the present application. Obviously, the described embodiments It is a part of the embodiments of this application, not all of them. Based on the embodiments in this application, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the scope of protection of this application.
请参考图1,图1为本申请所提供的一种集群内网访问外网的方法的流程示意图,该方法可以包括:Please refer to Figure 1, Figure 1 is a schematic flowchart of a method for accessing an external network from a cluster intranet provided by this application, the method may include:
S101:对计算节点进行域名解析配置获得内网地址;S101: Perform domain name resolution configuration on the computing node to obtain an intranet address;
具体的,由于要实现集群内网对外网的访问,主要在于实现计算节点对外网的访问,因此可以先对使用内网的计算节点进行域名解析配置,如配置DNS解析服务器为8.8.8.8。上述计算节点可以对应内网中的各个主机,对各个主机进行域名解析,即将主机的域名映射为相应的IP地址,其中,该IP地址即为上述内网地址。Specifically, since the access to the external network of the cluster internal network is mainly to realize the access of the computing nodes to the external network, it is possible to configure domain name resolution for the computing nodes using the internal network first, such as configuring the DNS resolution server to 8.8.8.8. The above-mentioned computing nodes can correspond to each host in the intranet, and perform domain name resolution on each host, that is, map the domain name of the host to a corresponding IP address, wherein the IP address is the above-mentioned intranet address.
S102:对登录节点进行外网配置;其中,外网配置包括配置内网地址和连接外网接口;S102: Perform external network configuration on the login node; wherein, the external network configuration includes configuring an internal network address and connecting to an external network interface;
具体的,可以对介于计算节点和管理节点中间的登录节点进行外网配置,以便于计算节点对外网进行访问。其中,上述外网配置可以包括为登陆节点配置已获得的内网地址,以及相应的用于进行外网连接的接口。Specifically, an external network configuration may be performed on the login node between the computing node and the management node, so that the computing node can access the external network. Wherein, the above-mentioned external network configuration may include configuring the obtained internal network address for the login node, and the corresponding interface for connecting to the external network.
例如,可以对登录节点进行如下配置:For example, the login node can be configured as follows:
echo 1>/proc/sys/net/ipv4/ip_forwardecho 1>/proc/sys/net/ipv4/ip_forward
iptables-t nat-A POSTROUTING-s 10.0.0.0/24-o eth0-j MASQUERADEiptables -t nat -A POSTROUTING -s 10.0.0.0/24 -o eth0 -j MASQUERADE
其中,-s表示源网络,即内网地址;-o表示连接因特网的接口,即连接外网的接口。Among them, -s indicates the source network, that is, the internal network address; -o indicates the interface connected to the Internet, that is, the interface connected to the external network.
当然,上述对登录节点的配置仅为本申请所提供的一种实施例,并不限于此,也可以为其他相应的配置,本申请均不进行限定。Of course, the above configuration of the login node is only an embodiment provided by the present application, and is not limited thereto, and may also be other corresponding configurations, which are not limited by the present application.
S103:计算节点通过登录节点对外网进行访问。S103: The computing node accesses the external network through the login node.
具体的,在完成对计算节点和登录节点相应的配置后,计算节点即可通过登录节点对管理节点进行访问,进一步实现内网对外网的访问。Specifically, after the corresponding configuration of the computing node and the login node is completed, the computing node can access the management node through the login node, further realizing the access of the internal network to the external network.
作为一种优选实施例,上述计算节点通过登录节点对外网进行访问可以包括:登录节点将内网地址转换为外网地址;计算节点利用外网地址对外网进行访问。As a preferred embodiment, the above-mentioned computing node accessing the external network through the login node may include: the login node converting the internal network address to the external network address; and the computing node using the external network address to access the external network.
具体的,由于在对登录节点进行配置时,对内网地址以及连接外网的接口进行了配置,即为实现了内网与外网的连接,那么计算节点在通过登录节点对外网进行访问时,登录节点则可以将内网地址转换为外网地址,该外网地址即为管理节点认可的外网地址,这样计算节点即可通过该外网地址对外网进行访问。Specifically, when configuring the login node, the internal network address and the interface connecting to the external network are configured, that is, to realize the connection between the internal network and the external network, then when the computing node accesses the external network through the login node , the login node can convert the internal network address to an external network address. The external network address is the external network address recognized by the management node, so that the computing node can access the external network through the external network address.
其中,可以通过设置网关实现上述内网与外网的连接,进一步可以利用Linux的IP转发技术配合iptables实现集群内网的穿透功能。具体的,网关在接收到来自内网的相关指令或数据时,可以对内网主机的IP地址进行IP转换,获得外网可用的IP地址,以进一步实现内网对外网的访问。Among them, the above-mentioned connection between the internal network and the external network can be realized by setting a gateway, and the IP address of Linux can be further usedThe forwarding technology cooperates with iptables to realize the penetration function of the cluster intranet. Specifically, when the gateway receives relevant information from the intranetInstructions or data, IP conversion can be performed on the IP address of the host on the internal network to obtain an IP address available on the external network for further implementationIntranet and external network access.
需要说明的是,上述内网与外网的连接方式仅为本申请所提供的一种实施方式,并不唯一,也可以为其他可实现类似功能的方法,本申请对此不做限定。It should be noted that the above-mentioned connection method between the internal network and the external network is only one embodiment provided by this application, and it is not the only one. Other methods that can realize similar functions can also be used, which is not limited in this application.
本申请所提供的集群内网访问外网的方法,通过对计算节点和登录节点进行相应的配置,有效实现了集群内网对外网的访问,可以安全、高效的完成计算节点对网络的需求;同时也无需人工进行连线操作,有效节省了人力资源,同时也减少了时间浪费,进一步提高了工作效率。The method for accessing the external network from the cluster intranet provided by this application effectively implements the cluster intranet access to the external network by configuring the computing nodes and login nodes accordingly, and can safely and efficiently fulfill the network requirements of the computing nodes; At the same time, there is no need for manual connection operations, which effectively saves human resources, reduces time waste, and further improves work efficiency.
为解决上述问题,请参考图2,图2为本申请所提供的一种集群内网访问外网的装置的示意图,该装置可以包括:In order to solve the above problems, please refer to FIG. 2, which is a schematic diagram of a device for accessing an external network from a cluster intranet provided by the present application. The device may include:
第一配置模块1,用于对计算节点进行域名解析配置获得内网地址;The first configuration module 1 is configured to perform domain name resolution configuration on the computing node to obtain an intranet address;
第二配置模块2,用于对登录节点进行外网配置;其中,外网配置包括配置内网地址和连接外网接口;The second configuration module 2 is used to configure the external network for the login node; wherein, the external network configuration includes configuring the internal network address and connecting the external network interface;
访问模块3,用于计算节点通过登录节点对外网进行访问。The access module 3 is used for the computing node to access the external network through the login node.
作为一种优选实施例,访问模块3可以包括:As a preferred embodiment, the access module 3 may include:
转换子模块,用于登录节点将内网地址转换为外网地址;The conversion sub-module is used to log in the node to convert the internal network address to the external network address;
访问子模块,用于计算节点利用外网地址对外网进行访问。The access sub-module is used for the computing node to use the external network address to access the external network.
对于本申请提供的装置的介绍请参照上述方法实施例,本申请在此不做赘述。For the introduction of the device provided in this application, please refer to the above method embodiment, and this application will not repeat it here.
为解决上述问题,请参考图3,图3为本申请所提供的一种集群内网访问外网的设备的示意图,该设备包括:In order to solve the above problems, please refer to Figure 3, which is a schematic diagram of a device for accessing the external network from the cluster intranet provided by this application, and the device includes:
存储器10,用于存储计算机程序;memory 10 for storing computer programs;
处理器20,用于执行上述存储器10存储的计算机程序时实现如下步骤:The processor 20 is configured to implement the following steps when executing the computer program stored in the memory 10:
对计算节点进行域名解析配置获得内网地址;对登录节点进行外网配置;其中,外网配置包括配置内网地址和连接外网接口;计算节点通过登录节点对外网进行访问。Perform domain name resolution configuration on the computing node to obtain the internal network address; configure the login node on the external network; wherein, the external network configuration includes configuring the internal network address and connecting to the external network interface; the computing node accesses the external network through the login node.
对于本申请提供的设备的介绍请参照上述方法实施例,本申请在此不做赘述。For the introduction of the equipment provided in this application, please refer to the foregoing method embodiment, and this application does not repeat it here.
在上述实施例的基础上,请参考图4,图4为本申请所提供的另一种集群内网访问外网的设备的示意图。On the basis of the above embodiments, please refer to FIG. 4 , which is a schematic diagram of another device for accessing an external network from a cluster intranet provided by the present application.
作为一种优选实施例,上述登录节点可以为网关。As a preferred embodiment, the above-mentioned login node may be a gateway.
具体的,可以通过设置网关实现内网与外网的连接,进一步利用Linux的IP转发技术配合iptables实现集群内网的穿透功能。其中,主机A与主机B即为计算节点,可通过内网进行数据通讯;网关即为登陆节点,与计算节点之间通过内网进行数据通讯;服务器S即为管理节点,与网关之间通过互联网,即外网进行数据通讯。具体的,网关在接收到来自内网的计算节点发送的相关指令或数据时,可以对内网主机的IP地址进行IP转换,获得外网可用的IP地址,即可实现计算节点对管理节点的访问,也即内网对外网的访问。Specifically, the connection between the internal network and the external network can be realized by setting a gateway, and the IP forwarding technology of Linux can be further usedThe technology cooperates with iptables to realize the penetration function of the cluster intranet. Among them, host A and host B are computing nodes, which can be accessed through the intranetFor data communication; the gateway is the login node, which communicates with the computing node through the intranet; the server S is theThe management node communicates with the gateway through the Internet, that is, the external network. Specifically, the gateway receives theWhen the relevant instructions or data sent by the computing node of the computer, the IP address of the internal network host can be converted to IP, and the external network can be obtained.The IP address used can realize the access of the computing node to the management node, that is, the access of the internal network to the external network.
需要说明的是,上述内网与外网的连接方式仅为本申请所提供的一种实施方式,并不唯一,也可以为其他可实现类似功能的方法,本申请对此不做限定。It should be noted that the above-mentioned connection method between the internal network and the external network is only one embodiment provided by this application, and it is not the only one. Other methods that can realize similar functions can also be used, which is not limited in this application.
为解决上述问题,本申请还提供一种计算机可读存储介质,计算机可读存储介质上存储有计算机程序,计算机程序被处理器执行时实现如下步骤:In order to solve the above problems, the present application also provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented:
对计算节点进行域名解析配置获得内网地址;对登录节点进行外网配置;其中,外网配置包括配置内网地址和连接外网接口;计算节点通过登录节点对外网进行访问。Perform domain name resolution configuration on the computing node to obtain the internal network address; configure the login node on the external network; wherein, the external network configuration includes configuring the internal network address and connecting to the external network interface; the computing node accesses the external network through the login node.
该计算机可读存储介质可以包括:U盘、移动硬盘、只读存储器(Read-OnlyMemory,ROM)、随机存取存储器(Random Access Memory,RAM)、磁碟或者光盘等各种可以存储程序代码的介质。The computer-readable storage medium may include: U disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk or optical disk, etc., which can store program codes. medium.
对于本申请提供的计算机可读存储介质的介绍请参照上述方法实施例,本申请在此不做赘述。For the introduction of the computer-readable storage medium provided by the present application, please refer to the foregoing method embodiments, and the present application does not repeat it here.
说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。对于实施例公开的装置而言,由于其与实施例公开的方法相对应,所以描述的比较简单,相关之处参见方法部分说明即可。Each embodiment in the description is described in a progressive manner, each embodiment focuses on the difference from other embodiments, and the same and similar parts of each embodiment can be referred to each other. As for the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and for the related information, please refer to the description of the method part.
专业人员还可以进一步意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、计算机软件或者二者的结合来实现,为了清楚地说明硬件和软件的可互换性,在上述说明中已经按照功能一般性地描述了各示例的组成及步骤。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。Professionals can further realize that the units and algorithm steps of the examples described in conjunction with the embodiments disclosed herein can be implemented by electronic hardware, computer software or a combination of the two. In order to clearly illustrate the possible For interchangeability, in the above description, the composition and steps of each example have been generally described according to their functions. Whether these functions are executed by hardware or software depends on the specific application and design constraints of the technical solution. Those skilled in the art may use different methods to implement the described functions for each specific application, but such implementation should not be regarded as exceeding the scope of the present application.
结合本文中所公开的实施例描述的方法或算法的步骤可以直接用硬件、处理器执行的软件模块,或者二者的结合来实施。软件模块可以置于随机存储器(RAM)、内存、只读存储器(ROM)、电可编程ROM、电可擦除可编程ROM、寄存器、硬盘、可移动磁盘、CD-ROM、或技术领域内所公知的任意其它形式的存储介质中。The steps of the methods or algorithms described in connection with the embodiments disclosed herein may be directly implemented by hardware, software modules executed by a processor, or a combination of both. Software modules can be placed in random access memory (RAM), internal memory, read-only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, removable disk, CD-ROM, or any other Any other known storage medium.
以上对本申请所提供的集群内网访问外网的方法、装置、设备及计算机可读存储介质进行了详细介绍。本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想。应当指出,对于本技术领域的普通技术人员来说,在不脱离本申请原理的前提下,还可以对本申请进行若干改进和修饰,这些改进和修饰也落入本申请权利要求的保护范围要素。The method, device, equipment and computer-readable storage medium for accessing the external network provided by the present application have been described in detail above. In this paper, specific examples are used to illustrate the principles and implementation methods of the present application, and the descriptions of the above embodiments are only used to help understand the methods and core ideas of the present application. It should be pointed out that for those skilled in the art, without departing from the principles of the application, some improvements and modifications can be made to the application, and these improvements and modifications also fall within the protection scope of the claims of the application.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201711450330.0ACN108200222A (en) | 2017-12-27 | 2017-12-27 | A kind of method, apparatus and equipment of cluster accessing outer network from inner network |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201711450330.0ACN108200222A (en) | 2017-12-27 | 2017-12-27 | A kind of method, apparatus and equipment of cluster accessing outer network from inner network |
| Publication Number | Publication Date |
|---|---|
| CN108200222Atrue CN108200222A (en) | 2018-06-22 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201711450330.0APendingCN108200222A (en) | 2017-12-27 | 2017-12-27 | A kind of method, apparatus and equipment of cluster accessing outer network from inner network |
| Country | Link |
|---|---|
| CN (1) | CN108200222A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111600959A (en)* | 2020-05-21 | 2020-08-28 | 网易(杭州)网络有限公司 | Test data generation method and device for intranet client |
| CN113934540A (en)* | 2021-10-15 | 2022-01-14 | 上海承蓝数据科技有限公司 | Networking and managing device of high-performance computing cluster and using method thereof |
| CN114553823A (en)* | 2022-02-28 | 2022-05-27 | 联想(北京)有限公司 | Access control method and electronic equipment |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120278461A1 (en)* | 2011-04-28 | 2012-11-01 | Microsoft Corporation | Mapping Meaningful Hostnames |
| CN102811219A (en)* | 2012-07-26 | 2012-12-05 | 浪潮电子信息产业股份有限公司 | A method for remotely accessing desktops of intranet computers across network segments in a cluster system |
| CN104125243A (en)* | 2013-04-23 | 2014-10-29 | 浙江大学 | Method of penetrating internal network to remotely connect large-scale virtual machines |
| CN104202439A (en)* | 2014-07-22 | 2014-12-10 | 北京汉柏科技有限公司 | Addressing and access method, gateway and system |
| CN104980528A (en)* | 2015-06-26 | 2015-10-14 | 广州华多网络科技有限公司 | Method, system and apparatus for realizing communication between nodes |
| CN105763592A (en)* | 2014-12-19 | 2016-07-13 | 中兴通讯股份有限公司 | Cluster internal and external data interaction method, cluster gateway and source device |
| CN106572197A (en)* | 2015-10-10 | 2017-04-19 | 阿里巴巴集团控股有限公司 | Network address conversion method, apparatus and system thereof |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120278461A1 (en)* | 2011-04-28 | 2012-11-01 | Microsoft Corporation | Mapping Meaningful Hostnames |
| CN102811219A (en)* | 2012-07-26 | 2012-12-05 | 浪潮电子信息产业股份有限公司 | A method for remotely accessing desktops of intranet computers across network segments in a cluster system |
| CN104125243A (en)* | 2013-04-23 | 2014-10-29 | 浙江大学 | Method of penetrating internal network to remotely connect large-scale virtual machines |
| CN104202439A (en)* | 2014-07-22 | 2014-12-10 | 北京汉柏科技有限公司 | Addressing and access method, gateway and system |
| CN105763592A (en)* | 2014-12-19 | 2016-07-13 | 中兴通讯股份有限公司 | Cluster internal and external data interaction method, cluster gateway and source device |
| CN104980528A (en)* | 2015-06-26 | 2015-10-14 | 广州华多网络科技有限公司 | Method, system and apparatus for realizing communication between nodes |
| CN106572197A (en)* | 2015-10-10 | 2017-04-19 | 阿里巴巴集团控股有限公司 | Network address conversion method, apparatus and system thereof |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111600959A (en)* | 2020-05-21 | 2020-08-28 | 网易(杭州)网络有限公司 | Test data generation method and device for intranet client |
| CN111600959B (en)* | 2020-05-21 | 2024-02-09 | 网易(杭州)网络有限公司 | Test data generation method and device for intranet client |
| CN113934540A (en)* | 2021-10-15 | 2022-01-14 | 上海承蓝数据科技有限公司 | Networking and managing device of high-performance computing cluster and using method thereof |
| CN114553823A (en)* | 2022-02-28 | 2022-05-27 | 联想(北京)有限公司 | Access control method and electronic equipment |
| Publication | Publication Date | Title |
|---|---|---|
| CN112511660B (en) | Management system, method and device of edge terminal equipment and storage medium | |
| CN109428749B (en) | Network management method and related equipment | |
| CN112333298B (en) | Message transmission method and device, computer equipment and storage medium | |
| CN103368809B (en) | Internet reverse penetration tunnel implementation method | |
| CN114095430B (en) | Access message processing method, system and working node | |
| CN113268308A (en) | Information processing method, device and storage medium | |
| US12375441B1 (en) | Externally applying internal network domain name system (DNS) policies | |
| CN103561127A (en) | Method and system for tracing source of user | |
| CN108200222A (en) | A kind of method, apparatus and equipment of cluster accessing outer network from inner network | |
| WO2020253631A1 (en) | Configuration method, device, and system for ip address | |
| CN109561165A (en) | domain name system configuration method and related device | |
| WO2015180650A1 (en) | Method and device for generating key value in storage area network | |
| CN104735073B (en) | IPv4-IPv6 transition protocols dispatching method and device | |
| CN114301872B (en) | Domain name based access method and device, electronic equipment and storage medium | |
| CN115150327A (en) | An interface setting method, device, device and medium | |
| CN109819064A (en) | Method for communication between modules, operating system module and conference panel | |
| CN105657077A (en) | Network address translation traversal method and network address translation equipment | |
| CN118827798A (en) | A computing power request scheduling optimization method and system | |
| CN108011989B (en) | Redirection method and device | |
| CN112040029A (en) | NAT translation method, device, computer equipment and storage medium | |
| Limoncelli et al. | Successful strategies for IPv6 rollouts. Really. | |
| CN110661895A (en) | A network address mapping method for a server and a network address mapping device | |
| CN117336721A (en) | User tracing method and device, electronic equipment and computer storage medium | |
| CN108809795A (en) | Transparent shunt method and device in a kind of LAN environment | |
| CN112291202A (en) | Message data visualization method and device and computer readable storage medium |
| 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 | ||
| RJ01 | Rejection of invention patent application after publication | ||
| RJ01 | Rejection of invention patent application after publication | Application publication date:20180622 |