KR20010035641A - Internet protocol apparatus for communicating with private network from outsidenetwork - Google Patents

Internet protocol apparatus for communicating with private network from outsidenetwork Download PDF

Info

Publication number
KR20010035641A
KR20010035641A KR1019990042330A KR19990042330A KR20010035641A KR 20010035641 A KR20010035641 A KR 20010035641A KR 1019990042330 A KR1019990042330 A KR 1019990042330A KR 19990042330 A KR19990042330 A KR 19990042330A KR 20010035641 A KR20010035641 A KR 20010035641A
Authority
KR
South Korea
Prior art keywords
address
private
public
network
terminal
Prior art date
Application number
KR1019990042330A
Other languages
Korean (ko)
Other versions
KR100667732B1 (en
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 KR1019990042330A priority Critical patent/KR100667732B1/en
Publication of KR20010035641A publication Critical patent/KR20010035641A/en
Application granted granted Critical
Publication of KR100667732B1 publication Critical patent/KR100667732B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • H04L61/2514Translation of Internet protocol [IP] addresses between local and global IP addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • H04L61/2517Translation of Internet protocol [IP] addresses using port numbers

Abstract

PURPOSE: A device and a method for internet communication communicating a message with the inside of a private net in the outside are provided to use the limited internet address efficiently by making the communication with the internal terminal of the private net from the outside through a connection server possible. CONSTITUTION: In a device and a method for Internet communication communicating a message with the inside of a private net in the outside, a few stages are included. In the stage of 510, the message is received from the outside. In the stage of 520, the setting up of the connection is requested. In the stage of 530, the name is converted into the private IP address by using the name service if the request about the setting up of the connection is carried out. In the stage of 540, the converting table between the private IP address and the public IP address is made out. In the stage of 550, the information about the connection is sent to the appropriate terminal. If the request about the setting up of the connection is not carried out, the address is changed by referring to the address converting table in the stage of 560 and the data are sent in the stage of 570.

Description

외부에서 사설망 내부와 통신하는 인터넷 통신 장치 및 방법{Internet protocol apparatus for communicating with private network from outsidenetwork}Internet protocol apparatus for communicating with private network from outside network

본 발명은 인터넷 통신 장치 및 방법에 관한 것으로서, 특히 외부에서 사설망 내부와 통신하는 인터넷 통신 장치 및 방법에 관한 것이다.The present invention relates to an internet communication apparatus and method, and more particularly, to an internet communication apparatus and method for communicating with the inside of a private network from the outside.

인터넷을 이용한 통신이 증가하면서 한정된 인터넷 주소(IP 주소)를 효율적으로 사용하기 위하여, 세계적으로 유일한 공인 IP주소외에 특정망 내부에서만 사용가능한 사설 IP주소의 사용이 증가하고 있다. 사설 IP주소는 세계적으로 유일한 주소가 아니기 때문에 사설망 외부와 통신하기 위해서는 주소 변환기능을 이용하여 사설 IP주소를 할당받은 공인 IP주소로 변환된다. 그러나 이러한 주소변환기능을 이용하더라도 종래에는 사설망내부로 부터 공인 IP주소를 가지는 외부 단말과의 통신 시도만 가능하며, 사설망 외부에서 사설망 내부로 시도하는 통신은 사설망 내부의 IP 주소를 알수 없기 때문에 불가능한 문제점이 있었다.As communication over the Internet increases, in order to efficiently use a limited Internet address (IP address), the use of private IP addresses that can be used only within a specific network, in addition to the world's only public IP address, is increasing. Since the private IP address is not the only address in the world, in order to communicate with the outside of the private network, the private IP address is converted into a public IP address assigned with the private IP address. However, even when using this address translation function, it is possible only to attempt communication with an external terminal having a public IP address from the inside of the private network, and communication attempted from outside the private network to the inside of the private network is impossible because the IP address inside the private network is not known. There was this.

본 발명이 이루고자 하는 기술적 과제는 공인 IP주소를 사용하는 연결서버 (Connection Server)를 통해 외부망 단말에서 사설망 내부 단말로 통신이 가능하게 하는 인터넷 통신 장치 및 그 방법을 제공하는 데있다.SUMMARY OF THE INVENTION The present invention has been made in an effort to provide an internet communication apparatus and a method for enabling communication from an external network terminal to a private network internal terminal through a connection server using a public IP address.

도 1은 본 발명에 따른 외부에서 사설망 내부와 통신하는 인터넷 통신 장치 을 보이는 전체 블록도이다.1 is an overall block diagram showing an Internet communication device for communicating with the inside of a private network from the outside according to the present invention.

도 2는 외부단말에서 송신하는 메세지 구조의 한 예이다.2 is an example of a message structure transmitted from an external terminal.

도 3은 도 1의 연결서버의 상세도이다.3 is a detailed view of the connection server of FIG. 1.

도 4는 도 3의 룩-엎 테이블의 상세도이다.4 is a detailed view of the look-up table of FIG. 3.

도 5는 외부에서 사설망 내부와 통신하는 인터넷 통신 방법을 보이는 흐름도이다.5 is a flowchart illustrating an internet communication method of communicating with an inside of a private network from the outside.

상기의 기술적 과제를 해결하기 위하여, 본 발명은 외부에서 사설망 내부와 통신하는 인터넷 통신 방법에 있어서,In order to solve the above technical problem, the present invention in the Internet communication method for communicating with the inside of the private network from the outside,

상기 외부망에서 메세지를 수신하여 연결 설정 요청인가를 체크하는 과정;Receiving a message from the external network and checking whether it is a connection establishment request;

상기 과정에서 수신된 메세지로 부터 공인 주소에 의한 연결 설정 요청이면 통신하고자하는 사설단말의 네임을 사설망 내부의 네임 서비스를 통해 사설망 내부 단말의 사설 주소로 변환하는 과정;Converting a name of a private terminal to be communicated into a private address of a terminal inside a private network through a name service inside the private network, if a connection establishment request by a public address is received from the message received in the process;

상기 과정에서 변환된 사설 주소와 공인 주소간의 변환 테이블을 작성하는 과정;Creating a conversion table between the converted private address and the public address;

상기 과정에서 작성된 변환 테이블에 따라 연결 설정 메시지의 공인 주소를 사설 주소로 변환하여 상기 외부망의 단말과 사설망의 단말이 통신하는 과정을 포함하는 인터넷 통신 방법이다.According to the conversion table created in the above process is converted to the public address of the connection setting message to the private address Internet communication method comprising the terminal of the external network and the terminal of the private network to communicate.

상기의 다른 기술적 과제를 해결하기 위하여, 본 발명은 외부에서 사설망 내부와 통신하는 인터넷 통신 장치에 있어서,In order to solve the above other technical problem, the present invention provides an Internet communication apparatus for communicating with the inside of a private network from the outside,

공인 주소를 사용하는 외부망단말;External network terminals using public addresses;

특정망 내의 사설 주소를 사용하는 사설망단말;Private network terminals using private addresses within a specific network;

상기 사설망단말이 상기 외부망단말로 부터 연결 설정을 요청 받으면 사설망 내부의 네임 서비스에 의해 통신하고자하는 네임을 해당하는 사설망 단말의 사설주소로 변환하고, 이 사설 주소와 공인주소간의 변환테이블을 작성하여 상기 외부망 단말의 공인주소로 상기 사설망 단말에 연결 설정하는 연결 서버를 포함하는 인터넷 통신 장치이다.When the private network terminal receives a connection setting request from the external network terminal, the name service in the private network converts a name to be communicated into a private address of a corresponding private network terminal, and prepares a conversion table between the private address and the public address. Internet connection device including a connection server for establishing a connection to the private network terminal to the public address of the external network terminal.

이하 첨부된 도면을 참조로하여 본 발명의 바람직한 실시예를 설명하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described with reference to the accompanying drawings.

도 1은 본 발명에 따른 외부에서 사설망 내부와 통신하는 인터넷 통신 장치 을 보이는 전체 블록도이다.1 is an overall block diagram showing an Internet communication device for communicating with the inside of a private network from the outside according to the present invention.

도 1의 장치는 공중망에 연결된 외부 단말(110), 공중망과 사설망을 연결하는 연결서버(Connection Server)(120), 사설망에 연결된 제1단말(230) 및 제2단말 (140)로 구성된다. 사설망내부에는 네임서버(Name Server)가 설치되어 있어 외부망단말로 부터 통화할 네임을 받으면 그 주소를 넘겨주는 네임 서비스가 가능하다.1 includes an external terminal 110 connected to a public network, a connection server 120 connecting a public network and a private network, a first terminal 230 and a second terminal 140 connected to a private network. Inside the private network, there is a name server (Name Server) is installed, so if you receive a name from the external network terminal to call the name service is available.

도 2는 외부단말에서 송신하는 메세지 구조의 한 예이며, 제어정보영역 및 데이터영역으로 구성된다. 제어정보영역은 목적지주소, 발신지주소, 발신측포트, 수신측포트로 이루어지며, 데이터영역은 네임(Name)과 정보 데이터로 이루어진다.2 is an example of a message structure transmitted from an external terminal, and is composed of a control information area and a data area. The control information area consists of destination address, source address, origination port, and reception side port, and the data area consists of name and information data.

도 1을 참조하면, 사설망과 외부망과의 통신을 위하여 사설망은 한정된 수의 공인 IP 주소를 할당 받는다. 외부단말(110)에서는 사설망의 공인 IP 주소만을 알고 있으므로 이러한 공인 IP 주소로 연결 서버(120)에게 연결 설정을 요청한다. 이때 외부 단말(110)은 실제로 통신하고자는 네임(Name)을 도 2의 데이터 영역에 파라메터(Parameter)로 전송한다. 연결 서버(120)는 네임 서비스(Name Service)를 이용하여 네임에 해당하는 단말의 사설IP주소를 얻게되며, 사설 IP주소를 얻게 되면 사설 IP주소를 공인 IP주소로 변환하는 변환 테이블을 작성하게 되며, 작성된 주소 변환 테이블에 따라 연결 설정 요구 메시지의 공인 IP 주소를 사설 IP주소로 변환하여 회송(forwarding)한다. 연결 설정 메세지를 수신한 사설망의 단말들(130, 140)은 정상적으로 메시지를 처리하게 되고 사설망의 내부 단말들(130, 140)과 외부망의 단말(110)은 주소변환을 통해 서로 통신하게 된다.Referring to FIG. 1, a private network is assigned a limited number of public IP addresses for communication between a private network and an external network. Since the external terminal 110 only knows the public IP address of the private network, it requests the connection server 120 to establish a connection to the public IP address. At this time, the external terminal 110 actually transmits a name to the data area of FIG. 2 as a parameter to communicate. The connection server 120 obtains a private IP address of a terminal corresponding to a name using a name service, and when a private IP address is obtained, a conversion table for converting a private IP address into a public IP address is created. According to the created address conversion table, the public IP address of the connection establishment request message is converted into a private IP address and forwarded. Upon receiving the connection establishment message, the terminals 130 and 140 of the private network normally process the message, and the terminals 130 and 140 of the private network and the terminal 110 of the external network communicate with each other through address translation.

도 3은 도 1의 연결서버(120)의 상세도이며, 공중망송수신부(310), 사설망송수신부(320), 연결 메시지처리부(340), 데이터메시지처리부(350), 룩-엎 테이블 (360), 제어부(330)로 구성된다.3 is a detailed view of the connection server 120 of FIG. 1, and includes a public network transmitter 310, a private network receiver 320, a connection message processor 340, a data message processor 350, and a look-up table 360. ), And a control unit 330.

도 4는 도 3의 룩-엎 테이블(360)의 실시예를 도시한 것이며, 공중망 단말(110), 연결서버(120), 공중망단말과 통화하고자하는 사설망단말들(130, 140) 각각에 해당하는 공인 IP 주소, 사설 IP 주소 , 포트 넘버 가 저장된다.FIG. 4 illustrates an embodiment of the look-up table 360 of FIG. 3, and corresponds to each of the public network terminals 110, the connection server 120, and the private network terminals 130 and 140 to communicate with the public network terminal. The public IP address, private IP address, and port number are stored.

도 3 및 도 4를 참조하면, 공중망송수신부(310)는 공중망을 통해 외부단말(110)에서의 도 2와 같은 구조의 메시지를 수신하고 사설망으로 통해 사설망의 사설 IP 주소를 송신한다. 연결메시지처리부(340)는 제어부(330)를 통해 공중망송수신부(310)로 부터 수신되는 연결 요구 메시지에 요청된 네임(Name)을 사설망 내부의 네임 서비스를 이용해서 사설망 IP 주소로 변환하고, 제어부(330)에 사설 IP주소와 공인 IP주소간의 변환 테이블 작성을 요구하고, 제어부(330)를 통해 작성된 변환 테이블에 따라 연결 설정 메시지의 공인 IP 주소를 사설 IP주소로 설정하여 그 연결 설정 메시지를 사설망송수신부(320)으로 전송한다. 그리고 데이터메시지처리부(350)는 수신한 데이터 메시지를 룩-엎 테이블을 참조하여 사설망 및 공중망간의 주소를 변환한다. 사설망송수신부(320)는 사설망과 연결서버(120)간에 메시지를 송수신한다. 제어부(330)는 공중망 송수신부(310)로 부터 수신되는 메시지가 연결 메시지인가 데이터 메세지인가를 구별하여 연결메세지처리부(340) 및 데이터메세지처리부(350)로 출력하며, 연결 메세지 처리부(340)의 요청에 따라 룩-엎 테이블의 정보를 작성한다.3 and 4, the public network transmitting and receiving unit 310 receives a message having the structure as shown in FIG. 2 in the external terminal 110 through the public network and transmits a private IP address of the private network through the private network. The connection message processing unit 340 converts the name requested in the connection request message received from the public network transmitting and receiving unit 310 through the control unit 330 into a private network IP address using a name service in the private network, and the control unit. Request a conversion table between the private IP address and the public IP address to the 330, and set the public IP address of the connection establishment message to the private IP address according to the conversion table created through the control unit 330 to convert the connection establishment message to the private network. Transmit to the transceiver 320. The data message processing unit 350 converts the address between the private network and the public network by referring to the look-up table of the received data message. The private network transmitter / receiver 320 transmits and receives a message between the private network and the connection server 120. The controller 330 distinguishes whether a message received from the public network transceiver 310 is a connection message or a data message, and outputs the message to the connection message processor 340 and the data message processor 350. Fill out the look-up table information as requested.

도 5는 외부에서 사설망 내부와 통신하는 인터넷 통신 방법을 보이는 흐름도이다.5 is a flowchart illustrating an internet communication method of communicating with an inside of a private network from the outside.

사설망과 외부망과의 통신을 위하여 사설망은 한정된 수의 공인 IP 주소를 할당 받는다. 외부단말(110)에서는 사설망의 공인 IP주소만을 알고 있으므로 이러한 공인 IP주소로 연결서버(120)에 연결 설정을 요청한다. 이때에 실제로 통신하고자하는 사설망단말의 네임을 파라미터로 전송해야한다.Private networks are assigned a limited number of public IP addresses for communication between private and external networks. Since the external terminal 110 only knows the public IP address of the private network, it requests the connection server 120 to establish a connection to the public IP address. At this time, the name of the private network terminal to communicate with must be transmitted as a parameter.

510과정에서 연결서버(120)는 외부망으로 부터 네임이 포함된 도 2와 같은 메세지를 수신한다.In step 510, the connection server 120 receives a message as shown in FIG. 2 including a name from an external network.

520과정에서 연결 서버(120)는 수신된 메세지로 부터 공인 IP주소에 의한 연결 설정 요청(네임 요청)이 포함되어 있는가를 체크한다. 즉, 연결서버(120)는 도 1과 같은 구조의 메세지에 목적지 주소, 발신지 주소, 발신측 포트, 수신측포트의 제어정보를 파악한다.In step 520, the connection server 120 checks whether a connection establishment request (name request) by a public IP address is included from the received message. That is, the connection server 120 grasps the control information of the destination address, the source address, the source port, and the destination port in the message of the structure as shown in FIG.

530과정에서 연결서버(120)는 사설망 내부에 설치되어 있는 네임 서비스(Name Service)를 이용해 제어정보에 포함된 통신하고자하는 네임을 해당 사설망 내부 단말(제1단말(130) 또는 제2단말(140)의 사설 IP 주소로 변환한다. 예를 들면 통화할 사설망 단말의 네임이 (P, 5)이면 그에 해당하는 단말의 주소가 (A, 10)로 변환한다.In step 530, the connection server 120 uses a name service installed in the private network to name the communication to be included in the control information in the corresponding private network internal terminal (first terminal 130 or second terminal 140). For example, if the name of the private network terminal to be called is (P, 5), the corresponding terminal address is converted to (A, 10).

540과정에서 연결서버(120)는 변환된 사설 IP주소와 공인 IP주소간의 변환 테이블을 작성한다. 예를 들면 도 4의 룩-엎 테이블에 도시된 바와 같이 공중망단말의 공인주소 및 포트넘버, 연결서버(120)의 공인주소 및 포트 넘버, 해당 사설망단말의 사설 주소 및 포트 넘버를 작성한다.In step 540, the connection server 120 creates a conversion table between the converted private IP address and the public IP address. For example, as shown in the look-up table of FIG. 4, the public address and port number of the public network terminal, the public address and port number of the connection server 120, and the private address and port number of the corresponding private network terminal are prepared.

550과정에서 연결서버(120)는 작성된 변환 테이블에 따라 연결 설정 메시지의 공인 IP주소를 사설 IP주소로 변환하여 전송한다. 예를 들면 도 4의 룩-엎 테이블에 작성된 연결서버의 공인주소 및 포트 넘버를 해당 사설망단말의 사설 주소 및 포트 넘버로 변환한다. 이때 룩-엎 테이블에 기록된 공중망단말주소와 연결서버주소가 일치해야만 사설망단말 주소로 변환된다. 따라서 외부망 단말(110)로 부터 연결 설정 메시지를 수신한 사설망의 단말은 정상적으로 메시지를 처리하게 되고 사설망 내부 단말들(130, 140)과 외부망 단말(110)은 룩-엎 테이블을 이용한 주소 변환으로 서로 통신한다.In step 550, the connection server 120 converts the public IP address of the connection establishment message into a private IP address according to the created conversion table and transmits it. For example, the public address and port number of the connection server created in the look-up table of FIG. 4 are converted into the private address and port number of the corresponding private network terminal. At this time, the public network terminal address and connection server address recorded in the look-up table must be converted to the private network terminal address. Accordingly, the private network terminal receiving the connection establishment message from the external network terminal 110 processes the message normally, and the internal network terminals 130 and 140 and the external network terminal 110 convert the address using the look-up table. Communicate with each other.

한편 560 및 570과정에서 연결 서버(120)는 수신된 메세지로 부터 공인 IP주소에 의한 연결 설정 요청(또는 네임 요청)이 없다고 판단한 경우 룩-엎 테이블을 참조하여 주소 변환을 하고 데이터를 전송한다.On the other hand, in step 560 and 570, if the connection server 120 determines that there is no connection setting request (or name request) by the public IP address from the received message, it performs address translation with reference to the look-up table and transmits data.

상술한 바와 같이 본 발명에 의하면, 인터넷 통신에서 연결서버 (Connection Server)를 통해 외부 단말에서 사설망 내부 단말로 통신이 가능하게 함으로써 한정된 인터넷 주소를 효율적으로 이용할 수있다.As described above, according to the present invention, it is possible to efficiently use a limited Internet address by enabling communication from an external terminal to an internal terminal of a private network through a connection server in the Internet communication.

Claims (5)

외부에서 사설망 내부와 통신하는 인터넷 통신 방법에 있어서,In the Internet communication method for communicating with the inside of the private network from the outside, 상기 외부망에서 메세지를 수신하여 연결 설정 요청인가를 체크하는 과정;Receiving a message from the external network and checking whether it is a connection establishment request; 상기 과정에서 수신된 메세지로 부터 공인 주소에 의한 연결 설정 요청이면 통신하고자하는 사설단말의 네임을 사설망 내부의 네임 서비스를 통해 사설망 내부 단말의 사설 주소로 변환하는 과정;Converting a name of a private terminal to be communicated into a private address of a terminal inside a private network through a name service inside the private network, if a connection establishment request by a public address is received from the message received in the process; 상기 과정에서 변환된 사설 주소와 공인 주소간의 변환 테이블을 작성하는 과정;Creating a conversion table between the converted private address and the public address; 상기 과정에서 작성된 변환 테이블에 따라 연결 설정 메시지의 공인 주소를 사설 주소로 변환하여 상기 외부망의 단말과 사설망의 단말이 통신하는 과정을 포함하는 인터넷 통신 방법.And converting the public address of the connection establishment message into a private address according to the conversion table created in the above process, so that the terminal of the external network and the terminal of the private network communicate with each other. 제1항에 있어서, 상기 변환 테이블은 상기 공중망 단말과 그와 통신하고자하는 사설망단말간의 주소 및 포트 넘버가 기록되는 것임을 특징으로 하는 인터넷 통신 방법.The Internet communication method according to claim 1, wherein the conversion table records an address and a port number between the public network terminal and a private network terminal to communicate with the public network terminal. 외부에서 사설망 내부와 통신하는 인터넷 통신 장치에 있어서,In the Internet communication device for communicating with the inside of the private network from the outside, 공인 주소를 사용하는 외부망단말;External network terminals using public addresses; 특정망 내의 사설 주소를 사용하는 사설망단말;Private network terminals using private addresses within a specific network; 상기 사설망단말이 상기 외부망단말로 부터 연결 설정을 요청 받으면 사설망 내부의 네임 서비스에 의해 통신하고자하는 네임을 해당하는 사설망 단말의 사설주소로 변환하고, 이 사설 주소와 공인주소간의 변환테이블을 작성하여 상기 외부망 단말의 공인주소로 상기 사설망 단말에 연결 설정하는 연결 서버를 포함하는 인터넷 통신 장치.When the private network terminal receives a connection setting request from the external network terminal, the name service in the private network converts a name to be communicated into a private address of a corresponding private network terminal, and prepares a conversion table between the private address and the public address. And a connection server configured to connect to the private network terminal with a public address of the external network terminal. 제3항에 있어서, 상기 연결 서버는The method of claim 3, wherein the connection server 수신되는 연결 요구 메시지에 포함된 네임을 사설망 내부의 네임 서비스에 의해 사설망 주소로 변환하고 그에 따라 작성된 사설 주소와 공인 주소간의 변환 테이블에 따라 연결설정메시지의 공인 주소를 사설주소로 설정하는 연결메시지처리부;Connection message processing unit that converts the name included in the connection request message received to the private network address by the name service in the private network and sets the public address of the connection establishment message to the private address according to the conversion table between the private address and the public address created accordingly. ; 수신한 데이터 메시지를 상기 주소변환테이블을 참조하여 사설망 및 공중망간의 주소를 변환한 후 데이터를 전송하는 데이터메시지처리부;A data message processing unit for converting an address between a private network and a public network with reference to the address conversion table and transmitting data; 수신되는 메시지가 연결메시지인 및 데이터메세지로 구분하여 상기 연결메세지처리부 및 데이터메세지처리부로 선택적으로 출력하며, 상기 연결메세지처리부의 요청에 따라 주소변환테이블을 작성하는 제어부를 포함하는 인터넷 통신 장치. .And a control unit for dividing the received message into a connection message and a data message and selectively outputting the message to the connection message processing unit and the data message processing unit, and creating an address conversion table in response to a request of the connection message processing unit. . 제4항에 있어서, 상기 주소변환테이블은 상기 공중망 단말의 공인주소 및 포트넘버, 상기 연결서버의 공인주소 및 포트넘버, 상기공중망단말과 통화하고자하는 사설망단말의 공인 주소, 사설 주소 , 포트 넘버가 저장되는 것임을 특징으로 하는 인터넷 통신 장치.According to claim 4, wherein the address translation table is the public address and port number of the public network terminal, the public address and port number of the connection server, the public address, private address, port number of the private network terminal to call the public network terminal Internet communication device characterized in that the storage.
KR1019990042330A 1999-10-01 1999-10-01 Internet protocol apparatus for communicating with private network from outsidenetwork KR100667732B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990042330A KR100667732B1 (en) 1999-10-01 1999-10-01 Internet protocol apparatus for communicating with private network from outsidenetwork

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990042330A KR100667732B1 (en) 1999-10-01 1999-10-01 Internet protocol apparatus for communicating with private network from outsidenetwork

Publications (2)

Publication Number Publication Date
KR20010035641A true KR20010035641A (en) 2001-05-07
KR100667732B1 KR100667732B1 (en) 2007-01-11

Family

ID=19613619

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990042330A KR100667732B1 (en) 1999-10-01 1999-10-01 Internet protocol apparatus for communicating with private network from outsidenetwork

Country Status (1)

Country Link
KR (1) KR100667732B1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030075810A (en) * 2002-03-20 2003-09-26 유디에스 주식회사 Communication system and its method between Internet protocol network and Private Network
KR100437044B1 (en) * 2002-03-20 2004-06-23 엘지전자 주식회사 Home Appliance Network System and the Controlling Method of the Same
KR100477653B1 (en) * 2002-06-22 2005-03-23 삼성전자주식회사 Apparatus and method for searching DNS server on outer net
KR100667502B1 (en) * 2005-03-28 2007-01-10 주식회사 케이티프리텔 Method of mobile node's connection to virtual private network using Mobile IP
KR101435931B1 (en) * 2013-01-17 2014-09-01 주식회사 시큐아이 Communication method and device thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100231705B1 (en) * 1997-06-16 2000-01-15 정선종 Structure and method of the hybrid gateway to support public and private IP address

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030075810A (en) * 2002-03-20 2003-09-26 유디에스 주식회사 Communication system and its method between Internet protocol network and Private Network
KR100437044B1 (en) * 2002-03-20 2004-06-23 엘지전자 주식회사 Home Appliance Network System and the Controlling Method of the Same
KR100477653B1 (en) * 2002-06-22 2005-03-23 삼성전자주식회사 Apparatus and method for searching DNS server on outer net
KR100667502B1 (en) * 2005-03-28 2007-01-10 주식회사 케이티프리텔 Method of mobile node's connection to virtual private network using Mobile IP
KR101435931B1 (en) * 2013-01-17 2014-09-01 주식회사 시큐아이 Communication method and device thereof

Also Published As

Publication number Publication date
KR100667732B1 (en) 2007-01-11

Similar Documents

Publication Publication Date Title
US6993012B2 (en) Method for communicating audio data in a packet switched network
US6697377B1 (en) Method for communicating audio data in a packet switched network
US7173928B2 (en) System and method for establishing channels for a real time streaming media communication system
US7512116B2 (en) Gateway for internet telephone
US7142531B2 (en) Method and system of relaying calls with a tone provision function in the next generation mobile communication network
US7957366B2 (en) IP telephone system, IP telephone apparatus and calling method
US20020114322A1 (en) System and method for providing real time connectionless communication of media data through a firewall
US20020141384A1 (en) System and method for determining a connectionless communication path for communicating audio data through an address and port translation device
JP2679635B2 (en) LAN connection device
US7440465B2 (en) Home gateway for executing a function of a security protocol and a method thereof
US6493325B1 (en) Method and apparatus for providing telephony over a computer network
KR100667732B1 (en) Internet protocol apparatus for communicating with private network from outsidenetwork
JP2002305588A (en) Interconnection communication system with ip phone and communication method
US6975636B2 (en) Voice over internet protocol gateway system and method therefor
JP2003258836A (en) Method and system for communication in identical private address space, and repeater
JP4143479B2 (en) Communication system between subscriber terminals
JP2007104676A (en) VoIP TERMINAL AND COMMUNICATING METHOD OF THE TERMINAL
JP3390384B2 (en) Connection setting method and method in TCP / IP
KR100565179B1 (en) Data interface device using telephone line
KR100798190B1 (en) Selective gateway for multiple protocol working together
KR100297818B1 (en) A communication system between ieee 1394 networks by use of external communication network and method for thereof
JP3139623B2 (en) Internet telephone system and its emergency line connection method
JP2006166129A (en) Message distribution system, server device and message distribution method
US7362747B2 (en) Translation of identifiers of user installation terminal in a packet network
JPH07273803A (en) Communication controlling method for isdn terminal equipment and isdn-lan connector

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20121228

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20131230

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20141223

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20151229

Year of fee payment: 10

LAPS Lapse due to unpaid annual fee