WO2006066497A1 - A method for updating the host’s dns during the ipv6 stateless address configuration and the apparatus thereof - Google Patents

A method for updating the host’s dns during the ipv6 stateless address configuration and the apparatus thereof Download PDF

Info

Publication number
WO2006066497A1
WO2006066497A1 PCT/CN2005/002247 CN2005002247W WO2006066497A1 WO 2006066497 A1 WO2006066497 A1 WO 2006066497A1 CN 2005002247 W CN2005002247 W CN 2005002247W WO 2006066497 A1 WO2006066497 A1 WO 2006066497A1
Authority
WO
WIPO (PCT)
Prior art keywords
host
router
option
message
dns
Prior art date
Application number
PCT/CN2005/002247
Other languages
English (en)
French (fr)
Inventor
Renxiang Yan
Yinglan Jiang
Qingshan Zhang
Fanxiang Bin
Original Assignee
Alcatel Lucent
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 Alcatel Lucent filed Critical Alcatel Lucent
Priority to US11/722,180 priority Critical patent/US8879418B2/en
Priority to KR1020077016527A priority patent/KR101227203B1/ko
Priority to EP05820018A priority patent/EP1841183B1/en
Publication of WO2006066497A1 publication Critical patent/WO2006066497A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5076Update or notification mechanisms, e.g. DynDNS
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/167Adaptation for transition between two IP versions, e.g. between IPv4 and IPv6
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/60Types of network addresses
    • H04L2101/618Details of network addresses
    • H04L2101/659Internet protocol version 6 [IPv6] addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5092Address allocation by self-assignment, e.g. picking addresses at random and testing if they are already in use
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]

Definitions

  • the present invention relates to IPv6 applications in communication networks and computer networks, and more particularly to
  • IPv6 deployment greatly reduces the address pressure that exists in IPv4, but 128-bit
  • IPv6 addresses are far less well remembered than IPv4 addresses, and domain names will be more widely used in IPv6.
  • Method 1 requires manual intervention, which is difficult for a large number of hosts.
  • Method 2 is only used for hosts configured with DHCP for address configuration.
  • IPv6 there are two types of address configuration, namely stateful address configuration and stateless address configuration.
  • Stateful address configuration refers to the configuration of addresses and other information through the DHCP protocol. Similar to IPv4, this method requires a DHCP server. The host obtains the address configuration information from the DHCP server through the client/server mode.
  • Stateless address autoconfiguration is an IPv6-specific address configuration method.
  • the network interface that needs to be configured with an address first uses the Neighbor Discovery mechanism to obtain a link-local address. After the network interface obtains the link-local address, it will send a Router Solicitation (RS) to the full-router multicast address. The local router will announce one or more messages through the Router Advertisement (RA).
  • RS Router Solicitation
  • RA Router Advertisement
  • a global address prefix is transmitted to the host, and the host combines the obtained address prefix with the interface identifier to obtain a global address.
  • the router can also directly send RA messages periodically, and the host is getting the message. Configure the global address of the interface based on the address prefix.
  • IP v6 The stateless address configuration method adopted in IP v6 is one of the advantages of IP v6. It enables the host device to obtain an IPv6 address without manual configuration and does not need to maintain a DHCP server.
  • the method does not specify the matching relationship between the domain name suffix information and the address prefix, if the router issues multiple address prefixes, the host will not be able to identify the correct matching relationship;
  • the purpose of the present invention is to provide a reliable and effective DNS update method for a host in an IPv6 stateless address configuration, so that the host can correctly identify the matching relationship between the domain name suffix information and the address prefix, and implement the DNS between the host and the router.
  • Negotiation of domain name updates; and DNS replacement by the router instead of the host will make DNS updates simple and secure.
  • the basic idea of the present invention is: Define a new RS/RA option - "host FQDN" option, which allows the host to negotiate with the router for DNS domain name updates, ie it can be updated by the host, Can be updated by the router. At the same time, the matching relationship between the domain name suffix information and the address prefix in the RA message is specified, so that the host can easily identify which address matches the domain name suffix.
  • the present invention provides a DNS update method for a host in an IPv6 stateless address configuration, which is characterized by: Adding an option to the RS message sent by the host and/or the RA message sent by the router, the option includes information for host DNS update negotiation,
  • the host negotiates with the router to determine that the mapping between the host global address and the full domain name of the host is registered with the DNS server by the host or router to complete the DNS update of the host.
  • the present invention also provides a DNS update method for a host in an IPv6 stateless address configuration, which is characterized by:
  • the option in the RA message contains the domain name suffix information of the host.
  • the option is placed after the corresponding one or more address prefix options, indicating that the option matches the one or more address prefixes.
  • the host uses the domain name suffix information to form its full domain name, uses the global address constructed by the matched address prefix, maps its full domain name to the global address, registers the server, and completes the DNS update of the host.
  • the present invention also provides an IP v6 stateless address configuration system, including a host and a router, the host includes a network interface module, a processing module, and a storage module, the router includes a network interface module, a processing module, and a storage module, and features thereof
  • the processing module of the host sends an RS message through the network interface module of the host
  • the processing module of the router sends an RA message through the network interface module of the router, where the RS message and/or the RA message includes an option, and the option includes the DNS update for the host.
  • the negotiated information through the respective processing module, the network interface module, and the storage module, according to the information, the host negotiates with the router to determine that the mapping between the host global address and the host full domain name is registered by the host or router to the DNS server, and the completion is completed. Host DNS update.
  • the invention also provides a host for an IP v6 stateless address configuration system, comprising a network interface module, a processing module, and a storage module, the system further comprising a router, the router comprising a network interface module, a processing module, and a storage Module, which is characterized by:
  • the processing module of the host sends an RS message through the network interface module of the host, and receives
  • the processing module of the router sends an RA message through the network interface module of the router, and the RS message and/or the RA message includes an option, and the option includes information for the host DNS update negotiation.
  • the host communicates with the router through its processing module, network interface module, and storage module through its processing module, network interface module, and storage module.
  • the DNS server registers to complete the DNS update of the host.
  • the invention also provides a router for use in an IPv6 stateless address configuration system, comprising a network interface module, a processing module, and a storage module, the system further comprising a host, the host comprising a network interface module, a processing module, and a storage module , which is characterized by:
  • the processing module of the router sends an RA message through the network interface module of the router, and the RS message and/or the RA message includes an option, and the option includes the host DNS.
  • Update the negotiated information
  • the router negotiates with the host through its processing module, network interface module, and storage module through its processing module, network interface module, and storage module, and the server registers to complete the DNS update of the host.
  • Fig. 1 is a workflow diagram showing an example of performing DNS update by an IPv6 router in the present invention.
  • FIG. 2 is a schematic diagram of a workflow of taking a host to perform DNS update in the present invention.
  • 3 is a schematic block diagram of a host and a router in accordance with the present invention. detailed description
  • FIG. 3 shows a schematic block diagram of a host and a router in accordance with the present invention, wherein the host 31 and Router 32 receives and receives RS messages and RA messages through network interface modules 311 and 321 . Both processing modules 312 and 322 and storage modules 313 and 323 participate in their respective operations.
  • DNS updates can be made by host 31 or by router 32 instead of host 31.
  • DNS updates include domain name to address mapping (forward mapping) updates and address to domain name mapping (reverse mapping) updates.
  • forward mapping domain name to address mapping
  • reverse mapping domain name mapping
  • the host 31 and the router 32 can perform forward, reverse or forward and reverse updates, but in practice, not all pairs are meaningful.
  • the present invention assumes that the DNS update operates in the following two modes:
  • IPv6 Router Updates The definitions of the AAAA resource records (ie, forward mapping) and PTR resource records (ie, reverse mapping) and PTR resource records are primarily defined for security reasons. The negotiation of the DNS update mentioned later will specifically refer to the negotiation of updating the AAAA resource record and the PTR resource record.
  • the router or host In order to perform DNS domain name update, the router or host needs to know the full domain name (FQDN) corresponding to an IPv6 address.
  • the "Host FQDN” option makes the host and router aware of this information, and can negotiate which DNS to perform according to the flag. Update.
  • This selection can only be included in RS and RA messages.
  • the minimum length is 4 bytes.
  • Flag Domain is used to negotiate the DNS domain name update between Host 31 and Router 32 and to define the number of matches.
  • the definition of the flag field is as follows:
  • the RV field is a reserved bit that can be used for future expansion.
  • MNUM is the number of matching fields: The size is 4-bits, which is used to define an FQDN option. The maximum number of address prefixes that can be matched, ranging from 1 to 16.
  • R bit If the router wants to perform DNS update instead of the host, then when it sends the "host FQDN" option, the R bit is set to 1, otherwise the R bit is 0.
  • H bit The host informs the router to replace it with DNS update by setting the H bit.
  • the R bit is 0 and the host is not capable of DNS registration, it will set the R bit and the H bit in the returned RS message. Otherwise, the R bit is set to 0 and the H bit is also set to 0.
  • the domain name field in the description option of the domain name in the option may transmit part of the domain name or the full domain name.
  • the host uses the full domain name or part of the domain name, that is, the host name; and the router uses the option when carrying the option in the RA message.
  • Domain name which is the domain name suffix.
  • the host 31 can only carry the "host FQDN” option when the processing module 312 sends an RS message through the network interface module 311.
  • Router 32 may only carry the "host FQDN” option when processing module 322 sends an RA message through network interface module 321.
  • the router sends the "host FQDN” option, through the processing module 322 and the storage module 323, the "host FQDN” option must match an address prefix option, and the address prefix does not have to match a "host FQDN” option.
  • the "host FQDN” option must be placed after one or more address prefix options to indicate that it matches one or more of the address prefixes.
  • the MNUM field in the option is used to indicate the number of address prefixes that match the option.
  • the address prefix that is not matched must be placed after the matching address prefix and the "host FQDN" option.
  • This method can make it easy for the host to identify the match between the address prefix and the domain name suffix, so that the host can map its full domain name with the global address constructed with the matching address prefix, so that the processing module 312 of the host can pass the network interface.
  • the mapping is updated when the module 311 performs a DNS update.
  • This matching method can also be used in other negotiation methods or non-negotiated DNS update methods. If the router is set up for DNS updates, it can carry or not carry the domain name field when sending the "host FQDN" option.
  • the processing module 312 and the storage module 313 map the address generated by the address prefix and the domain name in the "host FQDN" option matching the address prefix, and the mapping may be based on the set flag field.
  • the R and H bits in the middle are updated by the host or router.
  • the host 31 receives an RA message through the network interface 31 1 , and the RA message may be a response of the router 32 to the RS message sent by the host, or may be a periodic RA broadcast of the router.
  • the router will set the corresponding flag bit by the processing module 322 according to its configuration. If the host 31 supports the "host FQDN" option, it will be carried in the RS message.
  • the "host FQDN” option, and the corresponding flag bit is set by the processing module 312 according to the method in the flag bit definition. If the R bit is 1, that is, the router performs DNS update, the host sends an RS message carrying the "host FQDN" option to the router.
  • the source address must be the address generated by the address prefix paired with the domain name. If there are more than two pairs, then for each pairing, it must send an RS message.
  • the router then performs a DNS update based on the corresponding mapping, as shown in Figure 1. If R is 0, the host that supports DNS domain name registration must register the domain name by itself, that is, map the full domain name to the global address formed by the matching address prefix, and update the mapping, as shown in Figure 2. Hosts that do not support DNS domain name registration can notify the router to register it by sending the "host FQDN" option of H bit and R bit 1.

Landscapes

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

Description

IPv6无状态地址配置中主机的 DNS更新方法和装置 技术领域
本发明涉及在通信网和计算机网中的 IPv6应用, 尤其涉及一种
IPv6无状态地址配置中主机的 DNS( Domain Name Server, 域名服务 器) 更新方法。 背景技术
IPv6的部署大大减轻了 IPv4中存在的地址压力, 然而 128位的
IPv6地址远不如 IPv4地址那样好记,域名在 IPv6中将会得到更加广泛 的使用。 目前, IPv6中配置域名信息的方法有两种: ( 1 ) 手工将地 址和域名的映射关系添加到 DNS服务器上。 (2 ) 采用 DHCP协议 (动 态主机配置协议)中的 FQDN ( Fully Qualified Domain Name, 正式域 名)选项自动更新域名(为 IETF草案)。 方法一需要手工干预, 对于大 数目的主机很难胜任, 方法二仅仅使用于采用 DHCP进行地址配置的 主机。
在 IPv6中, 存在两种地址配置方式, 即有状态地址配置和无状态 地址配置。有状态地址配置方式就是指通过 DHCP协议进行地址和其 他信息的配置, 类似于 IPv4, 该方法需要一个 DHCP服务器, 主机通 过客户机 /服务器模式从 DHCP服务器处得到地址配置的信息。
无状态地址自动配置是 IPv6特有的一种地址配置方式, 在这种方 式下, 需要配置地址的网络接口先使用邻居发现机制 (Neighbor Discovery ) 获得一个链路本地地址。 网络接口获得这个链路本地地 址之后, 将发送一个路由请求消息 (Router Solicitation , 以下简称 RS ) 到全路由器多播地址, 本地路由器将通过路由器宣告消息 ( Router Advertisement , 以下简称 RA )将一个或多个全局的地址前 缀传送给该主机, 该主机将获得的地址前缀和接口标识结合得到一 个全局地址。 路由器也可以定期直接发送 RA消息, 主机在得到该消 息后再根据地址前缀配置接口的全局地址。
IP v6中采用的无状态地址配置方法是 IP v6的一大优点,它使得主 机设备无需进行手工配置便可以获得 IPv6地址, 而且不需要维护 DHCP服务器。
到目前为止, 还不存在一种较好的可以为采用无状态地址配置 方法进行地址配置的主机进行自动 DNS域名更新的方法。 现有的基 于路由器宣告消息的 DNS更新( IPv6 Router Advertisement based DNS Autoconfiguration ) , 是一个过期的 IETF草案, 该方法存在着不可忽 视的缺陷:
首先, 由于该方法没有规定域名后缀信息与地址前缀的匹配关 系, 如果路由器发布了多个地址前缀, 主机将无法识别出正确的匹 配关系;
其次, 在该方法中, 是由主机进行 DNS域名自动更新, 而这将 会带来安全隐患, 即使采用 DNSsec方法进行安全保证, 也需要在每 个主机上安装相应的认证信息, 这将使得 DNS更新变得十分复杂。 发明内容
本发明的目的在于提供一种可靠的、 有效的 IPv6无状态地址配 置中主机的 DNS更新方法, 使得主机能够正确识别出域名后缀信息 与地址前缀的匹配关系; 并实现主机与路由器之间的 DNS域名更新 的协商; 而由路由器代替主机进行 DNS更新, 将使得 DNS更新变 的简单和安全。
为了上述目的, 本发明的基本思想是: 定义一个新的 RS/RA选 项—— "host FQDN"选项, 利用该选项使得主机可以和路由器协商进 行 DNS域名更新, 即既可以由主机进行更新, 也可以由路由器进行 更新。 同时, 规定在 RA 消息中域名后缀信息与地址前缀的匹配关 系, 使得主机很容易识别哪个地址与哪个域名后缀进行匹配。
为此, 本发明提供了一种 IPv6 无状态地址配置中主机的 DNS 更新方法, 其特征在于: 在主机发送的 RS消息和 /或路由器发送的 RA消息中增加选项, 该选项包含用于主机 DNS更新协商的信息,
根据该信息, 主机与路由器进行协商, 以确定由主机或路由器 将主机全局地址与主机全域名的映射向 DNS服务器注册, 完成主机 的 DNS更新。
本发明还提供了一种 IPv6无状态地址配置中主机的 DNS更新方 法, 其特征在于:
在路由器向主机发送的 RA消息中增加选项,
RA消息中的该选项包含主机的域名后缀信息, 在 RA消息中, 该选项被放置在相应的一个或多个地址前缀选项的后面, 表明该选 项与该一个或多个地址前缀是一个匹配,
根据该匹配, 主机利用该域名后缀信息形成其全域名, 利用匹 配的地址前缀构造的全局地址, 并将其全域名与全局地址进行映射, 务器注册, 完成主机的 DNS更新。
本发明还提供了一种 IP v6无状态地址配置系统, 包括主机和路 由器, 该主机包含网络接口模块、 处理模块、 以及存储模块, 该路 由器包含网络接口模块、 处理模块、 以及存储模块, 其特征在于: 主机的处理模块通过主机的网络接口模块发送 RS消息,路由器 的处理模块通过路由器的网络接口模块发送 RA消息, 该 RS消息和 /或 RA消息包含一选项 ,该选项包含用于主机 DNS更新协商的信息, 通过各自的处理模块、 网络接口模块、 和存储模块, 根据该信 息, 主机与路由器进行协商, 以确定由主机或路由器将主机全局地 址与主机全域名的映射向 DNS服务器注册, 完成主机的 DNS更新。
本发明还提供了一种用于 IP v6无状态地址配置系统中的主机, 包含网络接口模块、 处理模块、 以及存储模块, 该系统还包括路由 器, 该路由器包含网络接口模块、 处理模块、 以及存储模块, 其特 征在于:
主机的处理模块通过主机的网络接口模块发送 RS消息,并接收 路由器的处理模块通过路由器的网络接口模块发送的 RA 消息, 该 RS消息和 /或 RA消息包含一选项, 该选项包含用于主机 DNS更新 协商的信息,
根据该信息, 主机通过其处理模块、 网络接口模块、 和存储模 块, 与路由器通过其处理模块、 网络接口模块、 和存储模块进行协
DNS服务器注册, 完成主机的 DNS更新。
本发明还提供了一种用于 IPv6 无状态地址配置系统中的路由 器, 包含网络接口模块、 处理模块、 以及存储模块, 该系统还包括 主机, 该主机包含网络接口模块、 处理模块、 以及存储模块, 其特 征在于:
相应于主机的处理模块通过主机的网络接口模块发送的 RS 消 息, 路由器的处理模块通过路由器的网络接口模块发送 RA 消息, 该 RS消息和 /或 RA消息包含一选项, 该选项包含用于主机 DNS更 新协商的信息,
根据该信息, 路由器通过其处理模块、 网络接口模块、 和存储模 块, 与主机通过其处理模块、 网络接口模块、 和存储模块进行协商, 服务器注册, 完成主机的 DNS更新。 附图说明
下面将参考附图来描述本发明的优选实施方式, 其中:
图 1是本发明中以 IPv6路由器进行 DNS更新为例的工作流程示 意图。
图 2是本发明中以主机进行 DNS更新为例的工作流程示意图。 图 3是根据本发明的主机与路由器的事示意框图。 具体实施方式
图 3表示根据本发明的主机与路由器的示意框图, 其中主机 31与 路由器 32通过网络接口模块 311和 321收发 RS消息和 RA消息。 两者的 处理模块 312和 322和存储模块 313和 323参与各自的操作。
DNS更新可以由主机 31进行, 或者由路由器 32代替主机 31进行, DNS更新包括域名到地址映射 (正向映射) 的更新和地址到域名映 射 (反向映射) 的更新。 理论上, 主机 31和路由器 32可以进行正向, 反向或正向和反向的更新, 但实际中, 并不是所有的配对都有意义, 本发明假设 DNS更新的工作模式为以下两种:
1. IPv6主机更新 AAAA资源记录 (即正向映射) 和 PTR资源记录 (即反向映射)
2. IPv6路由器更新 AAAA资源记录 (即正向映射) 和 PTR资源记 录 (即反向映射) 录和 PTR资源记录的更新这两种模式的定义主要是出于安全方面的 考虑。后面提到的 DNS更新的协商将特指对 AAAA资源记录以及 PTR 资源记录进行更新的协商。
"Host FQDN"选项
"host FQND"选项的定义
为了进行 DNS域名更新,路由器或主机需要知道对应于某个 IPv6 地址的全域名 (FQDN) , "Host FQDN"选项使得主机和路由器知道 这一信息, 并可以根据其中的标志位协商由谁进行 DNS更新。
该选择只能被包含在 RS和 RA消息中。 最小长度是 4个字节。
格式如下:
0 1 2
0 1 234567890 1 234567890 1 234567890 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
I 类型 I 长 度 标志域
+.+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
I
. 域名
.
+.+-+--|--+-+-+--(-+.+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 一个用于标示该选项的 8bit值 长度: 标志位长度 ( 1 ) +域名长度
标志域: 用于主机和路由器之间协商 DNS更新以及定义匹配的数目。 域名: 部分域名或全域名
标志域的定义 标志域用于进行主机 31与路由器 32之间的 DNS域名更新的协 商以及定义匹配的数目。 标志域的定义如下:
0 1 2 3 4 5 6 7
+.+.+.+.+.+.+.+-+
|RV I MNUM |準|
+.+.+.+.+-+.+.+.+
RV域是保留位, 可用于今后扩展。
MNUM为匹配数目域: 大小为 4-bits,用于定义一个 FQDN选项 最多可以匹配的地址前缀数目, 取值范围为 1 ~ 16。
R位的用法: 如果路由器希望代替主机进行 DNS更新, 那么在 它发送 "host FQDN"选项时, 将 R位置 1 , 否则 R位置 0。
H位的用法: 主机通过设置 H位通知路由器代替它进行 DNS更 新。 当 R位置 0, 而主机没有能力进行 DNS注册时, 它将在回送的 RS消息中将 R位置 1, H位也置 1。 否则 R位置 0, H位也置 0。 关于选项中域名的说明 选项中的域名字段可以传输部分域名或全域名,主机在 RS消息 中携带该选项时使用全域名或部分域名即主机名; 而路由器在 RA 消息中携带该选项时使用部分域名, 即域名后缀。 host FQDN"选项的使用 主机 31只能在处理模块 312通过网络接口模块 311发送 RS消 息时携带 "host FQDN"选项。 路由器 32只能在处理模块 322通过网络接口模块 321发送 RA 消息时携带" host FQDN"选项。 在路由器发送 "host FQDN"选项时, 通过处理模块 322和存储模块 323 , 该" host FQDN"选项必须和某个 地址前缀选项匹配, 而地址前缀不一定要和某个 "host FQDN"选项匹 配, "host FQDN"选项必须被放置在一个或多个地址前缀选项的后 面, 表明它和这一个或多个地址前缀是一个匹配, 选项中的 MNUM 域用于表示与该选项匹配的地址前缀的数目, 没有进行匹配的地址 前缀必须被放置在有匹配的地址前缀及" host FQDN"选项的后面。 这 种方法可以使得主机很容易识别地址前缀和域名后缀的匹配, 进而 使得主机可以将其全域名与利用与之匹配的地址前缀构造的全局地 址进行映射, 以便在主机的处理模块 312通过网络接口模块 311进 行 DNS更新时将该映射更新。 这种匹配方法也可以被用于使用其他 协商方法或不协商的 DNS更新方法中。 如果路由器被设置成进行 DNS 更新, 那么它可以在发送" host FQDN"选项时携带或不携带域名字段。 当主机收到 RA 消息后, 通 过处理模块 312和存储模块 313将由该地址前缀生成的地址和与该 地址前缀匹配的 "host FQDN"选项中的域名进行映射, 而该映射可以 根据设置的标志域中的 R和 H位由主机或路由器进行更新。 主机 31通过网络接口 31 1接收到一个 RA消息, 该 RA消息可 以是路由器 32对主机发送的 RS消息进行的应答, 也可以是路由器 定期 RA广播。 路由器将会根据其配置情况由处理模块 322对相应 的标志位进行置位。 如果主机 31 支持" host FQDN"选项, 那么将在 RS消息中携带
"host FQDN"选项, 并根据标志位定义中的方法由处理模块 312置相 应的标志位。 如果 R位为 1 , 即由路由器进行 DNS更新, 那么主机要发送一 个携带 "host FQDN"选项的 RS消息给路由器, 其源地址必须是由和 域名配对的地址前缀生成的地址。 如果有两个以上的配对, 那么对 于每个配对, 它都必须发送一个 RS消息。 随后, 路由器根据相应的 映射进行 DNS更新, 如图 1所示。 如果 R为 0,那么支持 DNS域名注册的主机必须自己注册域名, 即将全域名与由相匹配的地址前缀构成的全局地址进行映射, 并将 该映射进行更新, 如图 2所示。 不支持 DNS域名注册的主机则可以 通过发送 H位和 R位置 1的" host FQDN"选项来通知路由器为它进行 注册。
不脱离本发明的构思和范围可以做出许多其它改变和该型。应当 理解, 本发明不限于特定的实施方式, 本发明的范围由所附权利要 求限定。

Claims

权 利 要 求
1.一种 IPv6无状态地址配置中主机的 DNS更新方法, 其特征在 于:
在主机发送的 RS消息和 /或路由器发送的 RA消息中增加选项, 该选项包含用于主机 DNS更新协商的信息,
根据该信息, 主机与路由器进行协商, 以确定由主机或路由器 将主机全局地址与主机全域名的映射向 DNS服务器注册, 完成主机 的 DNS更新。
2. 根据权利要求 1 的方法, 其特征在于根据用于协商的信息, 由路由器进行 DNS更新。
3. 根据权利要求 1 的方法, 其特征在于根据用于协商的信息, 由主机进行 DNS更新。
4. 根据权利要求 3的方法, 其特征在于如果主机不支持 DNS更 新, 通过用于协商的信息通知路由器进行 DNS更新。
5. 根据权利要求 1 的方法, 其特征在于 RA消息中的该选项包 含主机的域名后缀信息, 在 RA 消息中, 该选项被放置在相应的一 个或多个地址前缀选项的后面, 表明该选项与该一个或多个地址前 缀是一个匹配。
6. 根据权利要求 5的方法, 其特征在于该选项包含信息用于表 示与该选项匹配的地址前缀的数目。
7. 根据权利要求 5的方法, 其特征在于没有进行匹配的地址前 缀选项被放置在有匹配的地址前缀选项及该选项的后面。
8. 根据权利要求 5 - 7任何之一的方法, 其特征在于该 RA消息 可以是路由器对主机发送的 RS消息进行的应答,也可以是路由器的 定期 RA广播。
9. 根据权利要求 8的方法, 其特征在于根据该 RA消息, 主机 完成其全局地址与全域名的映射, 根据用于协商的信息, 由主机或 路由器进行 DNS更新。
10. 根据权利要求 9的方法, 其特征在于根据用于协商的信息, 由主机进行 DNS更新。
1 1. 根据权利要求 9的方法, 其特征在于根据用于协商的信息, 由路由器进行 DNS更新, 主机发送 RS消息到路由器, 该 RS消息 中的该选项还包含主机的全域名。
12. 根据权利要求 9的方法, 其特征在于根据用于协商的信息, 由路由器进行 DNS更新, 主机完成其全局地址与主机名的映射并发 送 RS消息到路由器, 该 RS消息中的该选项还包含主机的主机名, 路由器完成其全局地址与全域名的映射。
13. 根据权利要求 2的方法,其特征在于在接收到该 RA消息后, 主机完成其全局地址与主机名的映射并发送 RS 消息到路由器, 该 RS消息中的该选项还包含主机的主机名, 路由器完成其全局地址与 全域名的映射。
14.一种 IPv6无状态地址配置中主机的 DNS更新方法, 其特征 在于:
在路由器向主机发送的 RA消息中增加选项,
RA消息中的该选项包含主机的域名后缀信息, 在 RA消息中, 该选项被放置在相应的一个或多个地址前缀选项的后面, 表明该选 项与该一个或多个地址前缀是一个匹配,
根据该匹配, 主机利用该域名后缀信息形成其全域名, 利用匹 配的地址前缀构造的全局地址, 并将其全域名与全局地址进行映射, 务器注册, 完成主机的 DNS更新。
15. 根据权利要求 14的方法, 其特征在于该选项包含信息用于 表示与该选项匹配的地址前缀的数目。
16. 根据权利要求 14的方法, 其特征在于没有进行匹配的地址 前缀选项被放置在有匹配的地址前缀选项及该选项的后面。
17. 一种 IPv6无状态地址配置系统, 包括主机和路由器, 该主 机包含网络接口模块、 处理模块、 以及存储模块, 该路由器包含网 络接口模块、 处理模块、 以及存储模块, 其特征在于: 主机的处理模块通过主机的网络接口模块发送 RS消息,路由器 的处理模块通过路由器的网络接口模块发送 RA消息, 该 RS消息和 /或 RA消息包含一选项 ,该选项包含用于主机 DNS更新协商的信息, 通过各自的处理模块、 网络接口模块、 和存储模块, 根据该信 息, 主机与路由器进行协商, 以确定由主机或路由器将主机全局地 址与主机全域名的映射向 DNS服务器注册, 完成主机的 DNS更新。
18. 一种用于 IPv6无状态地址配置系统中的主机, 包含网络接 口模块、 处理模块、 以及存储模块, 该系统还包括路由器, 该路由 器包含网络接口模块、 处理模块、 以及存储模块, 其特征在于:
主机的处理模块通过主机的网络接口模块发送 RS消息, 并接收 路由器的处理模块通过路由器的网络接口模块发送的 RA 消息, 该 RS消息和 /或 RA消息包含一选项, 该选项包含用于主机 DNS更新 协商的信息,
根据该信息, 主机通过其处理模块、 网络接口模块、 和存储模 块, 与路由器通过其处理模块、 网络接口模块、 和存储模块进行协
DNS服务器注册, 完成主机的 DNS更新。
19. 一种用于 IPv6无状态地址配置系统中的路由器, 包含网络 接口模块、 处理模块、 以及存储模块, 该系统还包括主机, 该主机 包含网络接口模块、 处理模块、 以及存储模块, 其特征在于:
相应于主机的处理模块通过主机的网络接口模块发送的 RS 消 息, 路由器的处理模块通过路由器的网络接口模块发送 RA 消息, 该 RS消息和 /或 RA消息包含一选项, 该选项包含用于主机 DNS更 新协商的信息 ,
根据该信息, 路由器通过其处理模块、 网络接口模块、 和存储 模块, 与主机通过其处理模块、 网络接口模块、 和存储模块进行协 商, 以确定由主机或路由器将主机全局地址与主机全域名的映射向 DNS服务器注册, 完成主机的 DNS更新。
PCT/CN2005/002247 2004-12-20 2005-12-20 A method for updating the host’s dns during the ipv6 stateless address configuration and the apparatus thereof WO2006066497A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US11/722,180 US8879418B2 (en) 2004-12-20 2005-12-20 Method and apparatus for updating DNS of host in IPv6 stateless address configuration
KR1020077016527A KR101227203B1 (ko) 2004-12-20 2005-12-20 IPv6 비상태형 어드레스 설정 동안에 호스트의DNS를 갱신하는 방법 및 그 장치
EP05820018A EP1841183B1 (en) 2004-12-20 2005-12-20 A method for updating the host's dns during the ipv6 stateless adress configuration and the apparatus thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200410093288.8 2004-12-20
CNB2004100932888A CN100556029C (zh) 2004-12-20 2004-12-20 IPv6无状态地址配置中主机的DNS更新方法和装置

Publications (1)

Publication Number Publication Date
WO2006066497A1 true WO2006066497A1 (en) 2006-06-29

Family

ID=36601381

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2005/002247 WO2006066497A1 (en) 2004-12-20 2005-12-20 A method for updating the host’s dns during the ipv6 stateless address configuration and the apparatus thereof

Country Status (5)

Country Link
US (1) US8879418B2 (zh)
EP (1) EP1841183B1 (zh)
KR (1) KR101227203B1 (zh)
CN (1) CN100556029C (zh)
WO (1) WO2006066497A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008157267A1 (en) * 2007-06-15 2008-12-24 Qualcomm Incorporated Method and apparatus for dns update triggered ipv6 neighbor advertisement
CN100508597C (zh) * 2007-04-23 2009-07-01 中国科学院计算技术研究所 一种将用户ip地址同用户等级结合的视频点播方法

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008099802A1 (ja) * 2007-02-13 2008-08-21 Nec Corporation 移動端末管理システム、ネットワーク機器及びそれらに用いる移動端末動作制御方法
EP1973306A1 (en) * 2007-03-19 2008-09-24 NEC Corporation Method for providing a UICC with an operator DNS IP address
JP2009165041A (ja) * 2008-01-09 2009-07-23 Sony Corp ネットワーク機器、アドレス変更通知方法及びアドレス変更通知プログラム
CN101888319A (zh) * 2009-05-11 2010-11-17 华为技术有限公司 获取终端设备的网络接入信息的方法和装置
CN102158563B (zh) 2010-02-12 2013-10-30 华为技术有限公司 IPv6过渡网络中获取IPv6配置信息的方法、系统以及装置
CN102333131B (zh) * 2010-07-13 2015-07-22 中国电信股份有限公司 提供域名服务的方法、系统及代理dns
CN102377832A (zh) * 2010-08-17 2012-03-14 中国移动通信集团公司 一种策略管理实体地址的获取方法和设备
CN101938529B (zh) * 2010-09-02 2013-03-20 中国科学院计算机网络信息中心 域名数据生存期的过期干预方法和递归服务器
EP2445239B1 (en) * 2010-10-22 2018-10-31 BlackBerry Limited Method and system for identifying an entity in a mobile telecommunications system
CN102843441B (zh) * 2011-06-24 2017-02-22 华为技术有限公司 控制地址配置方式的方法和设备
US9407493B2 (en) * 2012-04-19 2016-08-02 Futurewei Technologies, Inc. System and apparatus for router advertisement options for configuring networks to support multi-homed next hop routes
CN102761629B (zh) * 2012-07-11 2016-01-06 华为终端有限公司 设置dns服务器地址的方法、装置及系统
CN103581353B (zh) * 2012-08-02 2018-06-19 上海斐讯数据通信技术有限公司 网关设备的自动配置方法及系统
KR102185665B1 (ko) * 2013-12-24 2020-12-02 주식회사 엘지유플러스 All-IP 환경에서 IPv6 주소 기반의 통신을 위한 사용자 식별 서버, 단말, 방법, 및 기록 매체
CN103812936A (zh) * 2014-01-28 2014-05-21 张孝明 一种利用路由器推送广告的方法及装置
US9501336B2 (en) * 2014-05-29 2016-11-22 Blackberry Limited System and method for unifying the listing and launching of applications and packages spread across multiple domains
CN104410725A (zh) * 2014-09-17 2015-03-11 广州杰赛科技股份有限公司 Gpu的处理方法、系统以及基于gpu的dns解析方法和系统
CN104468868B (zh) * 2014-12-30 2017-10-10 中国科学院计算机网络信息中心 识别IPv6地址接口ID的方法
CN106331188A (zh) * 2015-06-18 2017-01-11 中兴通讯股份有限公司 Ip地址更新方法、装置及网关
KR101589413B1 (ko) * 2015-07-17 2016-01-28 성균관대학교산학협력단 IoT 디바이스에 대한 DNS 네이밍 방법
CN110661708B (zh) * 2018-06-29 2021-01-15 华为技术有限公司 网络优化方法、系统及网络设备
CN110417932B (zh) * 2019-07-30 2020-08-04 睿哲科技股份有限公司 基于IPv6外链资源升级装置、电子设备及计算机可读介质
EP4393133A1 (en) * 2021-08-25 2024-07-03 Telefonaktiebolaget LM Ericsson (publ) Generating or providing ipv6 addresses
CN113873053A (zh) * 2021-09-03 2021-12-31 中国银行股份有限公司 域名变更方法及装置

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100369326B1 (ko) * 2001-03-20 2003-01-24 한국전자통신연구원 정보가전의 네트워크 구성을 위해 정보가전을 도메인 이름서비스에 등록하는 방법과 그를 이용한 원격 제어 방법
WO2003107627A1 (fr) * 2002-06-14 2003-12-24 France Telecom Sa Systeme de consultation et/ou mise a jour de serveurs dns et/ou d’annuaires ldap
US20040083306A1 (en) * 2002-10-24 2004-04-29 International Business Machines Corporation Method and apparatus for maintaining internet domain name data

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6804720B1 (en) * 2000-06-07 2004-10-12 Telefonaktiebolaget Lm Ericsson (Publ) Mobile internet access
US7788407B1 (en) * 2000-10-21 2010-08-31 Cisco Technology, Inc. Apparatus and methods for providing an application level gateway for use in networks
US7881250B2 (en) * 2001-01-18 2011-02-01 Ntt Docomo, Inc. Packet communication system
US7437474B2 (en) * 2001-02-22 2008-10-14 Intel Corporation Proxy-less packet routing between private and public address realms
CN1389990A (zh) * 2001-05-30 2003-01-08 三菱麻铁里亚尔株式会社 通信系统管理服务器、无线服务器和移动管理服务器
US20030026230A1 (en) * 2001-08-02 2003-02-06 Juan-Antonio Ibanez Proxy duplicate address detection for dynamic address allocation
KR20030065064A (ko) 2002-01-29 2003-08-06 삼성전자주식회사 도메인 네임 관리 방법
JP4161782B2 (ja) * 2002-04-18 2008-10-08 松下電器産業株式会社 モバイルノードおよび移動通信方法
JP2003348116A (ja) * 2002-05-28 2003-12-05 Hitachi Ltd 家庭内ネットワーク向けアドレス自動設定方式
US7349390B2 (en) * 2002-05-28 2008-03-25 Ntt Docomo, Inc. Packet transmission method and communication system
JP3924502B2 (ja) * 2002-07-04 2007-06-06 富士通株式会社 モバイル通信方法およびモバイル通信システム
US7143435B1 (en) * 2002-07-31 2006-11-28 Cisco Technology, Inc. Method and apparatus for registering auto-configured network addresses based on connection authentication
KR20040065643A (ko) * 2003-01-15 2004-07-23 삼성전자주식회사 IPv6 프로토콜을 위한 IP 주소 및 도메인명자동등록 방법
US7562384B1 (en) * 2003-03-07 2009-07-14 Cisco Technology, Inc. Method and apparatus for providing a secure name resolution service for network devices
KR20040097849A (ko) * 2003-05-13 2004-11-18 삼성전자주식회사 도메인 네임 자동 등록방법 및 시스템
US7359354B2 (en) * 2003-06-11 2008-04-15 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus to reduce packet data link renegotiations in a wireless mobile network
US7493652B2 (en) * 2003-08-06 2009-02-17 Microsoft Corporation Verifying location of a mobile node
US7324474B2 (en) * 2003-10-21 2008-01-29 Qualcomm Incorporated Methods and apparatus for Network Initiated Data Services
US7542458B2 (en) * 2003-11-25 2009-06-02 Qualcomm Incorporated Method and apparatus for efficiently using air-link resources to maintain IP connectivity for intermittently active wireless terminals
US7539159B2 (en) * 2004-04-07 2009-05-26 Nokia Corporation Maintaining reachability of a mobile node
US7428221B2 (en) * 2004-06-01 2008-09-23 Cisco Technology, Inc. Arrangement for providing network prefix information from attached mobile routers to a clusterhead in a tree-based ad hoc mobile network
DE602004030626D1 (de) * 2004-09-30 2011-01-27 Telecom Italia Spa Verfahren und system zur steuerung der mobilität in einem kommunikationsnetz, diesbezügliches netz und computerprogrammprodukt dafür
US20070189219A1 (en) * 2005-11-21 2007-08-16 Mruthyunjaya Navali Internet protocol tunneling on a mobile network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100369326B1 (ko) * 2001-03-20 2003-01-24 한국전자통신연구원 정보가전의 네트워크 구성을 위해 정보가전을 도메인 이름서비스에 등록하는 방법과 그를 이용한 원격 제어 방법
WO2003107627A1 (fr) * 2002-06-14 2003-12-24 France Telecom Sa Systeme de consultation et/ou mise a jour de serveurs dns et/ou d’annuaires ldap
US20040083306A1 (en) * 2002-10-24 2004-04-29 International Business Machines Corporation Method and apparatus for maintaining internet domain name data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1841183A4 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100508597C (zh) * 2007-04-23 2009-07-01 中国科学院计算技术研究所 一种将用户ip地址同用户等级结合的视频点播方法
WO2008157267A1 (en) * 2007-06-15 2008-12-24 Qualcomm Incorporated Method and apparatus for dns update triggered ipv6 neighbor advertisement
US9602332B2 (en) 2007-06-15 2017-03-21 Qualcomm Incorporated Method and apparatus for DNS update triggered IPv6 neighbor advertisement

Also Published As

Publication number Publication date
CN100556029C (zh) 2009-10-28
US20090274062A1 (en) 2009-11-05
EP1841183B1 (en) 2013-03-06
KR20070097517A (ko) 2007-10-04
KR101227203B1 (ko) 2013-01-28
EP1841183A1 (en) 2007-10-03
EP1841183A4 (en) 2009-12-23
US8879418B2 (en) 2014-11-04
CN1798136A (zh) 2006-07-05

Similar Documents

Publication Publication Date Title
WO2006066497A1 (en) A method for updating the host’s dns during the ipv6 stateless address configuration and the apparatus thereof
US20070253377A1 (en) Apparatus and method for name resolution in an aggregation of mobile networks
KR20040065643A (ko) IPv6 프로토콜을 위한 IP 주소 및 도메인명자동등록 방법
JP5101621B2 (ja) 移動端末装置、中継装置及び移動通信システム
US20120011234A1 (en) Method for enabling ipv 6 host to access ipv4 host, method for obtaining ipv6 address prefix, and translation apparatus
US9307477B1 (en) Apparatus and method for interfacing wireless client device to multiple packet data networks
JP2007300608A (ja) IPv6ユニークローカルアドレス生成方法及び装置
WO2009117963A1 (zh) 地址配置方法、装置和系统
US7203492B2 (en) Mobile communication method and system
US8396069B1 (en) Using domain name server response and internet protocol version 6 to conserve internet protocol version 4 addresses
JP2019515555A (ja) 識別情報指向型ネットワークの匿名識別情報及びプロトコル
US8438390B2 (en) Method and system for using neighbor discovery unspecified solicitation to obtain link local address
JP2004507976A (ja) アドレスの移動局への割り当て
WO2007028300A1 (en) A method for obtaining the home agent information of the mobile node and a system thereof
EP3799400B1 (en) Generation of ipv6 multicast address
JP4028331B2 (ja) Ipアドレスを自動生成するルータ
KR20040097849A (ko) 도메인 네임 자동 등록방법 및 시스템
KR100514742B1 (ko) 통합 캐시를 이용하여 다음 홉 주소를 결정하는 장치 및 방법
Stapp DHCPv6 Bulk Leasequery
KR100369326B1 (ko) 정보가전의 네트워크 구성을 위해 정보가전을 도메인 이름서비스에 등록하는 방법과 그를 이용한 원격 제어 방법
KR100902841B1 (ko) 홈 네트워크 시스템 및 홈 네트워킹 방법
KR100545777B1 (ko) 홈네트워크 환경에서의 정보가전 기기의 IPv6 주소 및이름 자동설정 방법
WO2017121134A1 (en) Method for node identification and service advertisement in communication networks
JP4242752B2 (ja) アドレス表管理方法、及び、端末
KR101303030B1 (ko) ⅠPv6를 지원하는 프로토콜을 이용한 호스트 동작상태 및 탐색 방법

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KN KP KR KZ LC LK LR LS LT LU LV LY MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2005820018

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 4341/DELNP/2007

Country of ref document: IN

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 1020077016527

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 2005820018

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 11722180

Country of ref document: US