WO2019142327A1 - Relay device and relay method - Google Patents

Relay device and relay method Download PDF

Info

Publication number
WO2019142327A1
WO2019142327A1 PCT/JP2018/001625 JP2018001625W WO2019142327A1 WO 2019142327 A1 WO2019142327 A1 WO 2019142327A1 JP 2018001625 W JP2018001625 W JP 2018001625W WO 2019142327 A1 WO2019142327 A1 WO 2019142327A1
Authority
WO
WIPO (PCT)
Prior art keywords
address
communication device
relay
request
protocol
Prior art date
Application number
PCT/JP2018/001625
Other languages
French (fr)
Japanese (ja)
Inventor
松平 直樹
Original Assignee
富士通株式会社
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 富士通株式会社 filed Critical 富士通株式会社
Priority to PCT/JP2018/001625 priority Critical patent/WO2019142327A1/en
Publication of WO2019142327A1 publication Critical patent/WO2019142327A1/en

Links

Images

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]
    • H04L12/46Interconnection of networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways

Definitions

  • the present invention relates to a relay apparatus and relay method for relaying packets.
  • the first is a technology for address resolution using Address Resolution Protocol (ARP), Neighbor Discovery Protocol (NDP) or the like.
  • ARP Address Resolution Protocol
  • NDP Neighbor Discovery Protocol
  • a data transmission source device acquires a Media Access Control (MAC) address corresponding to the Internet protocol (IP) address of a destination communication device on the same link.
  • the same link refers to a transmission path not via a relay device such as a router.
  • the transmission source device transmits data to which the acquired MAC address is assigned. Thereby, data is transferred from the transmission source device to the destination device.
  • IP Internet protocol
  • the second technique is routing performed by the relay device. Routing is a technique of determining a data transmission path in a communication network and transmitting data to a destination device according to the determined transmission path.
  • each of a plurality of relay devices in a communication network share an address such as a network address of a downstream subnet with each other.
  • each of these relay devices stores a routing table corresponding to a list of transmission paths etc. in the case where the communication device in each subnet is the destination.
  • the routing table also includes information on the network topology around the relay device.
  • this data is transferred to a relay apparatus having the corresponding subnet downstream.
  • the relay apparatus that has received the data acquires the MAC address corresponding to the destination IP address by the address resolution technology such as ARP / NDP described above, and stores the acquired MAC address in the Ethernet header (Ethernet: registered trademark) Send to a subnet
  • Ethernet header (Ethernet: registered trademark) Send to a subnet
  • data is transferred to the destination device.
  • a device in a subnet transmits data to a device that does not exist in the same link, this data is sent to the relay device with the MAC address corresponding to the IP address of the relay device such as a default router as the destination.
  • the routing table may include information on a manually set static transmission route
  • the information collected by the relay device using the routing protocol to search for the network topology may be used. There are many.
  • the arrangement of devices in a communication network is complex and often extensive.
  • the relay device may have to store information on a large number of transmission paths in a limited storage space.
  • routing tables generated and stored by each of the plurality of relay devices in the communication network do not necessarily match each other. Therefore, data to be transferred may circulate in the communication network without being transferred to the destination communication device, or may be discarded. Furthermore, when connecting between subnets, the relay device may not be able to use the routing protocol.
  • An object according to one aspect of the present invention is to enable relaying of packets to communication devices arranged in a subnet without using a routing protocol.
  • a relay apparatus relaying communication between a first communication apparatus implemented in a first network and a second communication apparatus implemented in a second network includes a storage unit and a proxy unit.
  • the storage unit stores proxy correspondence information indicating correspondence between a first address identifying a first communication device in a first protocol and a second address identifying a relay device in a second protocol.
  • the proxy upon receiving from the second communication device a request packet including a first request for resolving an address identifying the first communication device in the second protocol from the first address, The storage unit is searched by the address to obtain the second address.
  • the proxy unit generates a response packet including the second address acquired from the storage unit and transmits the response packet to the second communication device.
  • the packet can be relayed to the communication device disposed in the subnet without using the routing protocol.
  • FIG. 1 shows an example of the configuration of a relay system 1 according to the present embodiment.
  • the relay system 1 communicates between one or more communication devices 3 in the subnet 2, the communication devices 5 on the network 4 side outside the subnet 2, and the communication devices 5 on the network 4 side and the communication devices 3 in the subnet 2.
  • a relay device 6 for relaying is, for example, a relay device such as a router.
  • the subnet 2 is an example of a first network
  • the network 4 is an example of a second network
  • the communication device 3 is an example of a first communication device
  • the communication device 5 is an example of a second communication device. is there.
  • FIG. 2 illustrates functional blocks of the relay device 6 according to the present embodiment.
  • the relay device 6 includes a plurality of link handling processing units 60.
  • the plurality of link corresponding processing units 60 are connected to one another by, for example, a bus (or space switch) 61.
  • Each link processing unit 60 includes a network interface card (NIC) 600, a determination unit 601, a storage unit 602, a proxy unit 603, a request unit 604, and the like.
  • Each link processing unit 60 includes a response processing unit 605, a header deletion unit 606, a reception buffer 607, a header attachment unit 608, a transmission buffer 609, and the like.
  • Each link processing unit 60 may include other circuit elements not shown in FIG. 2, and may appropriately store a routing table for executing routing.
  • the NIC 600 includes a circuit for enabling the relay device 6 to communicate with other communication devices, relay devices, and the like.
  • the determination unit 601 determines whether the packet received by the relay device 6 via the NIC 600 contains an address resolution request (a request in ARP or NDP).
  • a packet including an address resolution request may be described as a request packet. That is, the request packet corresponds to a packet including an ARP request in the IPv4 network, and corresponds to a packet including an NDP request in the IPv6 network.
  • a packet including an ARP request is also described as an ARP request below, and a packet including an NDP request is also described below as an NDP request.
  • the request packet received by the relay device 6 may be described as a first request packet, and the address resolution request included in the first request packet may also be described as a first request.
  • the determination unit 601 can also determine whether the packet received by the relay device 6 via the NIC 600 includes a response to the address resolution request. In the following description, it is assumed that the relay device 6 is connected to the IPv4 network. Therefore, address resolution is performed by ARP.
  • the storage unit 602 stores an ARP table and a proxy ARP table.
  • ARP table IP addresses and MAC addresses of the communication devices 3 arranged in the subnet 2 are stored in association with each other.
  • the ARP table is created, for example, by learning. Therefore, when the relay device 6 receives an ARP request for a certain communication device 3 from the communication device 5, the MAC address corresponding to the ARP table may not be stored.
  • the ARP table is an example of correspondence information.
  • the proxy MAC address is a MAC address for proxying the communication device 3 that the relay device 6 notifies the transmission source of the request packet.
  • the proxy MAC address is the MAC address of the relay apparatus 6 in this embodiment.
  • the proxy MAC address is the MAC address of the NIC 600.
  • one proxy MAC address (that is, the MAC address of the relay device 6) may be associated with a plurality of IP addresses. .
  • the subnet mask and the MAC address of the relay apparatus 6 may be stored for each IP address.
  • the proxy ARP table may be created in advance by a network administrator or a user. Alternatively, the proxy ARP table may be created by learning.
  • the proxy ARP table is an example of proxy correspondence information, and the embodiment of the present invention is not limited to this configuration.
  • a proxy NDP table may be stored in the storage unit 602 as proxy correspondence information.
  • an IPv6 address and a proxy MAC address are stored in association with each other for each communication device 3 disposed in the subnet 2.
  • the IP address is an example of a first address
  • the proxy MAC address is an example of a second address
  • the MAC address is an example of a third address
  • the IP protocol is an example of a first protocol
  • the Ethernet protocol is an example of a second protocol.
  • the proxy unit 603 When the relay device 6 receives an ARP request for the communication device 3 from the communication device 5, the proxy unit 603 creates an ARP response. At this time, the proxy unit 603 refers to the proxy ARP table stored in the storage unit 602, and acquires the MAC address corresponding to the IP address of the target of the ARP request. In this example, as shown in FIG. 3, the MAC address of the relay apparatus 6 is stored in the proxy ARP table. Therefore, the proxy unit 603 acquires the MAC address of the relay apparatus 6 in response to the received ARP request. Then, the proxy unit 603 sets the MAC address of the relay device 6 acquired from the proxy ARP table in the ARP response, and writes the MAC address in the transmission buffer 609.
  • a packet including this ARP response is sent via the NIC 600 to the source of the ARP request.
  • the packet related to the notification of the MAC address will be described as a response packet below.
  • the response packet corresponds to an ARP response in the IPv4 network, and corresponds to an NDP response in the IPv6 network.
  • the proxy unit 603 sends an ARP request to the request unit 604. Instruct to generate a request.
  • This ARP request is a request for resolving the MAC address corresponding to that IP address.
  • the request unit 604 generates an ARP request and writes it to the transmission buffer 609.
  • This ARP request is broadcast to each relay device 3 arranged in the subnet 2.
  • the request packet transmitted from the relay apparatus 6 may be described as a second request packet, and the address resolution request included in the second request packet may also be described as a second request.
  • Each communication apparatus 3 that has received the ARP request compares the IP address contained in the ARP request with its own IP address. Then, the communication device 3 whose IP addresses coincide with each other returns an ARP response including the MAC address assigned to the interface of the communication device 3 to the relay device 6. By this procedure, the relay device 6 can obtain the MAC address of the destination device (ie, the communication device 3).
  • the response processing unit 605 processes the ARP response received from the communication device 3. Specifically, the response processing unit 605 extracts the MAC address of the communication device 3 from the received ARP response, and registers the MAC address in the ARP table. That is, address learning of the communication device 3 is performed.
  • the header deletion unit 606 deletes the L2 header from the packet received via the NIC 600.
  • the data block from which the L2 header has been deleted is temporarily stored in the reception buffer 607.
  • the bus (or space switch) 61 guides the data block stored in the reception buffer 607 to the header attachment unit 608 or another link handling unit 60.
  • the header assignment unit 608 assigns an L2 header to the data block transmitted by the relay device 6. Then, the data block to which the L2 block is assigned is written to the transmission buffer 609.
  • the combination of the header assignment unit 608, the transmission buffer 609, and the NIC 600 is an example of the transmission unit.
  • FIG. 4 illustrates the sequence of processing in the relay system 1 according to the present embodiment.
  • a case where the communication device 5 shown in FIG. 1 transmits a packet to the communication device 3 in the subnet 2 via the relay device 6 will be described with reference to FIG.
  • the communication device 5 illustrated in FIG. 4 may be a communication device 3 other than the destination communication device 3 in the subnet 2.
  • the communication device 5 transmits a request packet to the communication device 3 via the network 4 in order to resolve the MAC address (step S100). Then, the relay device 6 receives this request packet.
  • the relay device 6 transmits the request packet by multicast or broadcast to one or more communication devices 3 in the subnet 2 when the IP address of the destination set in the received request packet is not registered in the correspondence information. (Step S101). In the following, it is assumed that the IP address of the destination set in the packet may be described as the destination IP address.
  • the relay device 6 may transmit a request packet by multicast or broadcast to one or more communication devices 3 in the subnet 2 even when the IP address is dynamically assigned to the communication device 3 in the subnet 2 .
  • the communication device 3 whose own IP address matches the destination IP address in the subnet 2 transmits a response packet to the relay device 6 (step S102).
  • the response packet includes the MAC address of the communication device 3 whose IP address matches.
  • the relay device 6 When the relay device 6 receives the response packet from the communication device 3, the relay device 6 receives the IP address of the transmission source of the response packet (that is, the destination IP address of the request packet received in step S100) and the MAC address included in the response packet. Associate and record in correspondence information. When registering the IP address of the transmission source of the response packet in the correspondence information by address learning, the relay device 6 associates the IP address with the proxy MAC address and records the IP address in the proxy correspondence information. When the proxy correspondence information is created in advance by the network administrator or the user, the process of step S103 below may be performed prior to steps S101 and S102.
  • the relay device 6 executes a proxy response to the request packet received in S100. That is, the relay device 6 searches for proxy correspondence information with the destination IP address set in the received request packet, and acquires the corresponding proxy MAC address. This proxy MAC address is the MAC address of the relay apparatus 6 in this embodiment. Then, the relay device 6 generates a response packet including the proxy MAC address acquired from the proxy correspondence information, and transmits the response packet to the transmission source of the request packet in step S100 (step S103).
  • the communication device 5 transmits, to the relay device 6, a content packet that is a packet following the request packet and stores the MAC address notified in step S103 in the header and includes data corresponding to the transfer content (step S104). ).
  • the relay device 6 extracts the MAC address corresponding to the destination IP address included in the content packet in the correspondence information.
  • the relay device 6 stores the extracted MAC address in the header of the content packet.
  • the relay device 6 transmits the content packet to the communication device 3 (step S105).
  • the relay device 6 may omit the processing in steps S101 and S102.
  • step S103 may be performed prior to the processes of steps S101 and S102.
  • the relay device 6 having received the request packet from the communication device 5 in step S100 refers to the proxy correspondence information, and transmits the response packet including the proxy MAC address associated with the destination IP address in the request packet in step S101. Prior to the processing, it is transmitted to the communication device 5. If the destination IP address in the request packet received in step S100 is not included in the correspondence information, the relay device 6 may temporarily record the destination IP packet in the proxy correspondence information and associate the destination IP packet with the proxy MAC address. The relay device 6 may transmit a response packet including the associated proxy MAC address to the communication device 5 in step S103, and may perform the process in step S101.
  • FIG. 5 is a diagram illustrating the hardware configuration of the relay device 6.
  • the relay device 6 has hardware as a general computer, and the processing by the relay device 6 is executed by specifically using the hardware 7 described below.
  • the hardware 7 includes a processor 70, a memory 71, a communication interface circuit 72, a storage device 73, and the like connected to one another by a bus 74.
  • the processor 70 is, for example, a single-core, dual-core, or multi-core processor.
  • the memory 71 is, for example, a read only memory (ROM), a random access memory (RAM), a semiconductor memory, or the like, or a combination thereof.
  • the reception buffer 607 and the transmission buffer 609 may be realized using the memory 71.
  • the processor 70 executes various programs (including a relay program) stored in the memory 71 to determine the determination unit 601, the proxy unit 603, the request unit 604, the response processing unit 605, the header deletion unit 606, and the header attachment unit. Each function of 608 is realized.
  • the communication interface circuit 72 is a circuit for the relay device 6 to exchange information between the communication devices 3 and 5 via the Internet, an intranet, a dedicated line or the like.
  • the communication interface circuit 72 corresponds to the NIC 600.
  • the storage device 73 is, for example, a hard disk drive, an optical disk device, or the like, or a combination thereof, and may include a portable storage medium or the like.
  • the storage device 73 implements the function of the storage unit 602 described above.
  • the relay device 6 of the present embodiment even when a routing protocol can not be used or when it is desired to avoid various problems due to routing, packets addressed to the communication device 3 in the subnet 2 can be relayed.
  • the relay device 6 executes a process related to a proxy NDP (this process is also described as a proxy NDP).
  • proxy NDP in IPv6, the relay device 6 resolves the address by notifying the communication device 4 in the network 4 of its own MAC address instead of the MAC address of the communication device 3 as the destination.
  • Point to The relay device 6 has a function of translating an address (or a header) between IPv4 and IPv6.
  • the communication device 5 when the communication device 5 requests the MAC address of the communication device 3, the communication device 5 transmits an NDP request.
  • the NDP request includes an IPv6 address that identifies the communication device 3.
  • the relay device 6 When the relay device 6 receives this NDP request, it executes proxy NDP.
  • proxy correspondence information indicating the correspondence between the IPv6 address for identifying the communication device 3 and the MAC address of the relay device 6 is stored.
  • the proxy unit 603 creates an NDP response including the MAC address of the relay apparatus 6 using this proxy correspondence information.
  • the relay device 6 transmits the NDP response to the communication device 5 to notify the communication device 5 of the MAC address of the relay device 6 as a MAC address corresponding to the IP address of the communication device 3.
  • the IPv6 address is not particularly limited, but may be, for example, the format shown in FIG. In the example shown in FIG. 6, an IPv4 address is assigned to the lower 32 bits of the 128-bit IPv6 address. This IPv4 address identifies the communication device 3.
  • the IPv6 address may include a prefix specifying the subnet 2 in which the communication device 3 of the destination exists.
  • the above-described determination unit 601 and response processing unit 605 may have a function of acquiring an IPv4 address from an IPv6 address, for example.
  • the determination unit 601 or the response processing unit 605 that acquires an IPv4 address from an IPv6 address may also be described as an address acquisition unit.
  • the proxy correspondence information may indicate the correspondence between the IPv4 address identifying the communication device 3 and the MAC address of the relay device 6.
  • the relay device 6 extracts the IPv4 address of the communication device 3 from the IPv6 address in the NDP request, searches for proxy correspondence information with the IPv4 address, and acquires the MAC address. This MAC address identifies the relay device 6. Then, the relay device 6 creates an NDP response including the MAC address of the relay device 6 and transmits the NDP response to the communication device 5.
  • the relay device 6 When the relay device 6 receives the above-mentioned NDP request from the communication device 5, the relay device 6 executes a procedure for resolving the MAC address of the communication device 3.
  • the communication device 3 is implemented in the subnet 2 that provides IPv4. Therefore, in order to resolve the MAC address of the communication device 3, the relay device 6 executes a process related to ARP.
  • the relay device 6 extracts an IPv4 address from the IPv6 address shown in FIG. 6, generates an ARP request including the IPv4 address, and broadcasts or multicasts to the subnet 2. Also, the relay device 6 receives, as an ARP response, a response packet including the MAC address from the communication device 3 to which this IPv4 address is assigned.
  • the relay device 6 stores, in the storage unit 602, correspondence information indicating correspondence between the IPv4 address of the communication device 3 and the MAC address. That is, correspondence information representing correspondence between the IPv4 address of the communication apparatus 3 and the MAC address is generated by address learning. However, correspondence information indicating correspondence between the IPv4 address and the MAC address of the communication apparatus 3 may be generated in advance by a network administrator or a user and stored in the storage unit 602.
  • relay device 6 may be provided with the encapsulation / decapsulation function of IPv4 over IPv6.
  • the relay device 6 executes proxy NDP for the IPv6 address assigned to the encapsulation / decapsulation endpoint.
  • the relay device 6 it is possible to transmit and receive packets between communication devices in each of the IPv6 network and the IPv4 network.
  • the relay device 6 can execute proxy NDP.
  • the relay device 6 is implemented at the L2 over IPv6 endpoint. That is, the relay device 6 has an L2 over IPv6 encapsulation / decapsulation function.
  • the communication device 5 When the communication device 5 requests the MAC address of the communication device 3, the communication device 5 transmits an NDP request.
  • the NDP request includes an IPv6 address that identifies the communication device 3.
  • the IPv6 address given to the IPv6 packet transmitted from the communication device 5 is not particularly limited, but may be, for example, the format shown in FIG. In the example shown in FIG. 7, the MAC address is assigned to the lower 48 bits of the 128-bit IPv6 address. This MAC address identifies the communication device 3.
  • the IPv6 address may include a prefix specifying the subnet 2 in which the communication device 3 of the destination exists.
  • the relay device 6 When the relay device 6 receives the above NDP request, it executes proxy NDP.
  • proxy correspondence information representing correspondence between the IPv6 address for identifying the communication device 3 and the MAC address of the relay device 6 as illustrated in FIG. 3 is stored.
  • the proxy unit 603 creates an NDP response including the MAC address of the relay apparatus 6 using this proxy correspondence information.
  • the relay device 6 transmits the NDP response to the communication device 5 to notify the communication device 5 of the MAC address of the relay device 6 as a MAC address corresponding to the IP address of the communication device 3.
  • the communication device 5 may not have information on the IPv4 address.
  • the communication device 5 can transfer a packet to the relay device 6 using the IPv6 address and the proxy MAC address for the relay device 6 that transfers the packet to the destination communication device 3.
  • the relay device 6 that has received the packet from the communication device 5 may transfer the packet based on the MAC address, and obtain the IPv4 address from the communication device 3 of the destination that has received this packet.
  • the relay device 6 may store the correspondence between the IPv6 address or MAC address of the destination of the packet and the IPv4 address of the communication device 3 of the destination.
  • the relay device 6 can transfer the packet from the communication device 5 to the communication device 3.
  • relay system 1 relay system 2 subnet 3 5, communication device 4 network 6 relay device 600 Network Interface Card (NIC) 601 determination unit 602 storage unit 603 proxy unit 604 request unit 605 response processing unit 608 header attachment unit 609 transmission buffer 70 processor 71 memory 72 communication interface circuit 73 storage device 74 bus
  • NIC Network Interface Card

Abstract

The present invention relays a packet to a communication device disposed in a subnet without using a routing protocol. The relay device is for relaying communication between a first communication device installed in a first network and a second communication device installed in a second network and is provided with a storage part and a proxy part. The storage part stores proxy correspondence information indicating a correspondence between a first address for identifying the first communication device in a first protocol and a second address for identifying the relay device in a second protocol. Upon receiving from the second communication device a request packet including a first request for resolving an address for identifying the first communication device in the second protocol from the first address, the proxy part acquires the second address by searching the storage part using the first address. The proxy part generates a response packet including the second address acquired from the storage part and transmits the response packet to the second communication device.

Description

中継装置および中継方法Relay apparatus and relay method
 本発明は、パケットを中継する中継装置および中継方法に関する。 The present invention relates to a relay apparatus and relay method for relaying packets.
 従来、2つの通信装置間においてパケット等のデータ転送を可能とするために、以下の技術が知られている。1つ目は、Address Resolution Protocol(ARP)やNeighbor Discovery Protocol(NDP)等によるアドレス解決のための技術である。この技術では、データの送信元装置が、同一リンクにおける宛先の通信装置のInternet protocol(IP)アドレスに対応するMedia Access Control(MAC)アドレスを取得する。なお、同一リンクとは、ルータ等の中継装置を介さない伝送路を指す。送信元装置は、取得したMACアドレスが付与されたデータを送信する。これにより、送信元装置から宛先装置へデータが転送される。 Conventionally, the following techniques are known to enable data transfer such as packets between two communication devices. The first is a technology for address resolution using Address Resolution Protocol (ARP), Neighbor Discovery Protocol (NDP) or the like. In this technique, a data transmission source device acquires a Media Access Control (MAC) address corresponding to the Internet protocol (IP) address of a destination communication device on the same link. The same link refers to a transmission path not via a relay device such as a router. The transmission source device transmits data to which the acquired MAC address is assigned. Thereby, data is transferred from the transmission source device to the destination device.
 2つ目の技術は、中継装置により行われるルーティングである。ルーティングとは、通信網におけるデータの伝送経路を決定し、この決定した伝送経路に従ってデータを、宛先装置まで伝送する技術である。ルーティングにおいては、通信網における複数の中継装置の各々が、その下流側のサブネットの、ネットワークアドレス等のアドレスを互いに共有する。またこれらの中継装置の各々は、各サブネット内の通信装置を宛先とする場合の伝送経路の一覧等に相当するルーティングテーブルを記憶する。ルーティングテーブルには、中継装置周辺のネットワークトポロジーに関する情報も含まれる。 The second technique is routing performed by the relay device. Routing is a technique of determining a data transmission path in a communication network and transmitting data to a destination device according to the determined transmission path. In routing, each of a plurality of relay devices in a communication network share an address such as a network address of a downstream subnet with each other. Further, each of these relay devices stores a routing table corresponding to a list of transmission paths etc. in the case where the communication device in each subnet is the destination. The routing table also includes information on the network topology around the relay device.
 ルーティングを行う伝送においては、データの宛先のIPアドレスが、あるサブネットのネットワークアドレス等を含む場合に、このデータは、下流側に当該サブネットがある中継装置に転送される。データを受信した中継装置は、上述したARP/NDP等のアドレス解決技術により、宛先IPアドレスに対応するMACアドレスを取得し、取得したMACアドレスをイーサネットヘッダ(イーサネット:登録商標)に格納したデータをサブネットに送信する。これにより宛先装置にデータが転送される。また、サブネットにおける装置が、同一リンクに存在しない装置にデータを送信する場合、このデータは、デフォルトルータ等の中継装置のIPアドレスに対応するMACアドレスを宛先とし、当該中継装置に送信される。 In transmission for routing, when the IP address of the data destination includes the network address of a certain subnet, etc., this data is transferred to a relay apparatus having the corresponding subnet downstream. The relay apparatus that has received the data acquires the MAC address corresponding to the destination IP address by the address resolution technology such as ARP / NDP described above, and stores the acquired MAC address in the Ethernet header (Ethernet: registered trademark) Send to a subnet Thus, data is transferred to the destination device. Also, when a device in a subnet transmits data to a device that does not exist in the same link, this data is sent to the relay device with the MAC address corresponding to the IP address of the relay device such as a default router as the destination.
 ルーティングテーブルには、手動で設定された静的な伝送経路に関する情報が含まれる場合もあるが、中継装置がルーティングプロトコルを用いてネットワークトポロジーの探索処理を行うことにより収集した情報が用いられる場合が多い。 Although the routing table may include information on a manually set static transmission route, the information collected by the relay device using the routing protocol to search for the network topology may be used. There are many.
