CN102148882B - Method and system for dynamic domain name resolution after deploying NAT - Google Patents
Method and system for dynamic domain name resolution after deploying NAT Download PDFInfo
- Publication number
- CN102148882B CN102148882B CN 201110104073 CN201110104073A CN102148882B CN 102148882 B CN102148882 B CN 102148882B CN 201110104073 CN201110104073 CN 201110104073 CN 201110104073 A CN201110104073 A CN 201110104073A CN 102148882 B CN102148882 B CN 102148882B
- Authority
- CN
- China
- Prior art keywords
- address
- domain name
- ddns
- network
- user equipment
- 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.)
- Active
Links
Images
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
技术领域 technical field
本发明涉及一种部署网络地址翻译(Network Address Translation,简称:NAT)后的动态域名解析方法及系统,属于域名解析技术领域。The invention relates to a dynamic domain name resolution method and system after deploying Network Address Translation (NAT for short), and belongs to the technical field of domain name resolution.
背景技术 Background technique
动态域名解析服务(Dynamic Domain Name System,简称:DDNS)是一种能够将固定的互联网域名和动态IP地址实时对应解析的服务。相对于传统的静态DNS而言,它可以将一个固定的域名解析到一个动态的IP地址,简单的说,不管用户何时上网、以何种方式上网、得到一个什么样的IP地址、IP地址是否会变化,都能保证其他用户能够通过一个固定的域名就能访问到用户的计算机。Dynamic Domain Name System (Dynamic Domain Name System, DDNS for short) is a service that can resolve fixed Internet domain names and dynamic IP addresses in real time. Compared with the traditional static DNS, it can resolve a fixed domain name to a dynamic IP address. Whether it changes, it can ensure that other users can access the user's computer through a fixed domain name.
随着互联网的迅猛发展,IP地址已经逐渐成为稀缺资源,为此,电信运营商将很有可能部署NAT解决方案,其中,NAT是一种将私有(保留)地址转化为合法公网IP地址的转换技术,它被广泛应用于各种类型互联网接入方式和各种类型的网络中,在一定程度上解决了1P地址不足的问题,而且还能够有效地避免来自网络外部的攻击,隐藏并保护网络内部的计算机。With the rapid development of the Internet, IP addresses have gradually become a scarce resource. For this reason, telecom operators will likely deploy NAT solutions. NAT is a method of converting private (reserved) addresses into legal public IP addresses. Conversion technology, which is widely used in various types of Internet access methods and various types of networks, solves the problem of insufficient 1P addresses to a certain extent, and can effectively avoid attacks from outside the network, hide and protect Computers inside the network.
然而,现有技术中至少存在如下问题:However, there are at least the following problems in the prior art:
部署NAT后,用户上网不仅是动态获得IP地址,而且获得的是私有IP地址,由于该私网IP地址不能全局路由,使得传统的DDNS无法正常工作。After deploying NAT, users access to the Internet not only dynamically obtain IP addresses, but also obtain private IP addresses. Since the private network IP addresses cannot be routed globally, traditional DDNS cannot work normally.
发明内容Contents of the invention
本发明提供一种部署NAT后的动态域名解析方法及系统,用以在部署NAT后仍然能够实现动态域名解析。The present invention provides a method and system for dynamic domain name resolution after NAT is deployed, so as to realize dynamic domain name resolution after NAT is deployed.
本发明一方面提供一种部署NAT后的动态域名解析方法,其中包括:One aspect of the present invention provides a dynamic domain name resolution method after NAT is deployed, including:
DDNS用户设备向运营商接入设备发出网络接入请求;The DDNS user equipment sends a network access request to the operator's access equipment;
所述运营商接入设备将所述网络接入请求转发给NAT设备,从所述NAT设备获得为该DDNS用户设备分配的公网IP地址及私网IP地址,并将该公网IP地址与所述DDNS用户设备的域名地址共同发送给DDNS服务器;The operator access device forwards the network access request to the NAT device, obtains the public network IP address and the private network IP address allocated for the DDNS user equipment from the NAT device, and combines the public network IP address with the The domain name address of the DDNS user equipment is jointly sent to the DDNS server;
所述DDNS服务器将接收到的所述域名地址与所述公网IP地址进行关联保存;The DDNS server associates and saves the received domain name address with the public network IP address;
当所述DDNS服务器接收到来自于来访用户设备的域名解析请求时,根据已关联保存的所述公网IP地址及域名地址进行域名解析。When the DDNS server receives the domain name resolution request from the visiting user equipment, it performs domain name resolution according to the associated stored public network IP address and domain name address.
本发明另一方面提供一种动态域名解析系统,其中包括DDNS用户设备、运营商接入设备、NAT设备及DDNS服务器,所述DDNS用户设备位于私网中,所述NAT设备及DDNS服务器位于公网中,所述运营商接入设备连接所述私网和所述公网,其中:Another aspect of the present invention provides a dynamic domain name resolution system, which includes DDNS user equipment, operator access equipment, NAT equipment, and a DDNS server. The DDNS user equipment is located in a private network, and the NAT equipment and DDNS server are located in a public network. In the network, the operator access device is connected to the private network and the public network, wherein:
所述DDNS用户设备用于向所述运营商接入设备发出网络接入请求;The DDNS user equipment is used to send a network access request to the operator access equipment;
所述运营商接入设备包括:The operator access equipment includes:
转发模块,用于将来自于DDNS用户设备的所述网络接入请求转发给所述NAT设备;A forwarding module, configured to forward the network access request from the DDNS user equipment to the NAT device;
获取模块,用于从所述NAT设备获得为该DDNS用户设备分配的公网IP地址及私网IP地址,并将该公网IP地址与所述DDNS用户设备的域名地址共同发送给所述DDNS服务器;An acquisition module, configured to obtain a public IP address and a private IP address assigned to the DDNS user equipment from the NAT device, and send the public IP address and the domain name address of the DDNS user equipment to the DDNS server;
所述NAT设备用于根据所述DDNS用户设备发来的网络接入请求为该DDNS用户设备分配公网IP地址及私网IP地址;The NAT device is used to allocate a public network IP address and a private network IP address for the DDNS user equipment according to the network access request sent by the DDNS user equipment;
所述DDNS服务器包括:The DDNS server includes:
关联模块,用于将接收到的所述域名地址与所述公网IP地址进行关联保存;An associating module, configured to associate and store the received domain name address with the public network IP address;
解析模块,用于当接收到来自于公网的来访用户设备的域名解析请求时,根据关联模块已关联保存的公网IP地址及域名地址进行域名解析。The parsing module is used for performing domain name parsing according to the public IP address and domain name address associated and saved by the association module when receiving a domain name resolution request from a visiting user device from the public network.
本发明通过使用运营商接入设备代替DDNS用户设备实现动态域名解析功能,从而实现了在电信运营商部署NAT条件下的动态域名解析。The present invention realizes the dynamic domain name analysis function by using the operator's access equipment instead of the DDNS user equipment, thereby realizing the dynamic domain name analysis under the condition that the telecommunication operator deploys NAT.
附图说明 Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作一简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention 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 These are some embodiments of the present invention. Those skilled in the art can also obtain other drawings based on these drawings without creative work.
图1为本发明所述部署NAT后的动态域名解析方法实施例的流程图;Fig. 1 is the flow chart of the embodiment of the dynamic domain name resolution method after deploying NAT described in the present invention;
图2为本发明所述动态域名解析系统实施例的结构示意图;Fig. 2 is the structural representation of the embodiment of dynamic domain name resolution system of the present invention;
图3为图2所示系统中运营商接入设备20的内部结构示意图;FIG. 3 is a schematic diagram of the internal structure of the
图4为图2所示系统中DDNS服务器40的内部结构示意图。FIG. 4 is a schematic diagram of the internal structure of the
具体实施方式 Detailed ways
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purpose, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the described embodiments It is a part of embodiments of the present invention, but not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.
图1为本发明所述部署NAT后的动态域名解析方法实施例的流程图,如图所示,该方法包括如下步骤:Fig. 1 is the flow chart of the embodiment of the dynamic domain name resolution method after deploying NAT described in the present invention, as shown in the figure, this method comprises the following steps:
步骤110,DDNS用户设备向运营商接入设备发出网络接入请求。
其中,所述DDNS用户设备是指希望通过DDNS服务器提供动态域名解析服务的用户所使用的设备,例如一个网站的服务器等。具体地,该DDNS用户设备可以通过基于以太网的点对点协议(Point-to-Point Protocol overEthernet,简称:PPPoE)方式或基于以太网的互联网协议(Internet Protocolover Ethernet,简称:IPoE)方式向运营商接入设备发出网络接入请求。Wherein, the DDNS user device refers to a device used by a user who wishes to provide dynamic domain name resolution service through a DDNS server, such as a server of a website. Specifically, the DDNS user equipment can connect to the operator through an Ethernet-based point-to-point protocol (Point-to-Point Protocol over Ethernet, referred to as: PPPoE) or an Ethernet-based Internet protocol (Internet Protocol over Ethernet, referred to as: IPoE). The ingress device sends a network access request.
步骤120,运营商接入设备根据所述网络接入请求中携带的用户名及密码对所述DDNS用户设备进行认证,认证通过后再执行步骤130。
其中,所述运营商接入设备可以为宽带远程接入服务器(BroadbandRemote Access Server,简称:BRAS),用以提供远程宽带接入服务。如果认证失败,则结束整个流程;所述用户名及密码是用户在向运营商申请业务时得到的。Wherein, the operator access device may be a broadband remote access server (Broadband Remote Access Server, BRAS for short), which is used to provide remote broadband access services. If the authentication fails, the entire process is ended; the user name and password are obtained when the user applies for a service from the operator.
此处需要说明的是,如果运营商接入设备能够采用其他方式确定该DDNS用户设备的合法性,则可以省略本步骤。It should be noted here that if the operator's access device can determine the legitimacy of the DDNS user equipment in other ways, this step can be omitted.
步骤130,所述运营商接入设备将所述网络接入请求转发给NAT设备,从所述NAT设备获得为该DDNS用户设备分配的公网IP地址及私网IP地址,并将该公网IP地址与所述DDNS用户设备的域名地址共同发送给DDNS服务器。
具体地,所述运营商接入设备获得所述公网IP地址及私网IP地址的过程包括:所述运营商接入设备可以先将所述网络接入请求转发给所述NAT设备,然后再由所述NAT设备为所述DDNS用户设备分配公网IP地址及私网IP地址,并将分配的所述公网IP地址及私网IP地址返回给所述运营商接入设备。Specifically, the process for the operator access device to obtain the public network IP address and the private network IP address includes: the operator access device may first forward the network access request to the NAT device, and then Then, the NAT device allocates a public network IP address and a private network IP address for the DDNS user equipment, and returns the allocated public network IP address and private network IP address to the operator access device.
其中,所述NAT设备是指具备NAT功能的设备;所述分配公网IP地址及私网IP地址是指为同一个DDNS用户设备分配的公网IP地址及私网IP地址并不是固定不变的,当该DDNS用户设备断线后再次发出网络接入请求时,NAT设备有可能会为其分配不同的公网IP地址及私网IP地址;所述DDNS用户设备的域名地址是用户在向运营商申请业务时提交的。Wherein, the NAT device refers to a device with NAT function; the distribution of the public IP address and the private IP address refers to that the public IP address and the private IP address allocated for the same DDNS user equipment are not fixed Yes, when the DDNS user equipment is disconnected and sends a network access request again, the NAT device may assign different public IP addresses and private IP addresses to it; the domain name address of the DDNS user equipment is the Submitted by the operator when applying for business.
步骤140,所述DDNS服务器将接收到的所述域名地址与所述公网IP地址进行关联保存。
步骤150,当所述DDNS服务器接收到来自于来访用户设备的域名解析请求时,根据已关联保存的所述公网IP地址及域名地址进行域名解析。
其中,所述来访用户设备是指要访问所述DDNS用户设备的用户终端。具体地,所述DDNS服务器可以根据所述域名解析请求中携带的域名地址从已关联保存的所述公网IP地址及域名地址中查找相应的公网IP地址返回给所述来访用户设备,以实现域名解析。Wherein, the visiting user equipment refers to a user terminal that wants to access the DDNS user equipment. Specifically, the DDNS server can search for the corresponding public IP address from the associated saved public IP address and domain name address according to the domain name address carried in the domain name resolution request and return it to the visiting user equipment, so as to Realize domain name resolution.
此后,所述来访用户设备可以通过该公网IP与所述DDNS用户设备进行通信,具体可以包括如下步骤:Thereafter, the visiting user equipment can communicate with the DDNS user equipment through the public network IP, which may specifically include the following steps:
步骤160,所述来访用户设备以接收到的所述公网IP地址为目的地址向所述运营商接入设备发出通信数据包。
步骤170,所述运营商接入设备根据所述公网IP地址查找相应的私网IP地址,并根据该私网IP地址将所述通信数据包发送给相应的DDNS用户设备。
具体地,所述运营商接入设备可以根据所述NAT设备中保存的公网IP地址与私网IP地址的地址映射表查找与所述公网IP地址相应的私网IP地址,此时的地址映射表是在步骤130中由所述NAT设备为所述DDNS用户设备分配公网IP地址及私网IP地址时生成并保存在该NAT设备中的;Specifically, the operator access device may look up the private network IP address corresponding to the public network IP address according to the address mapping table of the public network IP address and the private network IP address stored in the NAT device, and at this time The address mapping table is generated and stored in the NAT device when the NAT device allocates a public network IP address and a private network IP address for the DDNS user equipment in
或者,所述运营商接入设备也可以根据该运营商接入设备自身保存的公网IP地址与私网IP地址的地址映射表查找与所述公网IP地址相应的私网IP地址,此时的地址映射表是根据在步骤130中由所述运营商接入设备从NAT设备获得的公网IP地址及私网IP地址生成的,并保存在该运营商接入设备中。Alternatively, the operator access device may also search for the private network IP address corresponding to the public network IP address according to the address mapping table between the public network IP address and the private network IP address stored by the operator access device itself, where The current address mapping table is generated according to the public network IP address and private network IP address obtained by the operator access device from the NAT device in
本实施例所述方法通过使用运营商接入设备代替DDNS用户设备实现动态域名解析功能,从而实现了在电信运营商部署NAT条件下的动态域名解析。The method described in this embodiment implements the dynamic domain name resolution function by using the operator's access device instead of the DDNS user device, thereby realizing the dynamic domain name resolution under the condition that the telecom operator deploys NAT.
图2为本发明所述动态域名解析系统实施例的结构示意图,如图所示,该系统包括:DDNS用户设备10、运营商接入设备20、NAT设备30及DDNS服务器40,所述DDNS用户设备10位于私网中,所述NAT设备30及DDNS服务器40位于公网中,所述运营商接入设备20连接所述私网和所述公网,其工作原理如下:Fig. 2 is the structure diagram of the embodiment of dynamic domain name resolution system of the present invention, as shown in the figure, this system comprises:
所述DDNS用户设备10向所述运营商接入设备20发出所述网络接入请求,其中,所述DDNS用户设备10是指希望通过DDNS服务器40提供动态域名解析服务的用户所使用的设备,例如一个网站的服务器等。具体地,该DDNS用户设备10可以通过基于PPPoE方式或基于IPoE方式向运营商接入设备20发出网络接入请求。The
此后,如图3所示,所述运营商接入设备20通过认证模块23根据所述网络接入请求中携带的用户名及密码对所述DDNS用户设备10进行认证,认证通过后再通过转发模块21将来自于DDNS用户设备10的所述网络接入请求转发给所述NAT设备30,由该NAT设备30根据所述DDNS用户设备10发来的网络接入请求为该DDNS用户设备分配公网IP地址及私网IP地址。其中,所述运营商接入设备20例如可以为BRAS,此处需要说明的是,如果运营商接入设备20能够采用其他方式确定该DDNS用户设备10的合法性,则可以省略认证模块23。Thereafter, as shown in FIG. 3 , the
此后,所述运营商接入设备20通过获取模块22从所述NAT设备30获得为该DDNS用户设备10分配的公网IP地址及私网IP地址,并将该公网IP地址与所述DDNS用户设备10的域名地址共同发送给所述DDNS服务器40Thereafter, the
此后,如图4所示,所述DDNS服务器40通过关联模块41将接收到的所述域名地址与所述公网IP地址进行关联保存;当接收到来自于公网的来访用户设备的域名解析请求时,由解析模块42根据关联模块已关联保存的公网IP地址及域名地址进行域名解析。其中,所述来访用户设备是指要访问所述DDNS用户设备的用户终端。具体地,所述解析模块42可以根据所述域名解析请求中携带的域名地址从已关联保存的所述公网IP地址及域名地址中查找相应的公网IP地址返回给所述来访用户设备,以实现域名解析。Thereafter, as shown in Figure 4, the
此后,所述来访用户设备可以通过该公网IP与所述DDNS用户设备10进行通信,具体地,该来访用户设备先以接收到的所述公网IP地址为目的地址向所述运营商接入设备20发出通信数据包;当所述运营商接入设备20接收到由所述来访用户设备以所述公网IP地址为目的地址发来的通信数据包时,由查找模块24根据该公网IP地址查找相应的私网IP地址,然后由通信模块25根据查找模块24查找到的所述私网IP地址将所述通信数据包发送给相应的DDNS用户设备。具体的查找过程可参见上述方法实现例的相关内容。Thereafter, the visiting user equipment can communicate with the
本实施例所述系统通过使用运营商接入设备代替DDNS用户设备实现动态域名解析功能,从而实现了在电信运营商部署NAT条件下的动态域名解析。The system in this embodiment implements the dynamic domain name resolution function by using the operator's access device instead of the DDNS user device, thereby realizing the dynamic domain name resolution under the condition that the telecom operator deploys NAT.
以下举例说明本实施例所述系统实现的信令流程,如图2所示,包括如下过程:The following example illustrates the signaling process implemented by the system described in this embodiment, as shown in Figure 2, including the following process:
(1)DDNS用户设备通过PPPoE方式或IPoE方式向运营商接入设备发出网络接入请求;(1) The DDNS user equipment sends a network access request to the operator's access equipment through PPPoE or IPoE;
(2)运营商接入设备可以先将所述网络接入请求发送给所述NAT设备;(2) The operator access device may first send the network access request to the NAT device;
(3)NAT设备为所述DDNS用户设备分配公网IP地址及私网IP地址,并将分配的所述公网IP地址及私网IP地址返回给所述运营商接入设备;(3) The NAT device allocates a public network IP address and a private network IP address for the DDNS user equipment, and returns the distributed public network IP address and private network IP address to the operator access device;
(4)运营商接入设备将公网IP地址与所述DDNS用户设备的域名地址共同发送给DDNS服务器,由该DDNS服务器将接收到的所述域名地址与所述公网IP地址进行关联保存;(4) The operator's access device sends the public network IP address and the domain name address of the DDNS user equipment to the DDNS server, and the DDNS server associates and saves the received domain name address and the public network IP address ;
(5)来访用户设备向DDNS服务器发送域名解析请求;(5) The visiting user equipment sends a domain name resolution request to the DDNS server;
(6)DDNS服务器根据已关联保存的所述公网IP地址及域名地址进行域名解析,并将相应的公网IP地址返回给所述来访用户设备;(6) DDNS server carries out domain name resolution according to the described public network IP address and domain name address that have associated preservation, and returns corresponding public network IP address to described visiting user equipment;
(7)来访用户设备以接收到的所述公网IP地址为目的地址向所述运营商接入设备发出通信数据包;(7) The visiting user equipment sends a communication data packet to the operator access equipment with the received public network IP address as the destination address;
(8)运营商接入设备向NAT设备请求查询所述公网IP地址相应的私有IP地址;(8) The operator's access device requests the NAT device to inquire about the private IP address corresponding to the public network IP address;
(9)NAT设备返回查找到的私有IP地址;(9) The NAT device returns the private IP address found;
(10)运营商接入设备根据该私网IP地址将所述通信数据包发送给相应的DDNS用户设备。(10) The operator access device sends the communication data packet to the corresponding DDNS user equipment according to the private network IP address.
此处需要说明的是,如果所述运营商接入设备支持维护本地的公网IP地址与私网IP地址的地址映射表,则所述运营商接入设备可直接查询本地的地址映射表,因此可以省略上述第(8)步及第(9)步。It should be noted here that if the operator access device supports maintaining an address mapping table between a local public network IP address and a private network IP address, the operator access device can directly query the local address mapping table, Therefore, the above steps (8) and (9) can be omitted.
本领域普通技术人员可以理解:实现上述方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成,前述的程序可以存储于一计算机可读取存储介质中,该程序在执行时,执行包括上述方法实施例的步骤;而前述的存储介质包括:ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质。Those of ordinary skill in the art can understand that all or part of the steps for realizing the above-mentioned method embodiments can be completed by hardware related to program instructions, and the aforementioned program can be stored in a computer-readable storage medium. When the program is executed, the It includes the steps of the above method embodiments; and the aforementioned storage medium includes: ROM, RAM, magnetic disk or optical disk and other various media that can store program codes.
最后应说明的是:以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围。Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present invention, rather than to limit them; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: it can still be Modifications are made to the technical solutions described in the foregoing embodiments, or equivalent replacements are made to some of the technical features; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions of the various embodiments of the present invention.
Claims (9)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN 201110104073 CN102148882B (en) | 2011-04-25 | 2011-04-25 | Method and system for dynamic domain name resolution after deploying NAT |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN 201110104073 CN102148882B (en) | 2011-04-25 | 2011-04-25 | Method and system for dynamic domain name resolution after deploying NAT |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN102148882A CN102148882A (en) | 2011-08-10 |
| CN102148882B true CN102148882B (en) | 2013-10-09 |
Family
ID=44422868
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN 201110104073 Active CN102148882B (en) | 2011-04-25 | 2011-04-25 | Method and system for dynamic domain name resolution after deploying NAT |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN102148882B (en) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2013185352A1 (en) * | 2012-06-15 | 2013-12-19 | 华为技术有限公司 | Registration method, device, and system |
| CN102891901A (en) * | 2012-09-25 | 2013-01-23 | 中国联合网络通信集团有限公司 | Dynamic domain name resolution method, server and domain name service system |
| CN105227686B (en) * | 2014-06-20 | 2019-04-09 | 中国电信股份有限公司 | The Dynamic Configuration and system of cloud host domain name |
| CN105657077B (en) * | 2014-11-13 | 2019-09-13 | 中国移动通信集团公司 | A network address translation traversal method and network address translation equipment |
| CN106941527B (en) * | 2017-03-15 | 2021-02-02 | 网宿科技股份有限公司 | Data transmission transfer method and system |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1516415A (en) * | 2003-01-10 | 2004-07-28 | 上海通用化工技术研究所 | Decimal number gateway |
| CN101043447A (en) * | 2007-04-23 | 2007-09-26 | 重庆大学 | Method for mapping dynamically inside and outside network of server based on DDNS and NAT |
| WO2008116416A1 (en) * | 2007-03-26 | 2008-10-02 | Huawei Technologies Co., Ltd. | Method, device and system for domain name system to update dynamically |
-
2011
- 2011-04-25 CN CN 201110104073 patent/CN102148882B/en active Active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1516415A (en) * | 2003-01-10 | 2004-07-28 | 上海通用化工技术研究所 | Decimal number gateway |
| WO2008116416A1 (en) * | 2007-03-26 | 2008-10-02 | Huawei Technologies Co., Ltd. | Method, device and system for domain name system to update dynamically |
| CN101043447A (en) * | 2007-04-23 | 2007-09-26 | 重庆大学 | Method for mapping dynamically inside and outside network of server based on DDNS and NAT |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102148882A (en) | 2011-08-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8559448B2 (en) | Method and apparatus for communication of data packets between local networks | |
| EP1876754B1 (en) | Method system and server for implementing dhcp address security allocation | |
| CN101296203B (en) | Device, system and method for automatically configuring application terminal in family network | |
| CN101841573B (en) | Method and device for processing address information of Internet and Internet system | |
| US11444915B2 (en) | Service obtaining and providing methods, user equipment, and management server | |
| CN1984155B (en) | Domain name configuration method and network equipment in IPv6 access network | |
| US10038646B2 (en) | Method and apparatus for acquiring port range resource, and method and apparatus for allocating port range resource | |
| WO2013040942A1 (en) | Data centre system and apparatus, and method for providing service | |
| US20080192751A1 (en) | Method and system for service provision | |
| WO2010069181A1 (en) | Method and system for configuring ipv6 address | |
| CN102170395A (en) | Data transmission method and network equipment | |
| CN102148882B (en) | Method and system for dynamic domain name resolution after deploying NAT | |
| CN102891901A (en) | Dynamic domain name resolution method, server and domain name service system | |
| EP2536099A2 (en) | Method and access node for preventing address conflict | |
| CN101931658A (en) | Method and device for communicating with IPv6 host with IPv4 application | |
| US20120036545A1 (en) | Method and apparatus for obtaining address of video transmission management server | |
| CN101141492B (en) | Method and system for implementing DHCP address safety allocation | |
| CN102882861B (en) | The method of anti-IP address swindle is realized based on parsing DHCP message | |
| CN103581350A (en) | Method, terminals, equipment and system for publishing Internet services across NAT | |
| US8705471B2 (en) | Method and system for implementing ID/locator mapping | |
| CN104253798A (en) | Network security monitoring method and system | |
| CN103516820A (en) | Port forwarding method and apparatus based on MAC address | |
| CN115278373A (en) | Internet TV networking method and system | |
| JP2009218926A (en) | Network connection control system, network connection control program and network connection control method | |
| CN108040137A (en) | A kind of domain name analytic method, gateway and network system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant |