WO2008069504A1 - Procédé de configuration d'un tunnel de commande et d'un tunnel direct dans un système de fourniture de services ipv6 basé sur un réseau ipv4 - Google Patents

Procédé de configuration d'un tunnel de commande et d'un tunnel direct dans un système de fourniture de services ipv6 basé sur un réseau ipv4 Download PDF

Info

Publication number
WO2008069504A1
WO2008069504A1 PCT/KR2007/006151 KR2007006151W WO2008069504A1 WO 2008069504 A1 WO2008069504 A1 WO 2008069504A1 KR 2007006151 W KR2007006151 W KR 2007006151W WO 2008069504 A1 WO2008069504 A1 WO 2008069504A1
Authority
WO
WIPO (PCT)
Prior art keywords
terminal
tunnel
network
ipv6
ipv4
Prior art date
Application number
PCT/KR2007/006151
Other languages
English (en)
Inventor
Sun Cheul Kim
Sung Back Hong
Kyeong Ho Lee
Kyung Pyo Jun
Sang Wha Lee
Original Assignee
Electronics And Telecommunications Research Institute
Mobileconvergence Co., Ltd.
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
Priority claimed from KR20070077503A external-priority patent/KR100901790B1/ko
Application filed by Electronics And Telecommunications Research Institute, Mobileconvergence Co., Ltd. filed Critical Electronics And Telecommunications Research Institute
Priority to US12/517,550 priority Critical patent/US8457014B2/en
Priority to JP2009540139A priority patent/JP4819953B2/ja
Publication of WO2008069504A1 publication Critical patent/WO2008069504A1/fr

Links