特開2004―72802号公報Japanese Patent Application Publication No. 2004-72802
 通信網における装置の配置は複雑で、且つ広範囲の亘る場合が多い。このような場合に、ルーティングテーブルの構築のために、中継装置は、限られた記憶空間内に多数の伝送経路に関する情報を記憶しなければならなくなる場合がある。 The arrangement of devices in a communication network is complex and often extensive. In such a case, in order to build the routing table, the relay device may have to store information on a large number of transmission paths in a limited storage space.
 また通信網における複数の中継装置の各々により生成され記憶されるルーティングテーブルは、互いに一致しているとは限らない。このため、転送されるデータが、宛先の通信装置に転送されること無く、通信網内を循環してしまう場合や、又は破棄される場合もあり得る。更に、サブネット間を接続する際に、中継装置がルーティングプロトコルを使用できない場合もある。 Also, the routing tables generated and stored by each of the plurality of relay devices in the communication network do not necessarily match each other. Therefore, data to be transferred may circulate in the communication network without being transferred to the destination communication device, or may be discarded. Furthermore, when connecting between subnets, the relay device may not be able to use the routing protocol.
 本発明の一つの側面に係る目的は、ルーティングプロトコルを用いずに、サブネット内に配置される通信装置にパケットを中継できるようにすることである。 An object according to one aspect of the present invention is to enable relaying of packets to communication devices arranged in a subnet without using a routing protocol.
 第1のネットワークに実装された第1の通信装置と第2のネットワークに実装された第2の通信装置との間の通信を中継する中継装置は、記憶部と代理部とを備える。記憶部は、第1のプロトコルにおいて第1の通信装置を識別する第1のアドレスと、第2のプロトコルにおいて中継装置を識別する第2のアドレスとの対応を表す代理対応情報を記憶する。代理部は、第1のアドレスから第2のプロトコルにおいて第1の通信装置を識別するアドレスを解決する第1の要求を含む要求パケットを、第2の通信装置から受信したときに、第1のアドレスで記憶部を検索して第2のアドレスを取得する。代理部は、記憶部から取得した第2のアドレスを含む応答パケットを生成して第2の通信装置に送信する。 A relay apparatus relaying communication between a first communication apparatus implemented in a first network and a second communication apparatus implemented in a second network includes a storage unit and a proxy unit. The storage unit stores proxy correspondence information indicating correspondence between a first address identifying a first communication device in a first protocol and a second address identifying a relay device in a second protocol. The proxy, upon receiving from the second communication device a request packet including a first request for resolving an address identifying the first communication device in the second protocol from the first address, The storage unit is searched by the address to obtain the second address. The proxy unit generates a response packet including the second address acquired from the storage unit and transmits the response packet to the second communication device.
 上述の態様によれば、ルーティングプロトコルを用いずに、サブネット内に配置される通信装置にパケットを中継できる。 According to the above aspect, the packet can be relayed to the communication device disposed in the subnet without using the routing protocol.
本実施形態に係る中継システムの一例を示す図である。It is a figure showing an example of the relay system concerning this embodiment. 本実施形態に係る中継装置の一例を示す図である。It is a figure which shows an example of the relay apparatus which concerns on this embodiment. 代理対応情報の例を示す図である。It is a figure showing an example of agency correspondence information. 本実施形態に係る中継処理のシーケンスの一例を示す図である。It is a figure which shows an example of the sequence of the relay process which concerns on this embodiment. 中継装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of a relay apparatus. 本実施形態に係る中継装置により処理されるIPv6アドレスの一例を示す図である。It is a figure which shows an example of the IPv6 address processed by the relay apparatus which concerns on this embodiment. 本実施形態に係る中継装置により処理されるIPv6アドレスの他の例を示す図である。It is a figure which shows the other example of the IPv6 address processed by the relay apparatus which concerns on this embodiment.
 図1は、本実施形態に係る中継システム1の構成の一例を示す。中継システム1は、サブネット2における1以上の通信装置3と、サブネット2の外部のネットワーク4側における通信装置5と、ネットワーク4側における通信装置5とサブネット2における通信装置3との間の通信を中継する中継装置6とを有する。なお、通信装置5は、例えば、ルータ等の中継装置である。サブネット2は第1のネットワークの一例であり、ネットワーク4は第2のネットワークの一例であり、通信装置3は第1の通信装置の一例であり、通信装置5は第2の通信装置の一例である。 FIG. 1 shows an example of the configuration of a relay system 1 according to the present embodiment. The relay system 1 communicates between one or more communication devices 3 in the subnet 2, the communication devices 5 on the network 4 side outside the subnet 2, and the communication devices 5 on the network 4 side and the communication devices 3 in the subnet 2. And a relay device 6 for relaying. The communication device 5 is, for example, a relay device such as a router. The subnet 2 is an example of a first network, the network 4 is an example of a second network, the communication device 3 is an example of a first communication device, and the communication device 5 is an example of a second communication device. is there.
 図2は、本実施形態に係る中継装置6の機能ブロックを例示する。中継装置6は、複数のリンク対応処理部60を備える。複数のリンク対応処理部60は、例えば、バス(又は空間スイッチ)61により互いに接続されている。そして、各リンク処理部60は、Network Interface Card(NIC)600、判定部601、記憶部602、代理部603、および要求部604等を備える。また各リンク処理部60は、応答処理部605、ヘッダ削除部606、受信バッファ607、ヘッダ付与部608、および送信バッファ609等を有する。なお、各リンク処理部60は、図2に示していない他の回路要素を備えていてもよく、適宜、ルーティングを実行するためのルーティングテーブルを記憶していてもよい。 FIG. 2 illustrates functional blocks of the relay device 6 according to the present embodiment. The relay device 6 includes a plurality of link handling processing units 60. The plurality of link corresponding processing units 60 are connected to one another by, for example, a bus (or space switch) 61. Each link processing unit 60 includes a network interface card (NIC) 600, a determination unit 601, a storage unit 602, a proxy unit 603, a request unit 604, and the like. Each link processing unit 60 includes a response processing unit 605, a header deletion unit 606, a reception buffer 607, a header attachment unit 608, a transmission buffer 609, and the like. Each link processing unit 60 may include other circuit elements not shown in FIG. 2, and may appropriately store a routing table for executing routing.
 NIC600は、中継装置6を、他の通信装置や中継装置等との間における通信を可能にするための回路を含む。 The NIC 600 includes a circuit for enabling the relay device 6 to communicate with other communication devices, relay devices, and the like.
 判定部601は、NIC600を介して中継装置6が受信したパケットが、アドレス解決要求(ARPまたはNDPにおける要求)を含むか否かを判定する。アドレス解決要求を含むパケットを、以下では、要求パケットと記載することもあるとする。すなわち、要求パケットは、IPv4ネットワークにおいてはARP要求を含むパケットに相当し、IPv6ネットワークにおいてはNDP要求を含むパケットに相当する。なお、ARP要求を含むパケットをARP要求とも以下では記載し、NDP要求を含むパケットを以下ではNDP要求とも記載する。また、中継装置6が受信する要求パケットを、第1の要求パケットとも記載する場合もあるとし、この第1の要求パケットが含むアドレス解決要求を第1の要求とも記載する場合もあるとする。 The determination unit 601 determines whether the packet received by the relay device 6 via the NIC 600 contains an address resolution request (a request in ARP or NDP). Hereinafter, a packet including an address resolution request may be described as a request packet. That is, the request packet corresponds to a packet including an ARP request in the IPv4 network, and corresponds to a packet including an NDP request in the IPv6 network. A packet including an ARP request is also described as an ARP request below, and a packet including an NDP request is also described below as an NDP request. Further, the request packet received by the relay device 6 may be described as a first request packet, and the address resolution request included in the first request packet may also be described as a first request.
 判定部601は、NIC600を介して中継装置6が受信したパケットが、アドレス解決要求に対する応答を含むか否かを判定することもできる。なお、以下の記載では、中継装置6がIPv4ネットワークに接続されているものとする。よって、アドレス解決は、ARPにより行われるものとする。 The determination unit 601 can also determine whether the packet received by the relay device 6 via the NIC 600 includes a response to the address resolution request. In the following description, it is assumed that the relay device 6 is connected to the IPv4 network. Therefore, address resolution is performed by ARP.
 記憶部602は、ARPテーブルおよび代理ARPテーブルを格納する。ARPテーブルには、サブネット2内に配置されている通信装置3について、IPアドレスおよびMACアドレスが互いに対応づけられて格納されている。なお、ARPテーブルは、例えば、学習により作成される。よって、中継装置6が通信装置5からある通信装置3についてのARP要求を受信したとき、ARPテーブルに対応するMACアドレスが格納されていないことがある。ARPテーブルは、対応情報の一例である。 The storage unit 602 stores an ARP table and a proxy ARP table. In the ARP table, IP addresses and MAC addresses of the communication devices 3 arranged in the subnet 2 are stored in association with each other. The ARP table is created, for example, by learning. Therefore, when the relay device 6 receives an ARP request for a certain communication device 3 from the communication device 5, the MAC address corresponding to the ARP table may not be stored. The ARP table is an example of correspondence information.
 代理ARPテーブルにおいては、図3に示すように、サブネット2内に配置されている各通信装置3について、IPアドレスおよび代理MACアドレスが互いに対応づけて格納される。代理MACアドレスとは、中継装置6が要求パケットの送信元に対して通知する、通信装置3を代理するためのMACアドレスである。代理MACアドレスは、この実施例では、中継装置6のMACアドレスである。一例としては、代理MACアドレスは、NIC600のMACアドレスである。なお、サブネット2内に複数の通信装置3が実装されているときは、複数のIPアドレスに対して1つの代理用MACアドレス(すなわち、中継装置6のMACアドレス)が関連付けられるようにしてもよい。また、代理ARPテーブルにおいて、各IPアドレスに対して、サブネットマスクおよび中継装置6のMACアドレスが格納されるようにしてもよい。更に、代理ARPテーブルは、ネットワーク管理者又はユーザにより、予め作成されるようにしてもよい。或いは、代理ARPテーブルは、学習により作成されるようにしてもよい。 In the proxy ARP table, as shown in FIG. 3, an IP address and a proxy MAC address are stored in association with each other for each communication device 3 disposed in the subnet 2. The proxy MAC address is a MAC address for proxying the communication device 3 that the relay device 6 notifies the transmission source of the request packet. The proxy MAC address is the MAC address of the relay apparatus 6 in this embodiment. As an example, the proxy MAC address is the MAC address of the NIC 600. When a plurality of communication devices 3 are mounted in the subnet 2, one proxy MAC address (that is, the MAC address of the relay device 6) may be associated with a plurality of IP addresses. . Also, in the proxy ARP table, the subnet mask and the MAC address of the relay apparatus 6 may be stored for each IP address. Furthermore, the proxy ARP table may be created in advance by a network administrator or a user. Alternatively, the proxy ARP table may be created by learning.
 代理ARPテーブルは、代理対応情報の一例であり、本発明の実施形態はこの構成に限定されるものではない。例えば、中継装置6がIPv6ネットワークに接続されるときには、代理対応情報として、代理NDPテーブルが記憶部602に格納されるようにしてもよい。代理NDPテーブルにおいては、サブネット2内に配置されている各通信装置3について、IPv6アドレスおよび代理MACアドレスが互いに対応づけて格納される。 The proxy ARP table is an example of proxy correspondence information, and the embodiment of the present invention is not limited to this configuration. For example, when the relay device 6 is connected to an IPv6 network, a proxy NDP table may be stored in the storage unit 602 as proxy correspondence information. In the proxy NDP table, an IPv6 address and a proxy MAC address are stored in association with each other for each communication device 3 disposed in the subnet 2.
 なお、IPアドレスは第1のアドレスの一例であり、代理MACアドレスは第2のアドレスの一例であり、MACアドレスは第3のアドレスの一例である。また、IPプロトコルは第1のプロトコルの一例であり、イーサネットプロトコルは第2のプロトコルの一例である。 The IP address is an example of a first address, the proxy MAC address is an example of a second address, and the MAC address is an example of a third address. Also, the IP protocol is an example of a first protocol, and the Ethernet protocol is an example of a second protocol.
 中継装置6が通信装置5から通信装置3に対するARP要求を受信したときに、代理部603は、ARP応答を作成する。このとき代理部603は、記憶部602に格納されている代理ARPテーブルを参照して、ARP要求の対象のIPアドレスに対応するMACアドレスを取得する。この例では、図3に示すように、代理ARPテーブルには、中継装置6のMACアドレスが格納されている。よって、代理部603は、受信したARP要求に対して中継装置6のMACアドレスを取得する。そして、代理部603は、代理ARPテーブルから取得した中継装置6のMACアドレスをARP応答中に設定し、送信バッファ609に書き込む。従って、このARP応答を含むパケットは、NIC600を介して、ARP要求の送信元に送信される。要求パケットに対する応答に対応し、MACアドレスの通知に係るパケットを応答パケットと以下では記載する。応答パケットは、IPv4ネットワークにおいてはARP応答に相当し、IPv6ネットワークにおいてはNDP応答に相当する。 When the relay device 6 receives an ARP request for the communication device 3 from the communication device 5, the proxy unit 603 creates an ARP response. At this time, the proxy unit 603 refers to the proxy ARP table stored in the storage unit 602, and acquires the MAC address corresponding to the IP address of the target of the ARP request. In this example, as shown in FIG. 3, the MAC address of the relay apparatus 6 is stored in the proxy ARP table. Therefore, the proxy unit 603 acquires the MAC address of the relay apparatus 6 in response to the received ARP request. Then, the proxy unit 603 sets the MAC address of the relay device 6 acquired from the proxy ARP table in the ARP response, and writes the MAC address in the transmission buffer 609. Therefore, a packet including this ARP response is sent via the NIC 600 to the source of the ARP request. Corresponding to the response to the request packet, the packet related to the notification of the MAC address will be described as a response packet below. The response packet corresponds to an ARP response in the IPv4 network, and corresponds to an NDP response in the IPv6 network.
 中継装置6が受信した、通信装置5から通信装置3に対するARP要求において、指定されたIPアドレスに対応するMACアドレスがARPテーブルに格納されていない場合、代理部603は、要求部604に対しARP要求を生成するよう指示する。このARP要求は、そのIPアドレスに対応するMACアドレスを解決するための要求である。要求部604は、ARP要求を生成し、送信バッファ609に書き込む。このARP要求は、サブネット2内に配置されている各中継装置3にブロードキャストされる。なお、中継装置6から送信される要求パケットを第2に要求パケットと記載する場合もあるとし、第2の要求パケットに含まれるアドレス解決要求を第2の要求とも記載する場合もあるとする。 In the ARP request from the communication device 5 to the communication device 3 received by the relay device 6, when the MAC address corresponding to the designated IP address is not stored in the ARP table, the proxy unit 603 sends an ARP request to the request unit 604. Instruct to generate a request. This ARP request is a request for resolving the MAC address corresponding to that IP address. The request unit 604 generates an ARP request and writes it to the transmission buffer 609. This ARP request is broadcast to each relay device 3 arranged in the subnet 2. The request packet transmitted from the relay apparatus 6 may be described as a second request packet, and the address resolution request included in the second request packet may also be described as a second request.
 ARP要求を受信した各通信装置3は、そのARP要求に含まれるIPアドレスと自分のIPアドレスとを比較する。そして、これらのIPアドレスが互いに一致した通信装置3は、その通信装置3のインターフェースに割り当てられているMACアドレスを含むARP応答を中継装置6に返送する。この手順により、中継装置6は、宛先装置(すなわち、通信装置3)のMACアドレスを取得できる。 Each communication apparatus 3 that has received the ARP request compares the IP address contained in the ARP request with its own IP address. Then, the communication device 3 whose IP addresses coincide with each other returns an ARP response including the MAC address assigned to the interface of the communication device 3 to the relay device 6. By this procedure, the relay device 6 can obtain the MAC address of the destination device (ie, the communication device 3).
 応答処理部605は、通信装置3から受信したARP応答を処理する。具体的には、応答処理部605は、受信したARP応答から通信装置3のMACアドレスを抽出し、ARPテーブルに登録する。すなわち、通信装置3のアドレス学習が行われる。 The response processing unit 605 processes the ARP response received from the communication device 3. Specifically, the response processing unit 605 extracts the MAC address of the communication device 3 from the received ARP response, and registers the MAC address in the ARP table. That is, address learning of the communication device 3 is performed.
 ヘッダ削除部606は、NIC600を介して受信したパケットからL2ヘッダを削除する。L2ヘッダが削除されたデータブロックは、一時的に受信バッファ607に格納される。バス(又は、空間スイッチ)61は、受信バッファ607に格納されたデータブロックを、ヘッダ付与部608又は他のリンク対応処理部60に導く。 The header deletion unit 606 deletes the L2 header from the packet received via the NIC 600. The data block from which the L2 header has been deleted is temporarily stored in the reception buffer 607. The bus (or space switch) 61 guides the data block stored in the reception buffer 607 to the header attachment unit 608 or another link handling unit 60.
 ヘッダ付与部608は、中継装置6が送信するデータブロックにL2ヘッダを付与する。そして、L2ブロックが付与されたデータブロックは、送信バッファ609に書き込まれる。ヘッダ付与部608、送信バッファ609、およびNIC600の組み合わせは、送信部の一例である。 The header assignment unit 608 assigns an L2 header to the data block transmitted by the relay device 6. Then, the data block to which the L2 block is assigned is written to the transmission buffer 609. The combination of the header assignment unit 608, the transmission buffer 609, and the NIC 600 is an example of the transmission unit.
 図4は、本実施形態に係る中継システム1における処理のシーケンスを例示する。図4を参照し、図1に示される通信装置5が、中継装置6を介して、サブネット2における通信装置3に対しパケットを送信する場合について説明する。なお、図4に示す通信装置5は、サブネット2における、宛先の通信装置3以外の通信装置3であってもよい。 FIG. 4 illustrates the sequence of processing in the relay system 1 according to the present embodiment. A case where the communication device 5 shown in FIG. 1 transmits a packet to the communication device 3 in the subnet 2 via the relay device 6 will be described with reference to FIG. The communication device 5 illustrated in FIG. 4 may be a communication device 3 other than the destination communication device 3 in the subnet 2.
 通信装置5は、通信装置3に対し、MACアドレスの解決のために、ネットワーク4を介して要求パケットを送信する(ステップS100)。そして、中継装置6は、この要求パケットを受信する。 The communication device 5 transmits a request packet to the communication device 3 via the network 4 in order to resolve the MAC address (step S100). Then, the relay device 6 receives this request packet.
 中継装置6は、受信した要求パケットに設定されている宛先のIPアドレスが対応情報中に登録されていない場合、サブネット2における1以上の通信装置3に対し、マルチキャスト又はブロードキャストで、要求パケットを送信する(ステップS101)。なお、以下では、パケット内に設定されている宛先のIPアドレスを宛先IPアドレスと記載することもあるとする。中継装置6は、サブネット2における通信装置3にIPアドレスが動的に割り当てられる場合においても、このサブネット2における1以上の通信装置3に対し、マルチキャスト又はブロードキャストで、要求パケットを送信してもよい。 The relay device 6 transmits the request packet by multicast or broadcast to one or more communication devices 3 in the subnet 2 when the IP address of the destination set in the received request packet is not registered in the correspondence information. (Step S101). In the following, it is assumed that the IP address of the destination set in the packet may be described as the destination IP address. The relay device 6 may transmit a request packet by multicast or broadcast to one or more communication devices 3 in the subnet 2 even when the IP address is dynamically assigned to the communication device 3 in the subnet 2 .
 サブネット2において自分のIPアドレスが宛先IPアドレスと一致する通信装置3は、中継装置6に対し、応答パケットを送信する(ステップS102)。この応答パケットは、IPアドレスが一致した通信装置3のMACアドレスを含む。 The communication device 3 whose own IP address matches the destination IP address in the subnet 2 transmits a response packet to the relay device 6 (step S102). The response packet includes the MAC address of the communication device 3 whose IP address matches.
 中継装置6は、通信装置3から応答パケットを受信すると、その応答パケットの送信元のIPアドレス(すなわち、ステップS100で受信した要求パケットの宛先IPアドレス)とその応答パケットに含まれるMACアドレスとを関連付けて対応情報に記録する。中継装置6は、その応答パケットの送信元のIPアドレスをアドレス学習により対応情報に登録する場合において、そのIPアドレスを代理MACアドレスと関連付けて代理対応情報に記録する。なお、代理対応情報がネットワーク管理者又はユーザにより予め作成される場合には、ステップS101、S102に先立ち、以下のステップS103の処理が行われてもよい。 When the relay device 6 receives the response packet from the communication device 3, the relay device 6 receives the IP address of the transmission source of the response packet (that is, the destination IP address of the request packet received in step S100) and the MAC address included in the response packet. Associate and record in correspondence information. When registering the IP address of the transmission source of the response packet in the correspondence information by address learning, the relay device 6 associates the IP address with the proxy MAC address and records the IP address in the proxy correspondence information. When the proxy correspondence information is created in advance by the network administrator or the user, the process of step S103 below may be performed prior to steps S101 and S102.
 中継装置6は、S100で受信した要求パケットに対して代理応答を実行する。すなわち、中継装置6は、受信した要求パケットに設定されている宛先IPアドレスで代理対応情報を検索し、対応する代理MACアドレスを取得する。この代理MACアドレスは、この実施例では、中継装置6のMACアドレスである。そして、中継装置6は、代理対応情報から取得した代理MACアドレスを含む応答パケットを生成し、ステップS100の要求パケットの送信元に、その応答パケットを送信する(ステップS103)。 The relay device 6 executes a proxy response to the request packet received in S100. That is, the relay device 6 searches for proxy correspondence information with the destination IP address set in the received request packet, and acquires the corresponding proxy MAC address. This proxy MAC address is the MAC address of the relay apparatus 6 in this embodiment. Then, the relay device 6 generates a response packet including the proxy MAC address acquired from the proxy correspondence information, and transmits the response packet to the transmission source of the request packet in step S100 (step S103).
 通信装置5は、要求パケットに後続するパケットであって、ヘッダにステップS103で通知されたMACアドレスを格納した、伝達内容に相当するデータを含む内容パケットを、中継装置6に送信する(ステップS104)。 The communication device 5 transmits, to the relay device 6, a content packet that is a packet following the request packet and stores the MAC address notified in step S103 in the header and includes data corresponding to the transfer content (step S104). ).
 中継装置6は、対応情報において内容パケットに含まれる宛先IPアドレスに対応するMACアドレスを抽出する。中継装置6は、抽出したMACアドレスを、内容パケットのヘッダに格納する。中継装置6は、内容パケットを通信装置3に送信する(ステップS105)。 The relay device 6 extracts the MAC address corresponding to the destination IP address included in the content packet in the correspondence information. The relay device 6 stores the extracted MAC address in the header of the content packet. The relay device 6 transmits the content packet to the communication device 3 (step S105).
 中継装置6は、ステップS100において受信した要求パケットにおける宛先IPアドレスが対応情報中に登録されているときは、ステップS101、S102の処理を省略してもよい。 When the destination IP address in the request packet received in step S100 is registered in the correspondence information, the relay device 6 may omit the processing in steps S101 and S102.
 なお、ステップS103の処理は、ステップS101、S102の処理に先立ち実行されてもよい。この場合、ステップS100において通信装置5から要求パケットを受信した中継装置6は、代理対応情報を参照し、要求パケットにおける宛先IPアドレスと対応付けられた代理MACアドレスを含む応答パケットを、ステップS101の処理に先立ち、通信装置5に送信する。ステップS100において受信した要求パケットにおける宛先IPアドレスが対応情報に含まれない場合、中継装置6は、代理対応情報にこの宛先IPパケットを一旦記録し、代理MACアドレスと対応付けてもよい。中継装置6は、この対応付けた代理MACアドレスを含む応答パケットをステップS103において通信装置5に送信し、ステップS101における処理を行ってもよい。 The process of step S103 may be performed prior to the processes of steps S101 and S102. In this case, the relay device 6 having received the request packet from the communication device 5 in step S100 refers to the proxy correspondence information, and transmits the response packet including the proxy MAC address associated with the destination IP address in the request packet in step S101. Prior to the processing, it is transmitted to the communication device 5. If the destination IP address in the request packet received in step S100 is not included in the correspondence information, the relay device 6 may temporarily record the destination IP packet in the proxy correspondence information and associate the destination IP packet with the proxy MAC address. The relay device 6 may transmit a response packet including the associated proxy MAC address to the communication device 5 in step S103, and may perform the process in step S101.
 図5は、中継装置6のハードウェア構成を例示する図である。ここでは、中継装置6は、一般的なコンピュータとしてハードウェアを有し、中継装置6による処理は、以下に示すハードウェア7を具体的に利用することにより実行される。 FIG. 5 is a diagram illustrating the hardware configuration of the relay device 6. Here, the relay device 6 has hardware as a general computer, and the processing by the relay device 6 is executed by specifically using the hardware 7 described below.
 ハードウェア7は、互いにバス74によって接続されたプロセッサ70、メモリ71、通信インターフェース回路72、および記憶装置73等を備える。 The hardware 7 includes a processor 70, a memory 71, a communication interface circuit 72, a storage device 73, and the like connected to one another by a bus 74.
 プロセッサ70は、例えばシングルコア、デュアルコア、またはマルチコアのプロセッサである。メモリ71は、例えばROM(Read Only Memory)、RAM(Random Access Memory)、若しくは半導体メモリ等、又はこれらの組み合わせである。なお、受信バッファ607および送信バッファ609は、メモリ71を利用して実現してもよい。 The processor 70 is, for example, a single-core, dual-core, or multi-core processor. The memory 71 is, for example, a read only memory (ROM), a random access memory (RAM), a semiconductor memory, or the like, or a combination thereof. The reception buffer 607 and the transmission buffer 609 may be realized using the memory 71.
 プロセッサ70が、メモリ71に記憶された各種プログラム(中継プログラムを含む)を実行することにより、判定部601、代理部603、要求部604、応答処理部605、ヘッダ削除部606、およびヘッダ付与部608の各機能が実現される。 The processor 70 executes various programs (including a relay program) stored in the memory 71 to determine the determination unit 601, the proxy unit 603, the request unit 604, the response processing unit 605, the header deletion unit 606, and the header attachment unit. Each function of 608 is realized.
 通信インターフェース回路72は、インターネット、イントラネット、又は専用線等を介し、中継装置6が、通信装置3、5間で、情報の授受を行うための回路である。通信インターフェース回路72は、NIC600に対応する。 The communication interface circuit 72 is a circuit for the relay device 6 to exchange information between the communication devices 3 and 5 via the Internet, an intranet, a dedicated line or the like. The communication interface circuit 72 corresponds to the NIC 600.
 記憶装置73は、例えばハードディスクドライブ、光ディスク装置等、又はこれらの組み合わせであり、また可搬型記憶媒体等が含まれてもよい。当該記憶装置73により、上述した記憶部602の機能が実現される。 The storage device 73 is, for example, a hard disk drive, an optical disk device, or the like, or a combination thereof, and may include a portable storage medium or the like. The storage device 73 implements the function of the storage unit 602 described above.
 なお、上述した場合以外にも、図2に示す中継装置6の機能ブロックの全て、又はその一部の機能は、適宜、専用のハードウェアにより実現されてもよい。 In addition to the case described above, all or some of the functions of the functional blocks of the relay device 6 shown in FIG. 2 may be realized by dedicated hardware as appropriate.
 本実施形態に係る中継装置6によれば、ルーティングプロトコルが使用できない場合や、ルーティングによる諸問題を回避したい場合においても、サブネット2における通信装置3宛のパケットを中継できる。 According to the relay device 6 of the present embodiment, even when a routing protocol can not be used or when it is desired to avoid various problems due to routing, packets addressed to the communication device 3 in the subnet 2 can be relayed.
 <その他の実施形態1>
 ネットワーク4がIPv6ネットワークであり、サブネット2がIPv4ネットワークであるときは、中継装置6は、代理NDPに係る処理(この処理を代理NDPとも記載する)を実行する。代理NDPとは、IPv6において、中継装置6が、宛先となる通信装置3のMACアドレスに代え、その代理用として自己のMACアドレスをネットワーク4における通信装置4に通知することによりアドレスを解決する処理を指す。中継装置6は、IPv4とIPv6との間でのアドレス(又は、ヘッダ)を変換する機能を備える。
<Other Embodiment 1>
When the network 4 is an IPv6 network and the subnet 2 is an IPv4 network, the relay device 6 executes a process related to a proxy NDP (this process is also described as a proxy NDP). In proxy NDP, in IPv6, the relay device 6 resolves the address by notifying the communication device 4 in the network 4 of its own MAC address instead of the MAC address of the communication device 3 as the destination. Point to The relay device 6 has a function of translating an address (or a header) between IPv4 and IPv6.
 ネットワーク2がIPv6ネットワークであるケースにおいて、通信装置5が通信装置3のMACアドレスを要求する際には、通信装置5はNDP要求を送信する。このNDP要求は、通信装置3を識別するIPv6アドレスを含んでいる。 In the case where the network 2 is an IPv6 network, when the communication device 5 requests the MAC address of the communication device 3, the communication device 5 transmits an NDP request. The NDP request includes an IPv6 address that identifies the communication device 3.
 中継装置6は、このNDP要求を受信すると、代理NDPを実行する。ここで、中継装置6の記憶部602には、通信装置3を識別するIPv6アドレスと中継装置6のMACアドレスとの対応を表す代理対応情報が格納されている。代理部603は、この代理対応情報を利用して、中継装置6のMACアドレスを含むNDP応答を作成する。そして、中継装置6は、このNDP応答を通信装置5に送信することにより、通信装置3のIPアドレスに対応するMACアドレスとして、中継装置6のMACアドレスを通信装置5に通知する。 When the relay device 6 receives this NDP request, it executes proxy NDP. Here, in the storage unit 602 of the relay device 6, proxy correspondence information indicating the correspondence between the IPv6 address for identifying the communication device 3 and the MAC address of the relay device 6 is stored. The proxy unit 603 creates an NDP response including the MAC address of the relay apparatus 6 using this proxy correspondence information. The relay device 6 transmits the NDP response to the communication device 5 to notify the communication device 5 of the MAC address of the relay device 6 as a MAC address corresponding to the IP address of the communication device 3.
 IPv6アドレスは、特に限定されるものではないが、例えば、図6に示すフォーマットであってもよい。図6に示す例では、128ビットのIPv6アドレスの下位32ビットにIPv4アドレスが割り当てられる。このIPv4アドレスは、通信装置3を識別する。IPv6アドレスには、宛先の通信装置3が存在するサブネット2を指定するプレフィックスが含まれてもよい。 The IPv6 address is not particularly limited, but may be, for example, the format shown in FIG. In the example shown in FIG. 6, an IPv4 address is assigned to the lower 32 bits of the 128-bit IPv6 address. This IPv4 address identifies the communication device 3. The IPv6 address may include a prefix specifying the subnet 2 in which the communication device 3 of the destination exists.
 なお、IPv6アドレスからIPv4アドレスを取得する機能を、例えば、上述した判定部601や応答処理部605が有してもよい。IPv6アドレスからIPv4アドレスを取得する、判定部601又は応答処理部605を、アドレス取得部とも記載する場合もあるとする。 The above-described determination unit 601 and response processing unit 605 may have a function of acquiring an IPv4 address from an IPv6 address, for example. The determination unit 601 or the response processing unit 605 that acquires an IPv4 address from an IPv6 address may also be described as an address acquisition unit.
 IPv6アドレスが図6に示すフォーマットであるときは、代理対応情報は、通信装置3を識別するIPv4アドレスと中継装置6のMACアドレスとの対応を表していてもよい。この場合、中継装置6は、NDP要求中のIPv6アドレスから通信装置3のIPv4アドレスを抽出し、そのIPv4アドレスで代理対応情報を検索してMACアドレスを取得する。このMACアドレスは、中継装置6を識別する。そして、中継装置6は、中継装置6のMACアドレスを含むNDP応答を作成して通信装置5に送信する。 When the IPv6 address has the format shown in FIG. 6, the proxy correspondence information may indicate the correspondence between the IPv4 address identifying the communication device 3 and the MAC address of the relay device 6. In this case, the relay device 6 extracts the IPv4 address of the communication device 3 from the IPv6 address in the NDP request, searches for proxy correspondence information with the IPv4 address, and acquires the MAC address. This MAC address identifies the relay device 6. Then, the relay device 6 creates an NDP response including the MAC address of the relay device 6 and transmits the NDP response to the communication device 5.
 中継装置6は、上述したNDP要求を通信装置5から受信したときに、通信装置3のMACアドレスを解決する手順を実行する。ここで、通信装置3は、IPv4を提供するサブネット2に実装されている。よって、中継装置6は、通信装置3のMACアドレスを解決するためにARPに係る処理を実行する。このとき、中継装置6は、図6に示すIPv6アドレスからIPv4アドレスを抽出し、そのIPv4アドレスを含むARP要求を生成してサブネット2にブロードキャスト又はマルチキャストする。また、中継装置6は、ARP応答として、このIPv4アドレスが割り当てられている通信装置3からMACアドレスを含む応答パケットを受信する。そして、中継装置6は、通信装置3のIPv4アドレスとMACアドレスとの対応を表す対応情報を記憶部602に格納する。即ち、アドレス学習により、通信装置3のIPv4アドレスとMACアドレスとの対応を表す対応情報が生成される。ただし、通信装置3のIPv4アドレスとMACアドレスとの対応を表す対応情報は、ネットワーク管理者またはユーザにより予め生成されて記憶部602に格納されてもよい。 When the relay device 6 receives the above-mentioned NDP request from the communication device 5, the relay device 6 executes a procedure for resolving the MAC address of the communication device 3. Here, the communication device 3 is implemented in the subnet 2 that provides IPv4. Therefore, in order to resolve the MAC address of the communication device 3, the relay device 6 executes a process related to ARP. At this time, the relay device 6 extracts an IPv4 address from the IPv6 address shown in FIG. 6, generates an ARP request including the IPv4 address, and broadcasts or multicasts to the subnet 2. Also, the relay device 6 receives, as an ARP response, a response packet including the MAC address from the communication device 3 to which this IPv4 address is assigned. Then, the relay device 6 stores, in the storage unit 602, correspondence information indicating correspondence between the IPv4 address of the communication device 3 and the MAC address. That is, correspondence information representing correspondence between the IPv4 address of the communication apparatus 3 and the MAC address is generated by address learning. However, correspondence information indicating correspondence between the IPv4 address and the MAC address of the communication apparatus 3 may be generated in advance by a network administrator or a user and stored in the storage unit 602.
 上述の実施形態に関連して、中継装置6は、IPv4overIPv6のカプセル化/デカプセル化機能を備えていてもよい。この場合、中継装置6は、カプセル化/デカプセル化のエンドポイントに割り当てられるIPv6アドレスについて代理NDPを実行する。 In connection with the above-mentioned embodiment, relay device 6 may be provided with the encapsulation / decapsulation function of IPv4 over IPv6. In this case, the relay device 6 executes proxy NDP for the IPv6 address assigned to the encapsulation / decapsulation endpoint.
 本実施形態に係る中継装置6によれば、IPv6ネットワークとIPv4ネットワークの各々における通信装置間でパケットの送受信が可能となる。 According to the relay device 6 according to the present embodiment, it is possible to transmit and receive packets between communication devices in each of the IPv6 network and the IPv4 network.
 <その他の実施形態2>
 ネットワーク4がIPv6ネットワークであり、通信装置5から送信されるIPv6パケット中にL2フレームが格納されているケースにおいて、中継装置6は、代理NDPを実行することができる。この場合、中継装置6は、L2overIPv6のエンドポイントに実装される。すなわち、中継装置6は、L2overIPv6のカプセル化/デカプセル化機能を有する。
<Other Embodiment 2>
In the case where the network 4 is an IPv6 network and an L2 frame is stored in the IPv6 packet transmitted from the communication device 5, the relay device 6 can execute proxy NDP. In this case, the relay device 6 is implemented at the L2 over IPv6 endpoint. That is, the relay device 6 has an L2 over IPv6 encapsulation / decapsulation function.
 通信装置5が通信装置3のMACアドレスを要求する際には、通信装置5はNDP要求を送信する。このNDP要求は、通信装置3を識別するIPv6アドレスを含んでいる。 When the communication device 5 requests the MAC address of the communication device 3, the communication device 5 transmits an NDP request. The NDP request includes an IPv6 address that identifies the communication device 3.
 通信装置5から送信されるIPv6パケットに付与されるIPv6アドレスは、特に限定されるものではないが、例えば、図7に示すフォーマットであってもよい。図7に示す例では、128ビットのIPv6アドレスの下位48ビットにMACアドレスが割り当てられる。このMACアドレスは、通信装置3を識別する。IPv6アドレスには、宛先の通信装置3が存在するサブネット2を指定するプレフィックスが含まれてもよい。 The IPv6 address given to the IPv6 packet transmitted from the communication device 5 is not particularly limited, but may be, for example, the format shown in FIG. In the example shown in FIG. 7, the MAC address is assigned to the lower 48 bits of the 128-bit IPv6 address. This MAC address identifies the communication device 3. The IPv6 address may include a prefix specifying the subnet 2 in which the communication device 3 of the destination exists.
 中継装置6は、上述のNDP要求を受信すると、代理NDPを実行する。ここで、中継装置6の記憶部602には、図3に例示されるような、通信装置3を識別するIPv6アドレスと中継装置6のMACアドレスとの対応を表す代理対応情報が格納されている。代理部603は、この代理対応情報を利用して、中継装置6のMACアドレスを含むNDP応答を作成する。そして、中継装置6は、このNDP応答を通信装置5に送信することにより、通信装置3のIPアドレスに対応するMACアドレスとして、中継装置6のMACアドレスを通信装置5に通知する。 When the relay device 6 receives the above NDP request, it executes proxy NDP. Here, in the storage unit 602 of the relay device 6, proxy correspondence information representing correspondence between the IPv6 address for identifying the communication device 3 and the MAC address of the relay device 6 as illustrated in FIG. 3 is stored. . The proxy unit 603 creates an NDP response including the MAC address of the relay apparatus 6 using this proxy correspondence information. The relay device 6 transmits the NDP response to the communication device 5 to notify the communication device 5 of the MAC address of the relay device 6 as a MAC address corresponding to the IP address of the communication device 3.
 サブネット2がIPv4ネットワークであって、通信装置3のIPv4アドレスが動的に変化する場合などにおいて、通信装置5が、IPv4アドレスに関する情報を有さない場合がある。通信装置5は、宛先の通信装置3にパケットの転送を行う中継装置6にIPv6アドレスと、代理MACアドレスによって中継装置6にパケットの転送を行うことができる。通信装置5からパケットを受信した中継装置6は、MACアドレスに基づいて、パケットを転送し、このパケットを受信した宛先の通信装置3からIPv4アドレスを得てもよい。また中継装置6は、パケットの宛先のIPv6アドレス又はMACアドレスと、宛先の通信装置3のIPv4アドレスとの対応を記憶していてもよい。 When the subnet 2 is an IPv4 network and the IPv4 address of the communication device 3 changes dynamically, the communication device 5 may not have information on the IPv4 address. The communication device 5 can transfer a packet to the relay device 6 using the IPv6 address and the proxy MAC address for the relay device 6 that transfers the packet to the destination communication device 3. The relay device 6 that has received the packet from the communication device 5 may transfer the packet based on the MAC address, and obtain the IPv4 address from the communication device 3 of the destination that has received this packet. Also, the relay device 6 may store the correspondence between the IPv6 address or MAC address of the destination of the packet and the IPv4 address of the communication device 3 of the destination.
 本実施形態によれば、通信装置5が宛先の通信装置3のIPv4アドレスに関する情報を有していなくとも、中継装置6は通信装置5から通信装置3へパケットを転送することができる。 According to this embodiment, even if the communication device 5 does not have the information on the IPv4 address of the destination communication device 3, the relay device 6 can transfer the packet from the communication device 5 to the communication device 3.
 本発明は、本発明の広義の精神と範囲を逸脱することなく、様々な実施形態および変形が可能とされるものである。また、上述した実施形態は、本発明を説明するためのものであり、本発明の範囲を限定するものではない。特許請求の範囲内およびそれと同等の発明の意義の範囲内で施される様々な変形も、本発明の範囲内とみなされる。 The present invention is capable of various embodiments and modifications without departing from the broad spirit and scope of the present invention. In addition, the embodiment described above is for describing the present invention, and does not limit the scope of the present invention. Various modifications made within the scope of the claims and the meaning of the invention are considered to be within the scope of the present invention.
 1 中継システム
 2 サブネット
 3、5 通信装置
 4 ネットワーク
 6 中継装置
