JP4331638B2 - Network control system and network control method - Google Patents
Network control system and network control method Download PDFInfo
- Publication number
- JP4331638B2 JP4331638B2 JP2004101901A JP2004101901A JP4331638B2 JP 4331638 B2 JP4331638 B2 JP 4331638B2 JP 2004101901 A JP2004101901 A JP 2004101901A JP 2004101901 A JP2004101901 A JP 2004101901A JP 4331638 B2 JP4331638 B2 JP 4331638B2
- Authority
- JP
- Japan
- Prior art keywords
- address
- lifetime
- translation table
- address translation
- translator
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Description
本発明は、IPv4(Internet Protocol version 4)の装置と、IPv6(Internet Protocol version 6)の装置との間の通信を行う為のIPv4アドレスと、IPv6アドレスとの変換を行うトランスレータを有するネットワーク制御システム及びネットワーク制御方法に関する。 The present invention relates to a network control system having an IPv4 address for performing communication between an IPv4 (Internet Protocol version 4) device and an IPv6 (Internet Protocol version 6) device, and a translator for converting between IPv6 addresses. And a network control method.
IPv4の装置とIPv6の装置とが混在して接続されているIPネットワークに於いては、送信元アドレスと送信先アドレスとがそれぞれ32ビット構成のIPv4アドレスと、128ビット構成のIPv6アドレスとの変換を行う為のトランスレータが設けられている。又ドメイン名を基にIPアドレスを求めるDNS(Domain Name System;ドメイン名解決システム)サーバが設けられている。 In an IP network in which an IPv4 device and an IPv6 device are connected together, the source address and the destination address are converted into a 32-bit IPv4 address and a 128-bit IPv6 address, respectively. A translator for performing the above is provided. A DNS (Domain Name System) server that obtains an IP address based on the domain name is also provided.
トランスレータは、静的或いは動的に生成されるIPv4アドレス/IPv6アドレスのアドレス変換表に基づいてIPパケットのフォーマット変換を行うもので、このアドレス変換表を動的に生成する手段として、DNSプロキシと連携させる手段が知られている。例えば、図4に示すIPv4のクライアント41と、IPv6のサーバ42と、DNSサーバ43と、トランスレータ44と、DNSプロキシ45とを含むネットワーク制御システムが知られている。この場合、IPv4のクライアント41からサーバ42にアクセスする時、DNSプロキシ45に対して、Aレコード(IPv4アドレス・レコード)で、サーバ42のURL(Uniform Resource Locator)として、例えば、www.abc.comのアドレス要求を行う。
The translator performs IP packet format conversion based on an IPv4 address / IPv6 address conversion table generated statically or dynamically. As a means for dynamically generating this address conversion table, a DNS proxy and Means for linking are known. For example, a network control system including an
DNSプロキシ45は、DNSサーバ43に対してAレコードによるアドレス要求を行うが、DNSサーバ43では、www.abc.comに対してIPv6アドレスを保持しているだけであるから、このアドレス要求は失敗する。そこで、DNSプロキシ45は、AAAAレコード(IPv6アドレス・レコード)によりIPv6アドレスの要求を行う。DNSサーバ43は、www.abc.comに対応する例えばIPv6アドレスabc(ipv6)を検索抽出できるから、このIPv6アドレスabc(ipv6)を、DNSプロキシ45に返送する。
The
DNSプロキシ45は、トランスレータ44に対して、このIPv6アドレスabc(ipv6)を通知し、アドレス変換表の作成要求を行う。トランスレータ44は、プールしていたIPv4アドレス群の中から1個のIPv4アドレス(例えば、abc(ipv4))を選択する。そして、IPv6アドレスabc(ipv6)と、選択したIPv4アドレスabc(ipv4)とのアドレス変換表を作成して、所定の期間保持する。この保持期間は、一定期間或いはTCPコネクションが存在する期間等とするもので、システム構成により種々の期間が定められている。そして、このIPv4アドレスabc(ipv4)をDNSプロキシ45に返送する。
The
DNSプロキシ45は、このIPv4アドレスabc(ipv4)をクライアント41に通知する。クライアント41は、このIPv4アドレスabc(ipv4)をDNSキャッシュとして所定の期間保持する。そして、クライアント41は、www.abc.comのサーバ42にHTTP(Hyper Text Transfer Protocol)アクセスを行う時、サーバ42のwww.abc.comの正規のIPv6アドレスabc(ipv6)ではなく、トランスレータ44により割当られたIPv4アドレスabc(ipv4)を用いることになる。
The
そして、トランスレータ44は、IPv4アドレスのabc(ipv4)を、アドレス変換表に基づいて、IPv6アドレスのabc(ipv6)に変換してIPパケットを送出する。それによって、クライアント41からのパケットは、サーバ42に転送されることになる。サーバ42からクライアント41に対しては、IPv6アドレスとして送出するが、トランスレータ44により、IPv4アドレスとして、クライアント41に転送する。
Then, the
又IPv4ネットワークとIPv6ネットワークとの間に、前述のトランスレータを接続すると共に、複数のトランスレータを変換サーバに接続し、端末が移動したことによる変換情報等を、変換サーバを介してトランスレータで受信してアドレス変換を行う手段が知られている(例えば、特許文献1参照)。又移動端末等の各種のクライアントのネットワークアクセス識別子とIPアドレスとを対応づけて、動的なアドレス生成を可能とした手段も知られている(例えば、特許文献2参照)。
前述のIPv4のクライアント41からIPv6のサーバ42に対するアクセスの際に、DNS検索と連動して、トランスレータ44内にアドレス変換表が作成される。このDNS検索が行われるのは、IPv4のクライアント41のDNSキャッシュが存在しない時であり、このDNSキャッシュが存在する場合は、そのDNSキャッシュの内容に従ってサーバ42に対するアクセスが行われる。
When the
このクライアント41のDNSキャッシュが存在するが、トランスレータ44のabc(ipv4)/abc(ipv6)のアドレス変換表が所定の期間の経過等により削除された場合、IPv4のクライアント41からサーバ42に対するアクセスは、クライアント41のDNSキャッシュに残っているサーバ42に対するアドレスabc(ipv4)を用いることになるから、トランスレータ44にルーチングされる。しかし、トランスレータ44には、アドレスabc(ipv4)/abc(ipv6)のアドレス変換表は残っていないので、クライアント41からのIPパケットは廃棄される。このような状態は、クライアント41のDNSキャッシュが何らかの条件で削除されない限り継続する問題がある。
If the DNS cache of this
本発明は、比較的簡単な手段により、アドレス変換表とDNSキャッシュとのライフタイムを同一となるように制御して前述の従来例の問題点を解決することを目的とする。 An object of the present invention is to solve the problems of the above-described conventional example by controlling the lifetimes of the address conversion table and the DNS cache to be the same by relatively simple means.
本発明のネットワーク制御システムは、IPv4装置とIPv6装置とIPv4アドレス/IPv6アドレス変換を行うトランスレータとDNSサーバとDNSプロキシとを含むネットワーク制御システムに於いて、前記トランスレータは、前記DNSプロキシからのアドレス変換表作成要求に従ってアドレス変換表を作成し、該アドレス変換表と該アドレス変換表のライフタイムとを保持する手段を有し、前記DNSプロキシは、前記IPv4装置からのアドレス検索要求に従って前記DNSサーバに対してアドレス検索要求を行い、該アドレス検索要求に対する前記DNSサーバからの検索結果のアドレスを基にアドレス変換の要否を判定し、アドレス変換要の場合に前記トランスレータにアドレス変換表作成要求を送出する手段と、前記トランスレータからのアドレス変換表作成応答に含まれる変換したアドレスを前記IPv4装置に送出すると共に前記トランスレータのアドレス変換表のライフタイムと同一のライフタイムを前記IPv4装置のDNSキャッシュのライフタイムとして送出する手段とを有するものである。 The network control system of the present invention is a network control system including an IPv4 device, an IPv6 device, a translator that performs IPv4 address / IPv6 address translation, a DNS server, and a DNS proxy, wherein the translator translates an address from the DNS proxy. An address translation table is created in accordance with a table creation request, and means for holding the address translation table and the lifetime of the address translation table is provided. The DNS proxy sends to the DNS server in accordance with an address search request from the IPv4 device. An address search request is made for the address search request, it is determined whether or not address conversion is required based on the address of the search result from the DNS server for the address search request, and an address conversion table creation request is sent to the translator when address conversion is required. Before and Means for sending the translated address included in the address translation table creation response from the translator to the IPv4 apparatus and sending the same lifetime as the lifetime of the translator address translation table as the DNS cache lifetime of the IPv4 apparatus It has.
又前記トランスレータは、前記アドレス変換表の作成と、該アドレス変換表のライフタイムの決定とを行う手段と、前記アドレス変換表により変換したアドレスと、前記ライフタイムとを含むアドレス変換表作成応答を前記DNSプロキシに転送する手段とを有し、前記DNSプロキシは、前記アドレス変換表作成応答に含まれた前記アドレスと前記ライフタイムとを前記IPv4装置に送出する手段を有するものである。 In addition, the translator includes an address translation table creation response including means for creating the address translation table and determining a lifetime of the address translation table, an address translated by the address translation table, and the lifetime. Means for forwarding to the DNS proxy, and the DNS proxy has means for sending the address and the lifetime included in the address translation table creation response to the IPv4 apparatus.
又本発明のネットワーク制御方法は、IPv4装置とIPv6装置とIPv4アドレス/IPv6アドレス変換を行うトランスレータとDNSサーバとDNSプロキシとを含むネットワーク制御方法に於いて、前記IPv4装置からのアドレス検索要求に従って前記DNSプロキシは、前記DNSサーバにアドレス検索要求を行い、該DNSサーバからの前記アドレス検索要求に従ったアドレスを基にアドレス変換要否を判定し、アドレス変換要の場合に前記トランスレータにアドレス変換表作成要求を行い、前記トランスレータは、アドレス変換表の作成と該アドレス変換表のライフタイムの決定とを行い、前記アドレス変換表により変換されたアドレスを含むアドレス変換表作成応答を前記DNSプロキシに送出し、該DNSプロキシは、前記IPv4装置に対して前記トランスレータに於いて変換されたアドレスと、前記アドレス変換表のライフタイムと同一のライフタイムとを送出する過程を含むものである。 The network control method of the present invention is a network control method including an IPv4 device, an IPv6 device, a translator that performs IPv4 address / IPv6 address translation, a DNS server, and a DNS proxy, in accordance with an address search request from the IPv4 device. The DNS proxy makes an address search request to the DNS server, determines whether or not address conversion is necessary based on the address in accordance with the address search request from the DNS server, and sends an address conversion table to the translator when address conversion is required. Making a creation request, the translator creates an address translation table and determines the lifetime of the address translation table, and sends an address translation table creation response including an address translated by the address translation table to the DNS proxy. And the DNS proxy Wherein is intended to include a process of sending the address that has been converted at the translator for IPv4 device, the same lifetime and lifetime of the address translation table.
又前記DNSプロキシからのアドレス変換表作成要求に従って作成した前記トランスレータに於けるアドレス変換表のライフタイムを、前記DNSプロキシとの間の交渉によって決定する過程を含むことができる。 Further, it may include a step of determining the lifetime of the address translation table in the translator created according to the address translation table creation request from the DNS proxy by negotiation with the DNS proxy.
又前記DNSプロキシからのアドレス変換表作成要求に従って作成した前記トランスレータに於けるアドレス変換表のライフタイムを、前記DNSプロキシからのライフタイムの通知がない時に、前記トランスレータに於いて前記ライフタイムを決定する過程を含むことができる。 The lifetime of the address translation table created in accordance with the address translation table creation request from the DNS proxy is determined by the translator when there is no notification of the lifetime from the DNS proxy. Can include the process of
IPv4装置からIPv6装置にアクセスする場合に、DNSプロキシとトランスレータとの連携制御により、トランスレータに於いて作成したアドレス変換表のライフタイムと、アドレス変換表により変換したアドレスとを同一とすることができるから、IPv4装置のDNSキャッシュが存在する限り、トランスレータのアドレス変換表が存在するから、IPv4装置が変換されたアドレスを用いてIPv6装置にアクセスした場合のIPパケットが廃棄されることを回避することができる。 When accessing the IPv6 apparatus from the IPv4 apparatus, the lifetime of the address conversion table created in the translator and the address converted by the address conversion table can be made the same by the cooperation control between the DNS proxy and the translator. Therefore, as long as the DNS cache of the IPv4 device exists, the translator's address translation table exists, so that the IP packet when the IPv4 device accesses the IPv6 device using the translated address is avoided from being discarded. Can do.
図1を参照して説明すると、IPv4装置(クライアント1)とIPv6装置とIPv4アドレス/IPv6アドレス変換を行うトランスレータ4とDNSサーバ3とDNSプロキシ5とを含み、トランスレータ4は、DNSプロキシ5からのアドレス変換表作成要求に従ってアドレス変換制御部16とアドレス変換表管理部17との機能によってアドレス変換表を作成し、このアドレス変換表と、このアドレス変換表のライフタイムとを保持するライフタイム保持部20等を含む手段を有し、DNSプロキシ5は、IPv4装置(クライアント1)からのアドレス検索要求に従って、DNSサーバ3に対してアドレス検索要求を行い、このアドレス検索要求に対するDNSサーバ3からの検索結果のアドレスを基にアドレス変換の要否をアドレス変換処理部11により判定し、アドレス変換要の場合に、トランスレータ4にアドレス変換表作成要求を送出する連携信号送信処理部14等の手段と、トランスレータ4からのアドレス変換表作成応答に含まれる変換したアドレスを、IPv4装置(クライアント1)に送出すると共に、トランスレータ4のアドレス変換表のライフタイムと同一のライフタイムを、IPv4装置(クライアント1)のDNSキャッシュのライフタイムとして送出するDNS信号送信処理部15等の手段とを有するものである。
Referring to FIG. 1, an IPv4 device (client 1), an IPv6 device, a translator 4 that performs IPv4 address / IPv6 address translation, a
図1は、本発明の実施例1の要部説明図であり、IPv4のクライアント1(IPv4装置)と、図示を省略したIPv6のサーバ(IPv6装置)と、DNSサーバ3と、トランスレータ4と、DNSプロキシ5とを含むネットワーク制御システムに於いて、DNSプロキシ5は、アドレス変換処理部11と、DNS信号受信処理部12と、連携信号受信処理部13と、連携信号送信処理部14と、DNS信号送信処理部15とを含む構成を有し、又トランスレータ4は、アドレス変換表制御部16と、アドレス変換管理部17と、連携信号送信処理部18と、連携信号受信処理部19と、ライフタイム値保持部(TTL;Time To Live)20とを含む構成を有し、DNSプロキシ5からクライアント1に、変換されたサーバ(IPv6装置)のアドレスを通知する経路を示すものである。
FIG. 1 is an explanatory diagram of a main part of the first embodiment of the present invention, in which an IPv4 client 1 (IPv4 apparatus), an IPv6 server (IPv6 apparatus) not shown, a
DNSプロキシ5は、クライアント1から送信先のサーバのアドレス要求に従ってDNSサーバ3に対してアドレス検索要求を行う。この場合も、前述のように、DNSサーバ3に対してAレコード(IPv4アドレス・レコード)によるアドレス要求を行うが、DNSサーバ3では、IPv6装置であるサーバの例えばwww.abc.comに対してIPv6アドレスを保持しているだけであるから、このアドレス要求は失敗する。そこで、DNSプロキシ5は、AAAAレコード(IPv6アドレス・レコード)によりIPv6アドレスの要求を行う。DNSサーバ3は、www.abc.comに対応するIPv6アドレスabc(ipv6)を検索抽出できるから、このIPv6アドレスabc(ipv6)をDNSプロキシ5に返送する。
The
DNSプロキシ5は、DNS信号受信処理部12により受信処理し、受信したDNS信号をアドレス変換処理部11に転送する。アドレス変換処理部11は、アドレス変換の要否を判定する。この場合、DNSサーバ3から取得したIPv6アドレスabc(ipv6)をIPv4アドレスに変換してクライアント1に通知する必要があるから、アドレス変換要と判定することになり、アドレス変換処理部11は、連携信号送信処理部14に対して、アドレス変換表作成指示を行う。連携信号送信処理部14は、トランスレータ4に対して、アドレス変換表作成要求信号を送出する。この時のアドレス変換表作成要求信号に、DNSキャッシュのライフタイムを含めて通知することができる。
The
トランスレータ4は、連携信号受信処理部19によりアドレス変換表作成要求信号を受信し、アドレス変換表制御部16に転送する。アドレス変換表制御部16は、アドレス変換表を管理するアドレス変換管理部17に対してアドレス変換表の作成指示を行う。それに基づいてIPv4アドレスとIPv6アドレスとのアドレス変換表を作成する。この時に、DNSプロキシ5から通知されたDNSキャッシュのライフタイムと、アドレス変換表を保持する期間に関するポリシーとに基づいて、今回作成したアドレス変換表を保持する期間を決定する。尚、このアドレス変換表を保持する期間(ライフタイム)は、DNSプロキシ5からのライフタイムに従った値とすることも可能であり、又そのライフタイムを参考として、DNSプロキシ5との間の交渉によって決定することも可能である。
The translator 4 receives the address conversion table creation request signal by the cooperation signal
アドレス変換処理部17は、作成したIPv4アドレス/IPv6アドレスの変換を行うアドレス変換表を保持する期間を、DNSキャッシュのライフタイムとして、ライフタイム値保持部20に保持する。即ち、作成したアドレス変換表対応のライフタイムを、ライフタイム値保持部20により保持する。そして、アドレス変換表に基づいて変換したIPv4アドレスと、ライフタイム値保持部20に保持したDNSキャッシュのライフタイムとを含むアドレス変換表作成要求に対する応答を、アドレス変換表制御部16を介して連携信号送信処理部18からDNSプロキシ5に転送するように指示する。尚、DNSプロキシ5からのアドレス変換表作成要求に付加されたライフタイムと同一のライフタイムを、アドレス変換表のライフタイムとして決定した場合は、アドレス変換表作成応答に、そのライフタイムを含めないことにし、DNSプロキシ5は、トランスレータ4からの応答にライフタイムが含まれていない条件で、DNSプロキシ5が送出したライフタイムを、アドレス変換表のライフタイムと認定することもできる。
The address
DNSプロキシ5は、連携信号受信処理部13により、トランスレータ4からのアドレス変換表作成応答を受信し、アドレス変換処理部11に転送する。このアドレス変換処理部11は、トランスレータ4からのIPv4アドレスと、DNSキャッシュのライフタイムとを、DNS信号送信処理部15からクライアント1に転送する制御を行う。クライアント1は、DNSプロキシ5からのサーバに対するIPv4アドレスに従って送信することができる。又そのIPv4アドレスを保持するDNSキャッシュの保持期間を、通知されたライフタイムに従った期間とする。
The
従って、クライアント1のDNSキャッシュと、トランスレータ4のアドレス変換表のライフタイムとは同一となり、DNSキャッシュに保持されたIPv4アドレスを用いてサーバに対して送出したIPパケットは、トランスレータ4により、IPv6アドレスに変換されることになるから、そのIPパケットが廃棄される事態を回避できる。
Therefore, the DNS cache of the
図2は、情報の流れの概略を示す動作説明図であり、クライアント1からのサーバのアドレス要求に従って、ONSプロキシ5からAAAAレコードによるサーバのアドレス検索要求をDNSサーバ3に送出し、DNSサーバ3からAAAAレコードによる検索結果のIPv6アドレスと、その生存時間(ライフタイム)の例えば7200sとがDNSプロキシ5に返送される。DNSプロキシ5は、IPv4/IPv6アドレス変換要と判定し、トランスレータ4に対してアドレス変換表作成要求を行う。この時、DNSサーバ3からの生存時間(ライフタイム)を付加して転送することができる。
FIG. 2 is an operation explanatory diagram showing an outline of the information flow. In accordance with the server address request from the
トランスレータ4は、IPv4アドレス/IPv6アドレスのアドレス変換表を作成し、このアドレス変換表のライフタイムを決定する。この場合、DNSサーバ3から通知された生存時間(ライフタイム)が、7200s(=2時間)で、トランスレータ4が管理するIPv4アドレス数に対して長過ぎると判断すると、トランスレータ4のポリシー等に基づいて、例えば、生存時間(ライフタイム)を1800s(=30分)とすることができる。そして、決定した生存時間(ライフタイム)の1800sと、アドレス変換表によりIPv6アドレスを変換したIPv4アドレスとを、DNSプロキシ5に対して、アドレス変換表作成応答として転送する。
The translator 4 creates an IPv4 address / IPv6 address translation table and determines the lifetime of the address translation table. In this case, if it is determined that the lifetime (lifetime) notified from the
DNSプロキシ5は、クライアント1に対して、Aレコード検索結果としてのIPv4アドレスと、アドレス変換表の生存時間(ライフタイム)の1800sとを送出する。クライアント1は、DNSプロキシ5から通知されたIPv4アドレスを送信先アドレスとしてサーバに対してアクセスし、そのIPv4アドレスを保持するDNSキャッシュの生存時間(ライフタイム)を、アドレス変換表の生存時間(ライフタイム)の1800sに設定する。それにより、トランスレータ4のアドレス変換表と、クライアント1のDNSキャッシュとは、同一の生存時間(ライフタイム)の1800sに設定されることになるから、それぞれ略同時に削除される。
The
図3は、本発明の実施例1の要部動作シーケンス説明図であり、DNSプロキシとトランスレータとの間の動作について示し、前述のように、DNSプロキシからDNSサーバ(図示を省略)に対してアドレス検索要求を送出し、この要求に対する応答としてDNSサーバからIPv6アドレスとライフタイムttl#1とを受信する。そして、トランスレータに対して、アドレス変換表作成要求を行い、その時、ライフタイムttl#1を付加する。
FIG. 3 is an explanatory diagram of the main part operation sequence of the first embodiment of the present invention, showing the operation between the DNS proxy and the translator, and from the DNS proxy to the DNS server (not shown) as described above. An address search request is sent out, and an IPv6 address and
トランスレータは、アドレス変換表を作成し、且つこのアドレス変換表のライフタイムttl#2を決定する。この場合、ttl#≠ttl#2とした状態を示し、このライフタイムttl#2を、クライアントのDNSキャッシュのライフタイムttl#2とする為に、DNSプロキシに対してアドレス変換表作成応答として、変換したIPv4アドレスと、アドレス変換表のライフタイムttl#2とを転送する。DNSプロキシは、クライアント(図示を省略)に対して、変換したIPv4アドレスと、それを保持するDNSキャッシュのライフタイムttl#2とを転送する。従って、トランスレータのアドレス変換表とクライアントのDNSキャッシュとのライフタイムが一致し、略同時に削除するから、トランスレータのアドレス変換表のみの削除によるクライアントの送出IPパケットの廃棄の問題を解決することができる。 The translator creates an address translation table and determines the lifetime ttl # 2 of this address translation table. In this case, a state where ttl # ≠ ttl # 2 is shown, and in order to set the lifetime ttl # 2 as the lifetime tlt2 of the DNS cache of the client, as an address conversion table creation response to the DNS proxy, The translated IPv4 address and the lifetime ttl # 2 of the address translation table are transferred. The DNS proxy forwards the translated IPv4 address and the DNS cache lifetime ttl # 2 holding it to the client (not shown). Accordingly, since the lifetimes of the translator address translation table and the client DNS cache coincide with each other and are deleted almost simultaneously, the problem of discarding the IP packet sent from the client due to the deletion of only the translator address translation table can be solved. .
1 クライアント
3 DNSサーバ
4 トランスレータ
5 DNSプロキシ
11 アドレス変換処理部
12 DNS信号処理部
13 連携信号受信処理部
14 連携信号送信処理部
15 DNS信号送信処理部
16 アドレス変換表制御部
17 アドレス変換管理部
18 連携信号送信処理部
19 連携信号受信処理部
20 ライフタイム値保持部(TTL)
DESCRIPTION OF
Claims (5)
前記トランスレータは、前記DNSプロキシからのアドレス変換表作成要求に従ってアドレス変換表を作成し、該アドレス変換表と該アドレス変換表のライフタイムとを保持する手段を有し、
前記DNSプロキシは、前記IPv4装置からのアドレス検索要求に従って前記DNSサーバに対してアドレス検索要求を行い、該アドレス検索要求に対する前記DNSサーバからの検索結果のアドレスを基にアドレス変換の要否を判定し、アドレス変換要の場合に前記トランスレータにアドレス変換表作成要求を送出する手段と、前記トランスレータからのアドレス変換表作成応答に含まれる変換したアドレスを前記IPv4装置に送出すると共に前記トランスレータのアドレス変換表のライフタイムと同一のライフタイムを前記IPv4装置のDNSキャッシュのライフタイムとして送出する手段とを有する
ことを特徴とするネットワーク制御システム。 In a network control system including an IPv4 device, an IPv6 device, a translator that performs IPv4 address / IPv6 address translation, a DNS server, and a DNS proxy,
The translator has means for creating an address translation table in accordance with an address translation table creation request from the DNS proxy and holding the address translation table and the lifetime of the address translation table;
The DNS proxy makes an address search request to the DNS server in accordance with an address search request from the IPv4 device, and determines whether or not address conversion is necessary based on the address of the search result from the DNS server in response to the address search request. And means for sending an address translation table creation request to the translator when address translation is required, and sending the translated address included in the address translation table creation response from the translator to the IPv4 device and the address translation of the translator A network control system comprising: a lifetime that is the same as the lifetime of the table as a lifetime of the DNS cache of the IPv4 device.
前記IPv4装置からのアドレス検索要求に従って前記DNSプロキシは、前記DNSサーバにアドレス検索要求を行い、該DNSサーバからの前記アドレス検索要求に従ったアドレスを基にアドレス変換要否を判定し、アドレス変換要の場合に前記トランスレータにアドレス変換表作成要求を行い、前記トランスレータは、アドレス変換表の作成と該アドレス変換表のライフタイムの決定とを行い、前記アドレス変換表により変換されたアドレスを含むアドレス変換表作成応答を前記DNSプロキシに送出し、該DNSプロキシは、前記IPv4装置に対して前記トランスレータに於いて変換されたアドレスと、前記アドレス変換表のライフタイムと同一のライフタイムとを送出する過程を含む
ことを特徴とするネットワーク制御方法。 In a network control method including an IPv4 device, an IPv6 device, a translator that performs IPv4 address / IPv6 address translation, a DNS server, and a DNS proxy,
In accordance with the address search request from the IPv4 device, the DNS proxy makes an address search request to the DNS server, determines whether or not address conversion is necessary based on the address according to the address search request from the DNS server, and performs address conversion. When necessary, it makes an address translation table creation request to the translator, the translator creates an address translation table and determines the lifetime of the address translation table, and an address including the address translated by the address translation table A translation table creation response is sent to the DNS proxy, and the DNS proxy sends an address translated by the translator to the IPv4 device and a lifetime that is the same as the lifetime of the address translation table. A network control method characterized by including a process.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004101901A JP4331638B2 (en) | 2004-03-31 | 2004-03-31 | Network control system and network control method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004101901A JP4331638B2 (en) | 2004-03-31 | 2004-03-31 | Network control system and network control method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005286948A JP2005286948A (en) | 2005-10-13 |
JP4331638B2 true JP4331638B2 (en) | 2009-09-16 |
Family
ID=35184826
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004101901A Expired - Fee Related JP4331638B2 (en) | 2004-03-31 | 2004-03-31 | Network control system and network control method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4331638B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4668775B2 (en) * | 2005-11-28 | 2011-04-13 | 株式会社日立製作所 | DNS server device |
JP5874486B2 (en) * | 2012-03-26 | 2016-03-02 | 富士通株式会社 | COMMUNICATION SYSTEM, PORTABLE TERMINAL, RELAY DEVICE, AND COMMUNICATION CONTROL METHOD |
-
2004
- 2004-03-31 JP JP2004101901A patent/JP4331638B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2005286948A (en) | 2005-10-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10356040B2 (en) | System and method for suppressing DNS requests | |
JP4234482B2 (en) | Dynamic DNS registration method, domain name resolution method, proxy server, and address translation device | |
JP4271988B2 (en) | Packet communication device | |
US20170353331A1 (en) | System And Method For Suppressing DNS Requests | |
US7573903B2 (en) | IPv6/IPv4 translator | |
US9602411B2 (en) | System and method for suppressing DNS requests | |
JP2011077804A (en) | Communication device and communication method of the same | |
JP2006180295A (en) | Address conversion apparatus and address conversion method | |
JP2007527068A (en) | Address and port number abstraction when setting up a connection between at least two computing devices | |
JP2009021921A (en) | INFORMATION PRESENTATION SYSTEM FOR TERMINAL CORRESPONDING TO IPv4/IPv6 DUAL STACK | |
JP3953950B2 (en) | Server system using local address | |
JP2002141954A (en) | Communication relay device, communication relay method, and program storage medium | |
JP5638063B2 (en) | COMMUNICATION DEVICE, COMMUNICATION DEVICE CONTROL METHOD, PROGRAM | |
JP4331638B2 (en) | Network control system and network control method | |
CA3027334A1 (en) | System and method for suppressing dns requests | |
JP2008258917A (en) | Identical nat subordinate communication control system, nat device, identical nat subordinate communication control method, and program | |
JP5845964B2 (en) | Communication apparatus and program | |
WO2019005618A1 (en) | Dns-based method of transmitting data | |
US8891518B2 (en) | Routing device and method of translating addresses in cascade in a network | |
JP4905376B2 (en) | Communication system and communication method corresponding to a plurality of network protocols | |
JP2001285366A (en) | IPv4 TO IPv6 ADDRESSES REPLACING METHOD AND IPv4 TO IPv6 COMMUNICATION METHOD | |
JP2011151606A (en) | Translator apparatus, address system conversion method, address system conversion program and name resolution server | |
JP2008206081A (en) | Data relaying apparatus and data relaying method used for multi-homing communication system | |
JP4595647B2 (en) | Translator | |
JP3801114B2 (en) | Logical address service activation method, logical address service activation system, logical address service activation program, and storage medium storing logical address service activation program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070208 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090106 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090407 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090527 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20090616 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20090618 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120626 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120626 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130626 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130626 Year of fee payment: 4 |
|
LAPS | Cancellation because of no payment of annual fees |