Classifications

    • 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 disclosure relates to an Internet Protocol version 6 (IPv6) service providing system using a tunneling technology in an IPv4-based network environment, and more particularly, to a method for configuring a control tunnel and a direct tunnel for providing a terminal-to-terminal and terminal-to-network IPv6 communication service.
  • IPv6 Internet Protocol version 6
  • a tunneling technology is used to allow an IPv6 packet to cross an IPv4 network by configuring a tunnel, when the IPv6 packet must be transmitted from an IPv6 network to another IPv6 network via the IPv4 network.
  • IPv4/IPv6 dual stack hosts and routers can perform tunneling through an IPv4 routing topology region by encapsulating an IPv6 datagram to an IPv4 packet.
  • IPv6 island networks appear at the beginning stage of IPv4 to IPv6 transition, the tunneling technology will be used to a great extent. Thus, many efforts have been actively made for standardization of the tunneling technologies among various transition technologies. As a result, a variety of tunneling technologies have been proposed as the standard tunneling technology. Representative ones of those tunneling technologies include 'Configured tunnel', '6to4', '6over4' and Tntra-Site Automatic Tunnel Addressing Protocol (ISATAP)'.
  • ISATAP Tntra-Site Automatic Tunnel Addressing Protocol
  • control tunnel To provide the IPv6 communication between terminals on an IPv4 network, a control tunnel and a direct tunnel are used.
  • the control tunnel is similar to existing Tunnel Broker or Teredo, but includes a user group management module that allows peer- 2-peer data communication such as MSN or SkyPe, which is being widely used.
  • the control tunnel provides a direct tunnel between the terminals so that data can be directly transmitted and received therebetween, which is very advantageous in data transmission.
  • the terminals When terminals are located currently on a network, the terminals may be assigned public IP addresses by an Internet Service Provider (ISP) and may be assigned private IP addresses by the NAT.
  • ISP Internet Service Provider
  • the NAT uses a source NAT (SNAT), dynamic NAT (DNAT)-port forwarding, and a DNAT-load distribution.
  • SNAT source NAT
  • DNAT dynamic NAT
  • DNAT-load distribution a server to operate is placed on a specific private network, and access thereto is allowed only for a specific user who knows the specific private network on which the service is placed.
  • the load of TCP/UDP traffic is distributed to a plurality of servers on an internal network.
  • Such an NAT is connected to an external network by using a public IP address assigned by the IPS, and assigns a private IP address to each of terminals attached to the NAT.
  • the NAT enables communication by maintaining mapping information of a private IP address/port number, and an IP address/port number of an external network.
  • the DNAT is not used for general network operation because the NAT must be controlled in advance for a specific purpose.
  • the NAT allows terminal host A and terminal host B on its private network having
  • IP address 192.168.2.0 to be connected simultaneously with an external network by using one public IP address 100.100.100.50 allocated to a user from the IPS.
  • the NAT router buffers IP addresses and port numbers of the transmitting terminals. Then, the NAT router respectively translates the IP addresses and port numbers to the public IP address 100.100.100.50 and new port numbers of 60000 or greater, and transmits to the IPS.
  • a router of the IPS having received the packets considers those packets to be sent from two different processes of the same terminal 100.100.100.50, and thus can transmit the packets to another Internet network without limitations.
  • the NAT router searches the mapping table including the port numbers and internal network addresses to detect an IP address and a port number of a destination terminal, and transmits to the corresponding terminal.
  • a plurality of terminals on the private network can use a public network by sharing one IP address provided by the ISP.
  • the SNAT is available only when clients on the private network access external servers.
  • FTP file transfer protocol
  • external terminals send packets by using a public IP address allocated to the NAT and a well-known FTP port number such as 20 and 21 since an IP address of the server on the internal network is unknown to the external terminals.
  • the NAT router having received such a packet may consider the destination IP address and port number of the received packet to be for an FTP server installed in the NAT itself, and thus the received packet cannot be transmitted to another FTP server on the private network.
  • a destination IP address of the packet is a public IP address of the NAT, whereas a destination port number is port number 3000, not the well-known FTP port number.
  • the NAT router when receiving the FTP packet with the known port number 3000 that the NAT router knows, the NAT router changes the IP address into an IP address of the FTP server installed on its private network, and also changes the destination port number of the packet into port number 21, and then transmits. In such a manner, the NAT router makes the FTP server on the private network accessible by clients on an external network.
  • An aspect of the present invention provides a method for configuring a control tunnel and a direct tunnel, which enables an IPv6-based service by changing just software of a control server and each terminal, without changing equipment and technologies used in an existing network.
  • An aspect of the present invention also provides a method for configuring a control tunnel between a terminal and a control server for IPv6 communication and configuring a direct tunnel directly between terminals, by configuring an IPv6 tunnel in an IPv4 network and configuring an IPv6 route in the configured tunnel.
  • An aspect of the present invention also provides a method for configuring a direct tunnel between terminals according to network positional relationships between the terminals regardless of a private network or a public network, for efficient terminal- to-terminal IPv6 service, and terminal-to-network communication related to an IPv6 gateway.
  • a method for configuring a control tunnel in an Internet Protocol version 4 (IPv4) network-based Internet Protocol version 6 (IPv6) service providing system having at least two terminals, and a portal server and a control server interworking with the terminals over an IPv4 network, the control tunnel being configured at each of the terminals for a terminal-to-terminal IPv6 communication service, including: configuring a control tunnel with the control server when a tunnel response message is received from the control server by using service information downloaded from the portal server at the time of initialization; sending a registration request message to the control server through the configured control tunnel; and reporting completion of control-tunnel configuration and terminal registration when a registration response message is received from the control server.
  • IPv4 Internet Protocol version 4
  • IPv6 Internet Protocol version 6
  • a method for configuring a control tunnel in an Internet Protocol version 4 (IPv4) network-based Internet Protocol version 6 (IPv6) service providing system having at least two terminals, and a portal server and a control server interworking with the terminals over an IPv4 network, the control tunnel being configured at the control server for a terminal-to-terminal IPv6 communication service, including: receiving a tunnel request message from each of the terminals; checking a public IPv4 address set on an IPv4 header of the tunnel request message, and an allocated IPv4 address of each of the terminals included in the tunnel request message; configuring a control tunnel with each of the terminals by using the public IPv4 address and the allocated IPv4 address; and registering each of the terminals when a registration request message is received from each of the terminals through the configured control tunnel.
  • IPv4 Internet Protocol version 4
  • IPv6 Internet Protocol version 6
  • a method for configuring a direct tunnel in an Internet Protocol version 4 (IPv4) network-based Internet Protocol version 6 (IPv6) service providing system having at least two terminals, and a control server interworking with the terminals over an IPv4 network, the direct tunnel being configured at a random request terminal for IPv6 communication service with a counterpart terminal, including: configuring a control tunnel with the control server; registering the counterpart terminal and learning a status of the counterpart terminal in real-time; sending a direct tunnel request message to the counterpart terminal by using terminal information obtained through the learning; configuring a direct tunnel with the counterpart terminal when a direct tunnel response message is received from the counterpart terminal; and checking whether IPv6 data transmission is available through the configured direct tunnel.
  • IPv4 Internet Protocol version 4
  • IPv6 Internet Protocol version 6
  • a method for configuring a direct tunnel in an Internet Protocol version 4 (IPv4) network-based Internet Protocol version 6 (IPv6) service providing system having at least two terminals and a control server interworking with the terminals through an IPv4 network, the direct tunnel being configured for IPv6 communication service at a random counterpart terminal receiving a direct tunnel request, including: receiving a message for the direct tunnel request from a request terminal; searching terminal information of the request terminal included in the message; checking whether the direct tunnel can be configured with the request terminal by using the searched terminal information; determining a network positional relationship with the request terminal by using the searched terminal information if the direct tunnel can be configured; generating a direct tunnel response message according to the determined network positional relationship, and sending the generated direct tunnel response message to the request terminal; and configuring the direct tunnel according to the determined network positional relationship.
  • IPv4 Internet Protocol version 4
  • IPv6 Internet Protocol version 6
  • a method for configuring a control tunnel and a direct tunnel in an Internet Protocol version 4 (IPv4) network-based Internet Protocol version 6 (IPv6) service providing system having at least two terminals, and a portal server, a control server and an IPv6 gateway interworking with the terminal through an IPv4 network, the control tunnel and the direct tunnel being configured at each of the terminals for terminal-to-network IPv6 communication service, including: configuring a control tunnel with the control server when a tunnel response message is received from the control server by using service information downloaded from the portal server at the time of initialization; registering the terminal and the IPv6 gateway to the control server through the configured control tunnel; registering the IPv6 gateway as a counterpart terminal on a counterpart terminal list in the terminal; transmitting a terminal information request message to the IPv6 gateway and receiving a terminal information response message from the IPv6 gateway to check a network address of a network connected to the IPv6 gateway; configuring a direct tunnel to the IPv
  • IPv4 Internet Protocol version 4
  • FIG. 1 is a view showing a process of subscribing to a portal server and receiving service information in an IPv4 network-based IPv6 service providing system according to embodiments of the present invention.
  • FIG. 2 shows types of control tunnel and direct tunnel configured in an IPv4 network-based IPv6 service providing system according to first and second embodiments of the present invention.
  • FIG. 3 shows types of tunnel configured when a terminal is initially registered to a control server according to the first embodiment of the present invention.
  • FIG. 4 is a flow diagram showing a process for configuring a control tunnel between a terminal and a server in an IPv4 network-based IPv6 service providing system according to the first embodiment of the present invention.
  • FIG. 5 is a flowchart showing an operation of a terminal protocol unit for configuring a control tunnel in the process of FIG. 4.
  • FIG. 6 is a flowchart showing an operation of a terminal protocol unit for configuring a control tunnel in the process of FIG. 4.
  • FIG. 7 shows types of tunnel according to a network positional relationship in configuring a direct tunnel in an IPv4 network-based IPv6 service providing system according to the second embodiment of the present invention.
  • FIG. 8 shows an example of tunnel configuration between a terminal on a public network and a terminal on a private network according to the second embodiment of the present invention.
  • FIG. 9 is an example of tunnel configuration between two terminals in different private networks according the second embodiment of the present invention.
  • FIG. 10 is a flow diagram showing a process of detecting a plurality of counterpart terminals and learning status information before direct tunnel configuration according to the second embodiment of the present invention.
  • FIG. 11 is a flow diagram showing a process for configuring a direct tunnel between terminals according to the second embodiment of the present invention.
  • FIG. 12 is a flowchart showing an operation of determining a proper tunnel type by determining a network positional relationship with the counterpart terminal in the process of learning status information and network position information of the counterpart terminal of FIG. 10, and setting a direct tunnel into the determined type.
  • FIG. 13 is a flowchart showing an operation for protocol processing of a request terminal in configuring the direct tunnel of FIG. 11.
  • FIG. 14 is a flowchart showing an operation for protocol processing of a response terminal in configuring of the direct tunnel of FIG. 11.
  • FIG. 15 shows an operation for determining whether a direct tunnel can be configured and used according to the second embodiment of the present invention.
  • FIG. 16 is a flowchart showing an operation for determining whether the corresponding terminal can use the direct tunnel with the counterpart terminal according to the second embodiment of the present invention.
  • FIG. 17 shows a network configuration and an operation for end-to-network IPv6 communication according to a third embodiment of the present invention.
  • Embodiments of the present invention propose an IPv4 network-based IPv6 service providing system with a server-client configuration including a control server and terminals in order to minimize changes in network equipment that are caused by the use of an Internet Protocol version 6 (IPv6) service.
  • IPv6 Internet Protocol version 6
  • the IPv4 network-based IPv6 service providing system has a structure where a terminal 10, a portal server 20, and a control server 30 interwork with one another through an IPv4 network or a public network.
  • a control tunnel and a direct tunnel are configured.
  • the control server 30 must be on a public network for configuration of a control tunnel with the terminal 10, and the terminal 10 may be on the public network, or on a private network connected to a network address translator (NAT).
  • NAT network address translator
  • the terminal 10 subscribes to the portal server 20 to receive service, and downloads client software and control information.
  • the terminal 10 configures a control tunnel with the control server 30 by using the downloaded software and control information, and performs data communication through the control tunnel.
  • the terminal 10 creates a direct tunnel to a counterpart terminal (not shown) for data transmission.
  • the control tunnel is a tunnel that exists all the time in an online status of the terminal 10, and the direct tunnel is a flexible tunnel that is created and eliminated whenever an application such as voice over internet protocol (VoIP) and file transfer is used and ended.
  • VoIP voice over internet protocol
  • the control server 30 performs control tunnel configuration and terminal registration under a request of the terminal 10, and also performs forwarding of an IPv6 packet to allow terminal-to-terminal communication through the control tunnel.
  • the service information is an IPv6 address of the terminal 10, a user name, and an
  • IPv4 address and an IPv6 address of the control server 30 are examples of the control server 30.
  • the IPv6 address of the terminal 10 is an address for IPv6 communication of the terminal 10 subscribed to service.
  • the user name may be a name that a user group management module uses to manage counterpart terminals having registered to the service.
  • the IPv4 address of the control server 30 is used in receiving/transmitting a protocol message when the terminal 10 configures a control tunnel.
  • the IPv6 address of the control server 30 is used to transmit/receive a protocol message when the terminal 10 is registered to the control server 30 after the control tunnel configuration.
  • An IPv4 address of the terminal 10 is not obtained from the portal server 20, but is obtained statically by a user or dynamically by dynamic host configuration protocol (DHCP) on a network on which the terminal 10 is placed.
  • DHCP dynamic host configuration protocol
  • the terminal 10 obtains an IPv4 address from a DHCP server (not shown).
  • the IPv4 address may be statically assigned by a user.
  • the terminal 10 sends a subscription request message to the portal server 20 to be registered to service.
  • the portal server 20 informs the control server that the terminal 10 is to use the control server 30.
  • control server 30 determines/manages that the terminal 10 is to use the control server 30, and sends a response message to the portal server.
  • portal server 20 sends the terminal 10 a response message including client software and service information for providing service.
  • Each of terminals in an IPv4 network configures a control tunnel through transmission and reception of initial IPv4 messages, and is registered to a control server through transmission and reception of IPv6 messages. Thereafter, an IPv6 router is provided to the configured control tunnel, so that IPv6 communication can be made between the terminals.
  • the types of tunnel configured between the control server and the terminal may include an IPv6-user datagram protocol (UDP)-IPv4 type and an IPv6-IPv4 type.
  • the IPv6-UDP-IPv4 type tunnel is configured when the terminal is on a private network.
  • both of the IPv6-UDP-IPv4 type tunnel and the IPv6-IPv4 type tunnel are configurable, but mostly, the IPv6-IPv4 type tunnel is configured because of efficiency of data transmission/reception.
  • the terminal respectively transmits and receives a direct tunnel request message and a response message by using UDP source port information and a public IPv4 address translated via its NAT learned in the control-tunnel configuration process.
  • the direct tunnel is configured differently in four different cases. There are two types of tunnel configurable according to each case.
  • a terminal on the private network periodically sends a Keep-Alive message to renew a lifetime of a mapping table stored in the NAT.
  • the terminal having requested the configuration of the direct tunnel enables an IPv6 P2P service in due consideration of "a function of obtaining network position information of a counterpart terminal", "a function of managing an online/offline status of the counterpart terminal in real time”, and "a function of checking possibility of configuring a direct tunnel of a terminal on a private network”.
  • Types of control and direct tunnels configured to provide the IPv6 P2P service according to a positional relationship between terminals on the same network or on different networks will now be described with reference to FIG. 2. There are four different network positional relationships between terminals depending on the position of each terminal.
  • the first relationship is a relationship on the same private network 61, that is, a relationship between two terminals 10 attached to the same NAT 40.
  • a configurable direct tunnel type is an IPv6-IPv4 type and an IPv6-UDP-IPv4 type.
  • IPv6-UDP-IPv4 unnecessarily uses a UDP header, efficiency of packet transfer can be deteriorated.
  • the IPv6-IPv4 tunnel is used.
  • the second relationship is a relationship between different private networks 62, that is, a relationship between two terminals 10 attached to their respective NATs 40 on the different private networks.
  • a configurable direct tunnel type is just an IPv6-UDP-IPv4 type, and thus each terminal 10 must periodically send a NAT Keep Alive message using a set UDP port number to update a table in the NAT 40.
  • the third relationship is a relationship on a public network, that is, a relationship between terminals on the public network.
  • a configurable direct tunnel type is an IPv6-IPv4 type and an IPv6-UDP-IPv4 type.
  • IPv6-UDP-IPv6 type unnecessarily requires a UDP header, efficiency of packet transfer is deteriorated. Accordingly, the IPv6-IPv4 tunnel is used.
  • the fourth relationship is a positional relationship between a public network and a private network 64, that is, a relationship between one terminal 10 on the public network and another terminal 10 attached to an NAT 40.
  • a configurable direct tunnel is just an IPv6-UDP-IPv4 type, not an IPv6-IPv4 type.
  • the terminal 10 attached to the NAT 40 must periodically send an NAT Keep Alive message using a UDP port number to update a table in the NAT 40.
  • an apparatus for configuring a control tunnel and a direct tunnel may include a user group management unit 110, an interface management unit 120, a first terminal protocol unit 130a, a second terminal protocol unit 130b, and a control server protocol unit 140.
  • the user group management unit 110 manages information of each counterpart terminal 10 which an initial terminal 10 wants to communicate with after control tunnel configuration and terminal registration to the control server 30.
  • the interface management unit 120 is a module that is placed at the terminal 10 and is configured to determine interface information.
  • the interface management unit 120 checks interface information of the terminal 10 that is usable at the time of initial execution, such as an allocated IPv4 address, an IPv6 address, and a terminal name, and manages information for communication with the control server 30 such as an IPv4 address and an IPv6 address. Also, the interface management unit 120 provides the information to the terminal protocol units 130a and 130b.
  • the first and second terminal protocol units 130a and 130b are placed at respective terminals 10.
  • the first and second terminal protocol units 130a and 130b perform control tunnel configuration and terminal registration through transmission and reception of protocol messages with the control server protocol unit 140. Also, the first and second terminal protocol units 130a and 130b renew a lifetime of a tunnel, and configure a direct tunnel through message transmission and reception with a protocol module of each counterpart terminal.
  • the control server protocol unit 140 is placed at the control server 30, and performs control operations upon request such as a terminal registration request, a tunnel configuration request, and a lifetime renewing request.
  • FIG. 3 the types of tunnel that the initial terminal configures for registration to the control server 30 according to the positional relations between the terminals are shown.
  • an IPv6-IPv4 tunnel is configured and used. If the terminal 10 is on a private network 72, an IPv6-UDP-IPv4 tunnel is configured and used. Here, the terminal 10 on the private network 7 periodically sends an NAT Keep-Alive message to update mapping table of the NAT 40.
  • FIG. 4 is a flow diagram of a process of configuring a control tunnel between a terminal and a server in an IPv4 network-based IPv6 service providing system according to a first embodiment of the present invention.
  • the IPv4 network-based IPv6 service providing system may include a tunnel configuring system including a user terminal group management unit 110, an interface management unit 120, first and second terminal protocol units 130a and 130b, and a control server protocol unit 140 in the control server.
  • the first terminal protocol unit 130a is a protocol unit of a first terminal 3ffe:: 111, i.e., a request terminal
  • the second terminal protocol unit 130b is a protocol unit of a second terminal 3ffe::222, i.e., a counterpart terminal.
  • the interface management unit 120 determines interface information and service information of the request terminal 3ffe::l 11.
  • the interface management unit 120 sends a tunnel configuration request message for requesting control-tunnel configuration and registration of the request terminal to the first terminal protocol unit 130.
  • the first terminal protocol unit 130a sends a tunnel request message to the control server protocol unit 140 by using information obtained from the tunnel configuration request message sent from the interface management unit 120.
  • the tunnel request message is sent as an IPv4-UDP packet including a specific port number, and includes an IPv4 address, an IPv6 address and other information of the request terminal 3ffe::l l l.
  • the control server protocol unit 140 confirms that the request terminal 3ffe:: 111 is a valid terminal from the information of the received tunnel request message, i.e., an IPv4 UDP message, and then configures a tunnel to the request terminal 3ffe:: 111.
  • the control server protocol unit 140 sends a tunnel response message to the first terminal protocol unit 130a.
  • the control server protocol unit 140 checks an IPv4 address of the request terminal 3ffe:: 111 on an IPv4 header of the received tunnel request message, i.e., an public IPv4 address of the request terminal 3ffe:: 111, and an IPv4 address included in the message, i.e., an allocated IPv4 address of the request terminal 3ffe:: 111. If the public IPv4 address and the allocated IPv4 address are different from each other, the control server protocol unit 10 determines that the request terminal 3ffe:: 111 is on a private network using an NAT.
  • the tunnel response message may include information indicating that the terminal 3ffe:: 111 is attached to the NAT, and also includes the allocated IPv4 address, the IPv4 public address, and a translated UDP port number of the request terminal 3ffe::l 11. From the above information the control server protocol unit 140 can determine whether the request terminal 3ffe:: 111 is on a private network using the NAT or on a public network, and thus can determine a type of tunnel to be configured.
  • the first terminal protocol unit 130a receives the tunnel response message, confirms that the received tunnel response message is a response to the tunnel configuration request message that it sent in operation 202, and then configures a tunnel to the control server.
  • the request terminal 3ffe:: 111 is attached to the NAT
  • the first terminal protocol unit 130a configures the tunnel into an IPv6-UDP-IPv4 type
  • the request terminal 3ffe:: 111 is on the public network
  • the first terminal protocol unit 130a configures the tunnel into an IPv6-IPv4 type.
  • the first terminal protocol unit 130a periodically sends an NAT Keep-Alive message to update a mapping table of NAT equipment.
  • the first terminal protocol unit 130a sends a registration request message for registering of the request terminal 3ffe:: 111 to the control server protocol unit 140. Then, in operation 208, the first terminal protocol unit 130a receives a registration response message through the configured control tunnel. Both of the registration request message and the registration response message must be IPv6 messages.
  • the first terminal protocol unit 130a transmits/receives messages for confirming that IPv6 data can be transmitted/received through the IPv6-(UDP)-IPv4 tunnel, and for renewing a lifetime of the configured tunnel.
  • the configuration of the control tunnel and the following registration of the request terminal 3ffe::l 11 are completed.
  • the first terminal protocol unit 130a informs the user group management unit 100 that an initialization process is completed.
  • the user group management unit 110 When informed that the control-tunnel configuration and the terminal registration are completed from the first terminal protocol unit 130a, the user group management unit 110 adds information of each counterpart terminal 110 in the case where there is user group information of a existing counterpart terminal or a new counterpart terminal is registered. Accordingly, the first terminal protocol unit 110 can manage an online/ offline status of each counterpart terminal. Thus, the user management unit 110 can obtain status information of a plurality of counterpart terminals, which is learned from the first terminal protocol unit 130a, and links the obtained status information to an application program, thereby enabling IPv6 data communication.
  • Each terminal performs the above-described process at an initial stage, so that a control tunnel to a control server can be configured, and the terminal can be registered to the control server.
  • the second terminal protocol unit 130b performs the same processes as those in operations 203 through 211 together with the control server protocol unit 140, so that a control tunnel of the counterpart terminal 3ffe::222 can be configured to the control server, and the counterpart terminal 3ffe::222 can be registered to the control server.
  • IPv6 communication between the registered request terminal and the registered counterpart terminal is enabled through the control tunnel.
  • the terminal protocol unit 130 sends a tunnel request message to a control server, and receives a corresponding tunnel response message from the control server.
  • the terminal protocol unit 130 extracts information included in the tunnel response message in order to determine whether a terminal is on a private network or on a public network, and checks using the extracted information whether an NAT flag is set, whether a public IPv4 address and an allocated IPv4 address are the same, or whether a UDP source port number is changed.
  • the allocated IPv4 address is an IPv4 address assigned to the terminal, and the public IPv4 address is a source address in an IP header that the NAT changes as it passes through the NAT, i.e., an interface IPv4 address of NAT equipment connected to a public network.
  • the changed UDP port number is a source port number changed as a UDP source port number in the tunnel request message passes through the NAT.
  • the terminal protocol unit 130 determines whether the terminal is attached to the NAT. In operation 304, when it is determined that the terminal is attached to the NAT, i.e., is on a private network, the terminal protocol unit 130 configures an IPv6-UDP-IPv4 tunnel. In operation 305, the terminal protocol unit 130 periodically sends an NAT Keep-Alive message, and then completes the operation. In contrast, in operation 306, when it is determined that the terminal is on a public network, the terminal protocol unit 130 configures an IPv6-IPv4 tunnel for data efficiency, and then completes the operation.
  • the control server protocol unit 140 receives a tunnel request message from the terminal protocol unit 130.
  • the control server protocol unit 140 extracts an IPv4 address of the terminal included in an IPv4 header of the received message, i.e., a public IPv4 address of an NAT in the case where the message passes through the NAT, and also extracts an IPv4 address included in the message, i.e., an allocated IPv4 address of the terminal.
  • the control server protocol unit 140 determines whether the two extracted addresses are identical or not.
  • the control server protocol unit determines that the terminal having sent the tunnel request message is attached to the NAT on a private network, and thus configures an IPv6-UDP-IPv4 control tunnel with the terminal.
  • the control server protocol unit 140 After configuring the IPv6-UDP-IPv4, the control server protocol unit 140 generates a tunnel response message including information that the terminal is attached to the NAT.
  • the tunnel response message includes an "NAT Present Flag" indicating that the terminal is on the private network, or an allocated IPv4 address, a public IPv4 address and a changed UDP port number of the corresponding terminal.
  • the allocated IPv4 address is an IPv4 address allocated to the terminal
  • the public IPv4 address is a source address in an IP header that the NAT changes as it passes through the NAT, that is, an interface IPv4 address of NAT equipment connected to a public network.
  • the changed UDP port number is a source port number changed as a UDP source port number in the tunnel request message passes through the NAT.
  • control server protocol unit 140 determines that the terminal is on a public network, and configures an IPv6-IPv4 control tunnel with the terminal.
  • the control server protocol unit 140 can configure both an IPv6-UDP-IPv4 control tunnel and an IPv6-IPv4 control tunnel, it configures the IPv6-IPv4 control tunnel in due consideration of data efficiency.
  • control server protocol unit 140 indicates False in the NAT Present Flag , or includes the identical value of allocated IPv4 address and the public IPv4 address, and the un-changed UDP port number in due consideration of the case where the request terminal 3ffe:: 111 is on a private network of an NAT.
  • control server protocol unit 140 After performing operation 405 or 407, the control server protocol unit 140 sends the tunnel response message to the corresponding terminal, and completes an operation.
  • IPv6 communication according to the first embodiment of the present invention has been described. Thereafter, a method for configuring a direct tunnel when each application service requires IPv6 communication according to a second embodiment of the present invention will now be described.
  • FIG. 7 configurable tunnel types according to network positional relationships between terminals are shown. As shown in FIG. 2, there are four different network positional relationships between a request terminal and a counterpart terminal for configuring a P2P direct tunnel therebetween.
  • the first positional relationship is a relationship on a public network 63.
  • a direct tunnel can be configured into both an IPv6-UDP-IPv type and an IPv6-IPv4 type, but the IPv6-IPv4 tunnel is configured for the data efficiency.
  • the second positional relationship is a relationship between a public network and a private network 64.
  • the direct tunnel is configured into an IPv6-UDP-IPv4 type.
  • the third positional relationship is a relationship on a private network 61, i.e., on the same network.
  • the direct tunnel can be configured into both an IPv6-UDP-IPv4 type and an IPv6-IPv4 type, the IPv6-IPv4 tunnel is configured for the data efficiency.
  • the fourth positional relationship is a relationship between private networks, i.e., different networks.
  • a configurable P2P direct tunnel type is an IPv6-UDP-IPv4 type.
  • a first terminal 10a is on a public network, and a second terminal
  • the second terminal 10b learns changed information such as a source IP address and a UDP source port from a control server 30 in an initial tunnel configuration and terminal registration process. Thereafter, like the user registration process described with reference to FIG. 4, the first terminal 10a learns the changed information such as a source IP address and a UDP source port from network position information of the second terminal 10b, and the second terminal 10b learns that the first terminal 10a is on the public network.
  • a protocol unit of the first terminal 10a or the second terminal 10b sends a direct tunnel request message to the counterpart terminal, and receives a direct tunnel response message from the counterpart terminal.
  • the first terminal 10a configures a tunnel as "Src IP(20.20.20.20) Src UDP Port(50000) Dst IP(IO.IO.IO.IO) UDP Dst Port(1024)" on the basis of the learned information.
  • Dst IP(IO.10.10.10) is an IP address changed as it passes through an NAT of the second terminal 10b
  • UDP Dst Port(1024) is a changed UDP source port number.
  • the second terminal 10b configures a tunnel as "Src IP(192.168.1.10) Src UDP Port(50000) Dst IP(20.20.20.20) UDP Dst Port(50000)” After the tunnel configuration, the two terminals 10a and 10b can freely perform IPv6 communication in an IPv6 NAT environment.
  • a first terminal 10a is on a private network.
  • the first terminal 10a is on a private network.
  • a second terminal 10b is also on a private network, and thus learns that a changed source IP address is 10.10.10.10 and a changed source UDP port number is 1024 during an initial control-tunnel configuration and terminal registration process.
  • the first terminal 10a learns the changed source IP address and UDP source port number of the second terminal 10b from network position information of the second terminal 10b
  • the second terminal 10b learns the changed source IP address and UDP source port number of the first terminal 10a from network position information of the first terminal 10a.
  • the terminals 10a and 10b learn that they are placed on the different private networks.
  • Each of the terminals 10a and 10b sends a direct tunnel request message and receives a direct tunnel response message with each other to configure a tunnel.
  • the first terminal 10a configures a tunnel as "Src IP(192.168.1.11) Src UDP Port(50000) Dst IP(IO.IO.IO.IO) UDPDst Port(1024)" on the basis of the IP address and UDP source port number changed in an NAT 40b to which the second terminal 10b is attached.
  • the second terminal 10b configures a terminal as "Src IP(192.168.1.10) Src UDP Port(50000) Dst IP(30.30.30) UDP Dst Port(2048)" on the basis of the IP address and UDP source port number changed in an NAT 40a to which the first terminal 10a is attached.
  • the two terminals 10a and 10b can freely perform IPv6 communication in different NAT environments from each other.
  • FIG. 10 is a flow diagram of a process of finding a plurality of counterpart terminals and learning their statuses before configuration of a direct tunnel according to the second embodiment of the present invention.
  • the IPv4 network-based IPv6 service providing system may include a tunnel configuring system including a user group management unit 110, first to third terminal protocol units 130a, 130b and 130c, and a control server protocol unit 140 of a control server.
  • the first terminal protocol unit 130a is a protocol unit of a first terminal 3ffe:: 111, i.e., a request terminal.
  • the second terminal protocol unit 130b is a protocol unit of a second terminal 3ffe:: 112, i.e., a counterpart terminal
  • the third terminal protocol unit 130c is a protocol unit of a third terminal 3ffe:: 113, i.e., another counterpart terminal.
  • the user group management unit 110 is a module that manages a counterpart terminal list for terminal-to-terminal communication.
  • the user group management unit manages (e.g., adds/deletes) list information of counterpart terminals such as a service group or a buddy list of, e.g., Microsoft Network (MSN) or Sky-pe.
  • the user group management unit 110 serves to provide status information such as an online/offline status of a counterpart terminal when each IPv6 application service requires data communication with a counterpart terminal.
  • the user group management unit serves to request configuration/deletion of a tunnel when a tunnel to be used is a direct tunnel.
  • the first terminal protocol unit 130a sends/receives a status management message with the second and third protocol units 130b and 130c of the respective second and third terminals 3ffe:: 112 and 3ffe::l 13, i.e., the counterpart terminals, so that the status management can be performed in real-time. Also, when the user group management unit 100 or an application requests a direct tunnel with an online counterpart terminal, the first terminal protocol unit 130a sends a direct tunnel request message to a counterpart terminal and receives a direct tunnel response message therefrom to provide the direct tunnel.
  • This procedure may be divided into a counterpart terminal adding process of registering a counterpart terminal to obtain network position information and an online/ offline status of the counterpart terminal in real-time, a status managing process of periodically checking status information in case where real-time transmission/reception of status information to/from the counterpart terminal fails due to a message loss or other reasons, and a completion process of informing a counterpart terminal in the list of an offline status when an abnormal situation occurs.
  • control- tunnel configuration and terminal registration performed between the terminal protocol unit 130 of each terminal and the control server protocol are previously performed.
  • the user group management unit 110 registers a counterpart terminal, and sets a status to an offline status.
  • the user group management unit 110 reports information of the counterpart terminal to the first terminal protocol unit 130a.
  • the first terminal protocol unit 130a adds the information of the counterpart terminal to be registered on a list of an internal material structure.
  • the first terminal protocol unit 130a sends a terminal information request message to the second terminal protocol unit 130b in order to check network positional information of the counterpart terminal and an online/offline status thereof.
  • the first terminal protocol unit 130a sets a timer, and resends the terminal information request message at every specific time interval.
  • the second terminal protocol unit 130b updates network position information of the request terminal 3ffe:: 111 as soon as the terminal information request message is received, and reports an online status to the user group management unit 110.
  • the second terminal protocol unit 130b sends a terminal information response message including network position information of the counterpart terminal 3ffe:: 112 to the request terminal 3ffe:: 111, i.e., the first terminal protocol unit 130a.
  • the first terminal protocol unit 13a updates the network position information of the counterpart terminal 3ffe::l 12, and confirms its online status to set the status of the counterpart terminal 3ffe:: 112 to an online status.
  • the first terminal protocol unit 130a reports the online status to the user group management unit 110. Every message used herein has an IPv6 packet format using a control tunnel.
  • the terminal information request message must include a public IPv4 address and a changed UDP source port number that the request terminal 3ffe:: 111 has learned during its initial control-tunnel configuration and terminal registration process
  • the terminal information response message must include a public IPv4 address and a changed UDP source port number that the response terminal, i.e., the counterpart terminal 3ffe:: 112 learns during its initial control-tunnel configuration and terminal registration process.
  • the information is needed to pass through the respective NATs when a direct tunnel is configured.
  • the terminal protocol unit 130a If the terminal protocol unit 130a cannot determines an abnormal situation occurs in the registration and deletion of a counterpart terminal and step for processing of an abnormal situation occurs, the terminal protocol unit 130a periodically exchange status information with a plurality of counterpart terminals to perform a status management process.
  • the status management process will now be described in detail with reference to FIG. 7.
  • the first terminal protocol unit 130a starts a processor at a specific time interval.
  • the first terminal protocol unit 130a checks for timeout, and the first terminal protocol unit determines a status of a counterpart terminal as an offline if there is no received response message within the timeout time.
  • the first terminal protocol unit 130a reports the offline status to the user group management unit 110.
  • the first terminal protocol unit 130a sends a terminal information request message initially sent in counterpart-terminal registration to a plurality of counterpart terminals at a specific time interval.
  • the second terminal protocol unit 130b sets a status of the request terminal 3ffe:: 111 to an online status.
  • the first terminal protocol unit 130a starts a timer.
  • the first terminal protocol unit 130a receives a terminal information response message from the second terminal protocol unit 130b.
  • the first terminal protocol unit 130a updates network position information, determines whether the counterpart terminal 3ffe:: 112 is in an online status to set the status of the counterpart terminal 3ffe:: 112 to an online status, and changes a timeout value.
  • the response message is not received during a specific period of time, i.e., until the timer expires, the first terminal protocol unit 130a determines that the counterpart terminal is in an offline status.
  • the first terminal protocol unit 130a reports the online status to the user group management unit 110.
  • each of the second and third terminal protocol units 130b and 130c of the respective counterpart terminals 3ffe:: 112 and 3ffe::l 13 sets the counterpart node status to an offline status, and reports the offline status to a user group management module, so that each of the corresponding terminals can be immediately informed of the change to the offline status.
  • the first terminal protocol unit 130a terminates a system or process.
  • the user group management unit 110 since a user group management unit 110 must be previously informed of network positional information and an online/offline status of a counterpart terminal through registration of a counterpart terminal, the user group management unit 110 sends a counterpart node addition request message to a first terminal protocol unit 130a of the request terminal 3ffe:: 111.
  • the first terminal protocol unit 130a sends a terminal information request message to a second protocol unit 130b of the counterpart terminal 3ffe::222, and receives a response message thereto.
  • the user group management unit 110 or an IPv6 application program makes a direct tunnel request, i.e., a counterpart-node addition request from the first terminal protocol unit 130a. Then, the first terminal protocol unit 130a sends a direct tunnel request message to the second terminal protocol unit 130b. Then, the second terminal protocol unit 130b sends a direct tunnel response message to the first terminal protocol unit 130a, and thereafter configures a direct tunnel.
  • the first terminal protocol unit 130a receives the response message to configure the direct tunnel, so that configuration of the direct tunnel between the two terminals 3ffe:: 111 and 3ffe::222 is completed.
  • the direct tunnel request message and the direct tunnel response message are transmitted/received through the control tunnel that has been previously configured to ensure data transmission/reception.
  • the first terminal protocol unit 130a sends a direct tunnel check request message as an iPv6 packet format to the second terminal protocol unit 130b of the counterpart terminal 3ffe::222, and receives a direct tunnel check response message, thereby confirming the usability of the direct tunnel. If the check messages are not transmitted/received, it means that the configured direct tunnel has a problem. In this case, the two terminals 3ffe:: 111 and 3ffe::222 respectively eliminate the direct tunnel, and thereafter performs IPv6 communication through the control tunnel.
  • a request terminal receives a terminal information response message, or a response terminal, i.e., a counterpart terminal receives a terminal information request message.
  • each of the terminals has already learned its network position information during an initial control-tunnel configuration and terminal registration process with respect to the control server.
  • the learned information includes, e.g., a source IP address and a UDP source port number translated as it passes through an NAT, and is included in the corresponding message at the time of message transmission/reception.
  • operation 802 when the request terminal receives the corresponding message, it checks whether it is attached to an NAT. In operation 803, if the request terminal is not attached to the NAT, the request terminal checks whether the counterpart terminal is attached to an NAT. In operation 804, if the counterpart terminal is not attached to the NAT, the request terminal determines that a positional relationship with the counterpart terminal is a relationship on a public network 63 of FIG. 7, and thus the request terminal determines a type of a direct tunnel as an IPv6-IPv4 type. Thereafter, operation 811 is performed.
  • the request terminal determines that a positional relationship with the counterpart terminal is a relationship between a public network and a private network 64 of FIG. 7, and thus the request terminal determines a type of a direct tunnel as an IPv6-UDP-IPv4 type. Thereafter, the operation 811 is performed.
  • the request terminal determines whether the counterpart terminal is attached to an NAT.
  • the request terminal determines that a positional relationship with the counterpart terminal is a relationship between a public network and a private network 64 of FIG. 7, and thus the request terminal determines a tunnel type as an IPv6-UDP-IPv4 type.
  • the request terminal compares its public IPv4 address with its allocated IPv4 address thereof.
  • the request terminal determines a positional relationship with the counterpart terminal is a relationship on the same private network 61 of FIG. 7, and thus the request terminal determines a tunnel type as an IPv6-IPv4 type. Thereafter, the operation 811 is performed.
  • the request terminal determines that a positional relationship with the counterpart terminal is a relationship between different private networks 62 of FIG. 7, and thus determines a tunnel type as an IPvV6-UDP-IPv4 type. Thereafter, in operation 811, the tunnel is configured into the type determined in the aforementioned manner.
  • the first terminal protocol unit 130 receives a direct tunnel request from the user group management unit 110 or an application. In operation 902, the first terminal protocol unit 130 checks network position information and online status information that has already been obtained during a counterpart terminal registration process.
  • the first terminal protocol unit 130a checks whether the counterpart terminal can configure a direct tunnel. In operation 904, if the counterpart part terminal cannot configure a direct tunnel, the first terminal protocol unit informs the user group management unit 110 or the application that the direct tunnel cannot be configured.
  • the first terminal protocol unit 130a In contrast, in operation 905, if the direct tunnel can be configured, the first terminal protocol unit 130a generates a direct tunnel request message, and sends the direct tunnel request message to the counterpart terminal, i.e., the second terminal protocol unit 130b.
  • the first terminal protocol unit 130a includes network position of the request terminal in the message.
  • the first terminal protocol unit 130a receives a direct tunnel response message from the second protocol unit 130b.
  • the first terminal protocol unit 130a checks whether the received direct tunnel response message is a valid response message from a counterpart terminal list. If the direct tunnel response message is a valid message, the next operation is performed, and if not the message is neglected.
  • the first terminal protocol unit 130a determines a network positional relationship with the counterpart terminal on the basis of the received message, stored network position information of the counterpart terminal, and position information of the request terminal. That is, in operation 908, the first terminal protocol unit 130a determines whether a tunnel type is an IPv6-IPv4 type. In operation 909, if the tunnel type is not the IPv6-IPv4 type, the first terminal protocol unit 130 configures a tunnel into an IPv6-UDP-IPv4 type. In operation 910, the first terminal protocol unit 130a periodically sends an NAT Keep- Alive message to update a mapping table in NAT equipment. In contrast, in operation 911, if the tunnel type is the IPv6-IPv4 type, the first terminal protocol unit 130a configures the tunnel into the IPv6-IPv4 type.
  • the counterpart terminal i.e., the second terminal protocol unit 130b receives a direct tunnel request message.
  • the second terminal protocol unit 130b searches counterpart node information to check whether the request terminal is a terminal registered by the user group management unit 110.
  • the second terminal protocol unit 130b checks whether a direct tunnel can be configured. In operation 1004, if the direct tunnel cannot be configured, the second terminal protocol unit 130b sends a direct tunnel error message, and informs the request terminal that the direct tunnel cannot be configured.
  • the second terminal protocol unit 130b checks a network positional relationship between the two terminals on the basis of counterpart terminal information or information of the received message. In operation 1006, the second terminal protocol unit 130b checks whether the checked network positional relationship is an IPv6-IPv4 type. In operation 1007, if the network positional relationship is not the IPv6-IPv4 type, the second terminal protocol unit 130b sends a direct tunnel response message to the request terminal. In operation 1008, the second terminal protocol unit 130b configures a direct tunnel into an IPv6-UDP-IPv4 type. Then, in operation 1009, the second terminal protocol unit 130b periodically sends an NAT Keep- Alive message to update a mapping table set in NAT equipment.
  • the second terminal protocol unit 130b sends a direct tunnel response message to the request terminal.
  • the second terminal protocol unit 130b configures a direct tunnel into an IPv6-IPv4 type.
  • a positional relationship between two terminals is a relationship on a public network 63 of FIG. 7, or a relationship on the same private network 61 of FIG. 7, an IPv6-IPv4 tunnel is used so that a direct tunnel can be configured and used all the time.
  • the positional relationship between the two terminals is a relationship between a public network and a private network 64 of FIG. 7, or a relationship on different private networks 62 of FIG. 7, an IPv6-UPD-IPv4 tunnel must be configured and used. In this case, a direct tunnel may not be configured and used depending on a kind of NAT equipment.
  • the two terminals that cannot use a direct tunnel perform data communication by using a control tunnel.
  • each terminal learns that NAT equipment of a private network works as a source NAT during a process of configuring a control tunnel and registering a terminal to a control server, if the terminal is on the private network.
  • NAT equipment does not act as a source NAT
  • a request terminal must not request a direct tunnel from a counterpart terminal. If the counterpart terminal requests a direct tunnel from the request terminal, the request terminal informs the counterpart terminal that the direct tunnel cannot be used. In this case, the two terminals that cannot use a direct tunnel use a control tunnel for data communication.
  • a control server includes a main control server 31 and an auxiliary control server 32 to determine whether the direct tunnel can be configured and used.
  • the main control server 31 performs configuration of a control tunnel, registration of each terminal 10, and forwarding of an IPv6 packet.
  • the auxiliary control server 32 receives an NAT check request message that each terminal 10 sends to check whether its NAT equipment acts as a source NAT, and transmits an NAT check response message to each request terminal.
  • the auxiliary control server 32 checks a source port number of a UDP message received from each request terminal, and includes the source port number in the NAT check response message.
  • the terminal 10 sends a tunnel request message in an IPv4 UDP packet to the main control server 13 in operation 1101.
  • the same port is used for a source port and a destination port of a UDP port being used.
  • the main control server 31 checks a changed source port number, includes this changed source port number in the tunnel response message, and then sends the message to the terminal 10 via an NAT 40.
  • the terminal 10 sends an NAT check request message to the auxiliary control server 32.
  • a source port number and a destination port number of a UDP port being used must be the same number that was used for the tunnel request message.
  • the auxiliary control server 32 having received the NAT check request message checks a changed UDP source port number, and sends an NAT check response message including the changed UDP source port number to the terminal 10.
  • the terminal 10 sends a tunnel request message in an IPv4 packet to the main control server 31 at the time of initialization, and then receives IPv4 tunnel response message in an IPv4 packet.
  • the terminal 10 determines whether it is on a private network or a public network by using information included in the tunnel response message. If the terminal 10 is on the public network, a process shown in FIG. 2 is performed.
  • the terminal sends an NAT checks request message in an IPv4 UDP packet using the same source port to the auxiliary control server 32, and receives an NAT check response message from the auxiliary control server 32.
  • the NAT check request message must include a UDP source port number and a destination port number that are the same as those used in the tunnel request message.
  • the terminal compares a changed source port number included in the tunnel response message received from the main control server 31 with a changed source port number in the NAT checks response message received from the auxiliary control server 32.
  • operation 1205 if the two changed source port numbers are identical, the terminal determines that the corresponding NAT acts as a source NAT, and thus a direct tunnel can be configured and used. However, in operation 1206, if the two changed source port numbers are not the same, the terminal determines that the corresponding NAT does not act as a source NAT, and thus the direct tunnel cannot be used.
  • FIG. 17 is a network configuration for terminal-to-network IPv6 communication, and an operation thereof according to a third embodiment of the present invention.
  • an IPv4 network-based IPv6 service providing system further includes an IPv6 gateway 80.
  • the IPv6 gateway 80 serves to perform IPv4 communication and IPv6 tunneling to an IPv4 network 40, and serves as a gateway of an IPv6 network.
  • the IPv6 gateway 80 is linked to each terminal on the IPv4 network, thereby enabling communication with terminals on the IPv6 network.
  • a terminal 10 and the IPv6 gateway 80 subscribe to a portal server 20 for service, and performs a control-tunnel configuration and terminal registration process through message transmission and reception in operations 1301 and 1302, respectively.
  • the terminal 10 and the IPv6 gateway 80 can transmit/receive an IPv6 message through a control tunnel.
  • the terminal 10 when the terminal 10 receives a terminal addition request from a user group management unit, the terminal 10 performs a process of registering the IPv6 gateway 80 as a counterpart terminal on a counterpart terminal list.
  • the IPv6 gateway 80 is registered so as to allow the corresponding terminal to access the IPv6 network 3ffe:200::/64.
  • the terminal 10 respectively transmits and receives a terminal information request message and a terminal information response message with the IPv6 gateway 80, so as to confirm that the IPv6 gateway 80 is a gateway node connected to the IPv6 network.
  • the terminal information request message and the terminal information response message each include information about a request terminal type.
  • a general terminal serves as a mobile node
  • a node connecting the IPv6 network serves as a gateway
  • the terminal information request message and the terminal information response message include an address of a network connected to the gateway at the time of message transmission/reception with the terminal.
  • a terminal protocol unit of the terminal 10 sends a direct tunnel request message to the IPv6 gateway 3ffe::200 80 by using a network address.
  • the IPv6 gateway 80 configures a direct tunnel with respect to the corresponding terminal 10 and sends a direct tunnel response message to the terminal 10.
  • the direct tunnel response message includes an IPv6 network address 3ffe:200::/64 that the IPv6 gateway connects.
  • the terminal 10 receives the direct tunnel response message to configure a direct tunnel 3ffe::200 up to the IPv6 gateway 80, and adds information included in the message to IPv6 router information 3ffe:200::/64 in the configured direct tunnel.
  • the terminal 10 is able to communicate with every IPv6 terminal on the IPv6 network via the IPv6 gateway 80.
  • an IPv6 tunneling is provided on an IPv4 network base, which is being widely used, to provide an IPv6 service.
  • the efficient and cheap IPv6 service can be provided by just changing a control server and terminal software, without changing or modifying any other equipment within a network zone.
  • a direct tunnel is directly connected between two terminals without going by way of a server, so that data transmission/reception can be very efficiently performed, and a tunnel can be provided even between terminals on various networks.

Landscapes

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

Abstract

L'invention concerne un procédé de configuration d'un tunnel de commande et d'un tunnel direct dans un système de fourniture de services IPv6 basé sur un réseau IPv4. Pour fournir un service IPv6 lorsqu'un terminal de demande aléatoire reçoit un message de réponse de tunnel d'un serveur de commande à l'aide d'informations de service téléchargées à partir d'un serveur portail au moment de l'initialisation, le terminal de demande configure un tunnel de commande à l'aide du serveur de commande et est enregistré auprès du serveur de commande. Le terminal de demande transmet et reçoit un message de demande de tunnel direct et un message de réponse de tunnel direct d'un terminal homologue en utilisant les informations de terminal obtenues au cours de la configuration du tunnel de commande, c'est-à-dire des informations de position de réseau et des informations d'état, configurant ainsi un tunnel direct. Une communication IPv6 est ainsi établie par tunnélisation IPv6 basée sur un réseau IPv4, de manière que les services d'application IPv6 peu utilisés puissent être facilement largement utilisés. Un changement de logiciel de chaque terminal et un serveur de commande sont uniquement nécessaires sans changement de l'équipement de réseau existant, de manière à minimiser le coût d'un fournisseur de services.
PCT/KR2007/006151 2006-12-04 2007-11-30 Procédé de configuration d'un tunnel de commande et d'un tunnel direct dans un système de fourniture de services ipv6 basé sur un réseau ipv4 WO2008069504A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US12/517,550 US8457014B2 (en) 2006-12-04 2007-11-30 Method for configuring control tunnel and direct tunnel in IPv4 network-based IPv6 service providing system
JP2009540139A JP4819953B2 (ja) 2006-12-04 2007-11-30 IPv4ネットワークベースのIPv6サービス提供システムにおける制御トンネル及びダイレクトトンネルの設定方法

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
KR20060121831 2006-12-04
KR10-2006-0121831 2006-12-04
KR10-2007-0077503 2007-08-01
KR20070077503A KR100901790B1 (ko) 2006-12-04 2007-08-01 IPv4 네트워크 기반 IPv6 서비스 제공시스템에서의 제어 터널 및 다이렉트 터널 설정 방법

Publications (1)

Publication Number Publication Date
WO2008069504A1 true WO2008069504A1 (fr) 2008-06-12

Family

ID=39492326

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2007/006151 WO2008069504A1 (fr) 2006-12-04 2007-11-30 Procédé de configuration d'un tunnel de commande et d'un tunnel direct dans un système de fourniture de services ipv6 basé sur un réseau ipv4

Country Status (1)

Country Link
WO (1) WO2008069504A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8699466B2 (en) 2007-12-14 2014-04-15 Electronics And Telecommunications Research Institute Apparatus and method of controlling seamless handover between heterogeneous networks based on IPv6 over IPv4 tunneling mechanism
CN110839046A (zh) * 2019-12-03 2020-02-25 睿哲科技股份有限公司 多协议的互通方法和系统
CN115412533A (zh) * 2021-05-27 2022-11-29 北京小米移动软件有限公司 终端设备及其控制方法、装置和存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050057886A (ko) * 2003-12-11 2005-06-16 한국전자통신연구원 IPv4/IPv6 터널 브로커 시스템
US7031328B2 (en) * 2003-03-10 2006-04-18 Cisco Technology, Inc. Arrangement for traversing an IPv4 network by IPv6 mobile routers
US7072339B2 (en) * 1996-11-01 2006-07-04 Hitachi, Ltd. Communicating method between IPv4 terminal and IPv6 terminal and IPv4-IPv6 converting apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7072339B2 (en) * 1996-11-01 2006-07-04 Hitachi, Ltd. Communicating method between IPv4 terminal and IPv6 terminal and IPv4-IPv6 converting apparatus
US7031328B2 (en) * 2003-03-10 2006-04-18 Cisco Technology, Inc. Arrangement for traversing an IPv4 network by IPv6 mobile routers
KR20050057886A (ko) * 2003-12-11 2005-06-16 한국전자통신연구원 IPv4/IPv6 터널 브로커 시스템

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8699466B2 (en) 2007-12-14 2014-04-15 Electronics And Telecommunications Research Institute Apparatus and method of controlling seamless handover between heterogeneous networks based on IPv6 over IPv4 tunneling mechanism
CN110839046A (zh) * 2019-12-03 2020-02-25 睿哲科技股份有限公司 多协议的互通方法和系统
CN110839046B (zh) * 2019-12-03 2022-04-22 睿哲科技股份有限公司 多协议的互通方法和系统
CN115412533A (zh) * 2021-05-27 2022-11-29 北京小米移动软件有限公司 终端设备及其控制方法、装置和存储介质
CN115412533B (zh) * 2021-05-27 2024-01-16 北京小米移动软件有限公司 终端设备及其控制方法、装置和存储介质

Similar Documents

Publication Publication Date Title
US8457014B2 (en) Method for configuring control tunnel and direct tunnel in IPv4 network-based IPv6 service providing system
US9137027B2 (en) Bootstrapping in peer-to-peer networks with network address translators
US7639686B2 (en) Access network clusterhead for providing local mobility management of a roaming IPv4 node
US8458303B2 (en) Utilizing a gateway for the assignment of internet protocol addresses to client devices in a shared subset
US20060056420A1 (en) Communication apparatus selecting a source address
US9705844B2 (en) Address management in a connectivity platform
US8891551B2 (en) IPv6 over IPv4 transition method and apparatus for improving performance of control server
JP4010830B2 (ja) 通信装置およびネットワークシステム
CA2884683C (fr) Traduction d'adresses de reseau divisees
EP2351334A1 (fr) Procédé et appareil de traversée nat
KR20130052240A (ko) 네트워크 주소 변환기 통과 기법을 프로비저닝하기 위한 방법 및 장치
US8873569B2 (en) User centric virtual network and method of establishing the same
US9509659B2 (en) Connectivity platform
JP4292897B2 (ja) 中継装置とポートフォワード設定方法
WO2009005212A1 (fr) Procédé de transition ipv6 sur ipv4 et appareil servant à améliorer la performance d'un serveur de commande
KR100231705B1 (ko) 하이브리드 게이트웨이 구조 및 그 운용 방법
WO2008069504A1 (fr) Procédé de configuration d'un tunnel de commande et d'un tunnel direct dans un système de fourniture de services ipv6 basé sur un réseau ipv4
KR101124635B1 (ko) IPv4/IPv6 연동 게이트웨이
JP5054666B2 (ja) Vpn接続装置、パケット制御方法、及びプログラム
JP5084716B2 (ja) Vpn接続装置、dnsパケット制御方法、及びプログラム
CN105099928A (zh) 双栈路由器及其实现带宽共享的方法
Kang et al. IPv6 anycast routing aware of a service flow
Llorente Santos Yksityisen alueen yhdyskäytävä
JP2014187614A (ja) 通信装置及び通信システム
JP2005253111A (ja) トランスレータ

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: 07834424

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 12517550

Country of ref document: US

ENP Entry into the national phase

Ref document number: 2009540139

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07834424

Country of ref document: EP

Kind code of ref document: A1