600 Network Interface Card(NIC)
601 判定部
602 記憶部
603 代理部
604 要求部
605 応答処理部
608 ヘッダ付与部
609 送信バッファ
70 プロセッサ
71 メモリ
72 通信インターフェース回路
73 記憶装置
74 バス
1 relay system 2 subnet 3 5, communication device 4 network 6 relay device 600 Network Interface Card (NIC)
601 determination unit 602 storage unit 603 proxy unit 604 request unit 605 response processing unit 608 header attachment unit 609 transmission buffer 70 processor 71 memory 72 communication interface circuit 73 storage device 74 bus

Claims (10)

  1.  第1のネットワークに実装された第1の通信装置と第2のネットワークに実装された第2の通信装置との間の通信を中継する中継装置であって、
     第1のプロトコルにおいて前記第1の通信装置を識別する第1のアドレスと、第2のプロトコルにおいて前記中継装置を識別する第2のアドレスとの対応を表す代理対応情報を記憶する記憶部と、
     前記第1のアドレスから前記第2のプロトコルにおいて前記第1の通信装置を識別するアドレスを解決する第1の要求を含む第1の要求パケットを、前記第2の通信装置から受信したときに、前記第1のアドレスで前記記憶部を検索して前記第2のアドレスを取得し、前記記憶部から取得した前記第2のアドレスを含む応答パケットを生成して前記第2の通信装置に送信する代理部と、
     を備える中継装置。
    A relay apparatus relaying communication between a first communication apparatus implemented in a first network and a second communication apparatus implemented in a second network, the relay apparatus comprising:
    A storage unit storing proxy correspondence information representing correspondence between a first address identifying the first communication device in a first protocol and a second address identifying the relay device in a second protocol;
    When a first request packet comprising a first request to resolve an address identifying the first communication device in the second protocol from the first address is received from the second communication device, The storage unit is searched by the first address to acquire the second address, and a response packet including the second address acquired from the storage unit is generated and transmitted to the second communication device. A proxy,
    A relay device provided with
  2.  前記第1のプロトコルにおいて前記第1の通信装置を識別するアドレスから前記第2のプロトコルにおいて前記第1の通信装置を識別するアドレスを解決する第2の要求を含む第2の要求パケットを前記第1の通信装置に送信する要求部をさらに備える
     ことを特徴とする請求項1に記載の中継装置。
    The second request packet may include a second request packet including a second request to resolve an address identifying the first communication device in the second protocol from an address identifying the first communication device in the first protocol. The relay device according to claim 1, further comprising a request unit that transmits data to one communication device.
  3.  前記第2のプロトコルにおいて前記第1の通信装置を識別する第3のアドレスを含む応答パケットを、前記第1の通信装置から受信し、前記第1のアドレスと前記第3のアドレスとの対応を表す対応情報を前記記憶部に書き込む応答処理部をさらに備える
     ことを特徴とする請求項1又は2に記載の中継装置。
    A response packet including a third address identifying the first communication device in the second protocol is received from the first communication device, and the correspondence between the first address and the third address is determined. The relay device according to claim 1, further comprising a response processing unit that writes correspondence information to be expressed in the storage unit.
  4.  前記記憶部には、前記第1のアドレスと前記第2のプロトコルにおいて前記第1の通信装置を識別する第3のアドレスとの対応を表す対応情報が予め格納されている
     ことを特徴とする請求項1に記載の中継装置。
    In the storage unit, correspondence information representing correspondence between the first address and a third address for identifying the first communication device in the second protocol is stored in advance. The relay device according to Item 1.
  5.  前記第1のアドレスおよび前記第2のアドレスを含む宛先情報が付与されたデータパケットを前記第2の通信装置から受信したときに、前記第1のアドレスで前記対応情報を検索して得られる前記第3のアドレスを使用して、前記データパケットを前記第1の通信装置に転送する送信部をさらに備える
     ことを特徴とする請求項3又は4に記載の中継装置。
    The data packet is obtained by searching the correspondence information at the first address when a data packet to which destination information including the first address and the second address is added is received from the second communication device. The relay apparatus according to claim 3, further comprising: a transmission unit that transfers the data packet to the first communication apparatus using a third address.
  6.  前記第1のプロトコルはIPv6であり、
     前記代理部は、前記第2の通信装置から受信する前記第1の要求パケットに対して前記第1の通信装置の代わりにNDP(Neighbor Discovery Protocol)を実行する
     ことを特徴とする請求項1から5のいずれか1項に記載の中継装置。
    The first protocol is IPv6,
    The proxy unit executes NDP (Neighbor Discovery Protocol) instead of the first communication device on the first request packet received from the second communication device. The relay device according to any one of 5.
  7.  前記第2の通信装置から受信する前記第1の要求パケットの宛先のIPv6アドレスから、前記第1の通信装置のIPv4アドレスを取得するアドレス取得部をさらに備え、
     前記要求部は、前記IPv4アドレスに対応するMACアドレスを解決するためのARP要求を前記第1のネットワークにブロードキャストする
     ことを特徴とする請求項6に記載の中継装置。
    It further comprises an address acquisition unit for acquiring the IPv4 address of the first communication device from the IPv6 address of the destination of the first request packet received from the second communication device,
    The relay apparatus according to claim 6, wherein the request unit broadcasts an ARP request for resolving a MAC address corresponding to the IPv4 address to the first network.
  8.  前記第1の要求パケットの宛先のIPv6アドレスは、前記第1の通信装置のIPv4アドレスを含む
     ことを特徴とする請求項7に記載の中継装置。
    The relay apparatus according to claim 7, wherein the IPv6 address of the destination of the first request packet includes the IPv4 address of the first communication apparatus.
  9.  前記第1の要求パケットの宛先のIPv6アドレスは、前記第3のアドレスを含む
     ことを特徴とする請求項6に記載の中継装置。
    The relay device according to claim 6, wherein an IPv6 address of a destination of the first request packet includes the third address.
  10.  第1のネットワークに実装された第1の通信装置と第2のネットワークに実装された第2の通信装置との間の通信を中継する中継方法であって、
     第1のプロトコルにおいて前記第1の通信装置を識別する第1のアドレスから第2のプロトコルにおいて前記第1の通信装置を識別するアドレスを解決する要求を含む要求パケットを、前記第2の通信装置から受信し、
     前記要求に応じて、前記第1のアドレスと、前記第2のプロトコルにおいて前記中継装置を識別する第2のアドレスとの対応を表す代理対応情報を記憶する記憶部を、前記第1のアドレスにより検索して前記第2のアドレスを取得し、
     前記記憶部から取得した前記第2のアドレスを含む応答パケットを生成して前記第2の通信装置に送信する
     ことを特徴とする中継方法。
    A relay method for relaying communication between a first communication device implemented in a first network and a second communication device implemented in a second network,
    A request packet including a request to resolve an address identifying the first communication device in a second protocol from a first address identifying the first communication device in a first protocol, the second communication device Received from
    A storage unit storing proxy correspondence information indicating correspondence between the first address and a second address identifying the relay device in the second protocol according to the request; Search and get the second address,
    And generating a response packet including the second address acquired from the storage unit and transmitting the response packet to the second communication device.
PCT/JP2018/001625 2018-01-19 2018-01-19 Relay device and relay method WO2019142327A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2018/001625 WO2019142327A1 (en) 2018-01-19 2018-01-19 Relay device and relay method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2018/001625 WO2019142327A1 (en) 2018-01-19 2018-01-19 Relay device and relay method

Publications (1)

Publication Number Publication Date
WO2019142327A1 true WO2019142327A1 (en) 2019-07-25

Family

ID=67302162

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2018/001625 WO2019142327A1 (en) 2018-01-19 2018-01-19 Relay device and relay method

Country Status (1)

Country Link
WO (1) WO2019142327A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024029195A1 (en) * 2022-08-02 2024-02-08 住友電気工業株式会社 Relay device, communication control method, and communication control program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003204345A (en) * 2002-01-08 2003-07-18 Nec Corp Communication system, packet repeating apparatus, method for repeating packet and repeating program
JP2011014964A (en) * 2009-06-30 2011-01-20 Fujitsu Ltd Switch device, and method of controlling switch
JP2014045238A (en) * 2012-08-24 2014-03-13 Fujitsu Ltd Information processing system, relay device, information processing device and information processing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003204345A (en) * 2002-01-08 2003-07-18 Nec Corp Communication system, packet repeating apparatus, method for repeating packet and repeating program
JP2011014964A (en) * 2009-06-30 2011-01-20 Fujitsu Ltd Switch device, and method of controlling switch
JP2014045238A (en) * 2012-08-24 2014-03-13 Fujitsu Ltd Information processing system, relay device, information processing device and information processing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024029195A1 (en) * 2022-08-02 2024-02-08 住友電気工業株式会社 Relay device, communication control method, and communication control program

Similar Documents

Publication Publication Date Title
US7158526B2 (en) Packet communication method and apparatus and a recording medium storing a packet communication program
US7701952B2 (en) Packet communication method and apparatus and a recording medium storing a packet communication program
US7009941B1 (en) Node-search method, device, and medium on which a node-search program is recorded
US7154891B1 (en) Translating between globally unique network addresses
US7242689B2 (en) Mobile IP communication terminal, mobile IP communication method, and computer product
EP1303106A2 (en) Address translation method
US20100316054A1 (en) Method, system and apparatus for sending mapping information
JP2004193844A (en) Packet transfer device capable of holding mobile terminal
JP2004254318A (en) Ipv4-to-ipv6 conversion apparatus and method using dual stack
US7203492B2 (en) Mobile communication method and system
JP6098192B2 (en) Address generator
JP6558492B2 (en) Network address translation device, setting request device, communication system, communication method, and program
EP3395049B1 (en) Router and method for connecting an ipv4 network and an ipv6 network
JPH11252172A (en) Packet generation method, information processor having its function and storage medium where packet generation program is recorded
WO2019142327A1 (en) Relay device and relay method
JP2008172816A (en) Address conversion method
JP2019522416A (en) System and method for DNS request suppression
JP2003258859A (en) Communication system, communicating method, transferring device and network managing device
JP2001285366A (en) IPv4 TO IPv6 ADDRESSES REPLACING METHOD AND IPv4 TO IPv6 COMMUNICATION METHOD
KR100562390B1 (en) Network Data Flow Identification Method and System Using Host Routing and IP Aliasing Technique
JPH1155319A (en) Ipv4-ipv6 communication method and conversion device therefor
JP2014120828A (en) Address conversion method and address conversion device
JP6417720B2 (en) Communication apparatus, network system, address resolution control method and program
JPH11136285A (en) Ipv4-ipv6 communication method and ipv4-ipv6 converter
JP2013031113A (en) Packet transfer method and packet transfer device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18900611

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18900611

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP