KR20030026740A - Method for network address transaction processing using the media access control - Google Patents

Method for network address transaction processing using the media access control Download PDF

Info

Publication number
KR20030026740A
KR20030026740A KR1020010060624A KR20010060624A KR20030026740A KR 20030026740 A KR20030026740 A KR 20030026740A KR 1020010060624 A KR1020010060624 A KR 1020010060624A KR 20010060624 A KR20010060624 A KR 20010060624A KR 20030026740 A KR20030026740 A KR 20030026740A
Authority
KR
South Korea
Prior art keywords
address
private
packet
network
mac
Prior art date
Application number
KR1020010060624A
Other languages
Korean (ko)
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 KR1020010060624A priority Critical patent/KR20030026740A/en
Publication of KR20030026740A publication Critical patent/KR20030026740A/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/2521Translation architectures other than single NAT servers
    • 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

Landscapes

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

Abstract

PURPOSE: A network address translation processing method using a media access control is provided to suit a plurality of PCs(Personal Computer) sharing one IP to connect to the outside. CONSTITUTION: When processing a packet outgoing from a private network to an external network, a process is performed whether an MAC(Media Access Control) and an IP(Internet Protocol) address exist in an NAT(Network Address Translation) table(S11). A source address of an IP header is changed into a global IP address(S12). A corresponding packet is transmitted to the changed global IP address(destination). When processing a packet incoming from the external network to the private network, a private IP address corresponding to the MAC address of an incoming packet is tracked with reference to a table(S21). The destination address of header of the IP is changed into the searched corresponding private IP address with reference to the NAT table(S22). The packet is transmitted to the changed private IP address(S23).

Description

매체 접근 제어를 이용한 망 주소 변환 처리방법{METHOD FOR NETWORK ADDRESS TRANSACTION PROCESSING USING THE MEDIA ACCESS CONTROL}Process of network address translation using media access control {METHOD FOR NETWORK ADDRESS TRANSACTION PROCESSING USING THE MEDIA ACCESS CONTROL}

본 발명은 매체 접근 제어(MAC) 주소를 이용해서 망 주소 변환(NAT) 기능을 구현하는 MAC 주소를 이용한 NAT 처리방법에 관한 것이다.The present invention relates to a NAT processing method using a MAC address that implements a network address translation (NAT) function using a medium access control (MAC) address.

망 주소 변환(NAT:Network Address Translation)은 사설망의 개별 주소와 정식 IP 주소를 상호 변환하는 기능으로서, 이러한 기능에 의해 개별 주소가 할당되지 않은 노드(node)에서도 인터넷 등의 글로벌 망에 접속할 수 있다. NAT는 이를 위하여 TCP/IP의 전송 계층이나 응용 계층의 통신 규약에 대한 변환을 하여 특정TCP/IP 응용을 이용하도록 하며, 패킷 헤더(packet header)에 있는 발신원 주소와 IP 주소만 식별할 수 있으므로 개별 주소와 IP 주소의 대응은 항상 1:1이 되도록 하고 있다.Network Address Translation (NAT) is a function that converts individual addresses and private IP addresses of a private network to each other. By this function, it is possible to access a global network such as the Internet even from a node to which an individual address is not assigned. . NAT uses a specific TCP / IP application by translating the communication protocol of the transport layer or application layer of TCP / IP for this purpose, and can identify only the source address and the IP address in the packet header. The correspondence between addresses and IP addresses is always 1: 1.

도1은 종래의 NAT 처리 방법을 나타낸 도면으로서, 라우터에서 사설망과 글로벌망 간의 접속 과정을 보여준다. 제1단계(S1)는 IP주소와 TCP포트를 변환시켜 송신하는 과정으로서, 각 포트로부터 데이터를 인가 받아 NAT 매핑(mapping) 규칙에 따라 IP주소와 TCP 포트를 변환시켜 송신한다. 제2단계(S2)는 인터페이스 MAC 주소의 응답을 수행하는 과정으로서, 목적지의 호스트로부터 ARP(Address Resolution Protocol) 요구 패킷을 수신 받아 자신의 글로벌망의 인터페이스 MAC 주소를 응답한다. 제3단계(S3)는 호스트간에 통신을 형성하는 과정으로서, 상기 목적지 호스트에서 수신 패킷을 역으로 변환시켜 사설망 호스트에 전송함으로써 호스트 간에 통신을 형성한다. 제4단계(S4)는 망 연결 과정으로서, PPP 인터페이스와 이더넷 인터페이스를 활성화시켜 해당 PPP 인터페이스를 글로벌망에 연결시키고, 해당 이더넷 인터페이스를 사설망에 연결시킨다. 제5단계(S5)는 NAT를 처리하는 과정으로서, NAT 입력 패킷 처리 프로세스, NAT 출력 패킷 처리 프로세스, NAT 타이머 처리 프로세스 및 NAT 명령 처리 프로세스를 실행시킴으로써 NAT를 처리한다.1 is a diagram illustrating a conventional NAT processing method, illustrating a connection process between a private network and a global network in a router. The first step S1 is a process of converting an IP address and a TCP port and transmitting the data. The first step S1 receives data from each port and converts the IP address and the TCP port according to a NAT mapping rule. The second step (S2) is a process of responding to the interface MAC address, and receives an ARP (Address Resolution Protocol) request packet from the host of the destination and responds to the interface MAC address of its own global network. The third step (S3) is a process of establishing communication between hosts. The destination host converts the received packet to the reverse host and transmits the received packet to the private network host to form communication between the hosts. The fourth step (S4) is a network connection process, by activating the PPP interface and Ethernet interface to connect the PPP interface to the global network, and connects the Ethernet interface to the private network. The fifth step (S5) is a process of processing NAT, NAT processing by executing a NAT input packet processing process, NAT output packet processing process, NAT timer processing process and NAT command processing process.

상기한 종래의 NAT 처리 방법에 따르면 라우터에서 들어오는 패킷을 TCP/IP 계층까지 올려서 헤더를 분석하여 사설망으로 내보내고 있다. 이와 같이 상대적으로 상위인 TCP/IP 계층까지 패킷을 올려서 헤더를 분석하고 사설망으로 내보내기 때문에 단일 글로벌 IP를 사용하는 소규모의 망에서 사용하는데 불리하다. 특히,외부망으로 연결되는 단일 IP주소를 갖는 망에서 다수의 PC가 외부로 접속되기에는 TCP/IP 계층까지 패킷을 올려서 헤더를 분석하고 사설망으로 내보내는 것이 비효율적이고, 그 보다 하위의 계층에서 NAT를 처리할 필요성이 제기된다.According to the conventional NAT processing method described above, the packet received from the router is raised to the TCP / IP layer, and the header is analyzed and sent to the private network. As such, headers are analyzed up to the relatively upper TCP / IP layer, and headers are analyzed and exported to the private network, which is disadvantageous for use in a small network using a single global IP. In particular, in a network with a single IP address connected to an external network, it is inefficient to analyze a header by sending a packet up to the TCP / IP layer and to export it to a private network, so that multiple PCs can be connected to the outside. There is a need to deal with it.

본 발명은 MAC 주소를 이용한 NAT 처리 방법을 제공한다. 특히 본 발명은 외부망으로 연결되는 단일 IP 주소를 갖는 망에서 다수의 PC가 외부로 접속하기에 적합하도록 한 NAT 처리 방법을 제공한다.The present invention provides a NAT processing method using a MAC address. In particular, the present invention provides a NAT processing method for making a plurality of PCs suitable for external access in a network having a single IP address connected to the external network.

본 발명은 사설망에 있는 단말의 사설 IP주소와 MAC 주소를 이용해서 IP/MAC 매핑을 위한 NAT 테이블을 작성하는 과정과, 사설 IP에서 오는 패킷을 상기 NAT 테이블을 참조하여 해당 글로벌 IP로 변환하여 송출하는 과정과, 외부에서 사설망으로 들어오는 패킷을 상기 NAT 테이블을 참조하여 해당 사설 IP로 변환하는 과정으로 이루어지는 것을 특징으로 하는 NAT 처리방법을 제공한다.The present invention provides a process of creating a NAT table for IP / MAC mapping using a private IP address and a MAC address of a terminal in a private network, and converts a packet from a private IP into a corresponding global IP with reference to the NAT table and sends it. And converting the packet coming into the private network from the outside into the corresponding private IP with reference to the NAT table.

또한 본 발명의 NAT 처리 방법에서, 상기 사설 IP를 글로벌 IP로 변환하여 송출하기 위하여, 상기 작성된 NAT 테이블을 참조하여 MAC와 IP 주소가 존재하는가를 확인하는 단계, 상기 IP헤더의 소스 주소를 글로벌 IP주소로 변환하는 단계, 상기 변환된 글로벌 IP 주소에 따라 목적지로 패킷을 전송하는 단계를 포함하는 것을 특징으로 한다.Also, in the NAT processing method of the present invention, in order to convert the private IP into a global IP and transmit the same, confirming whether a MAC and an IP address exist by referring to the created NAT table, and converting the source address of the IP header into a global IP. Converting to an address, and transmitting a packet to a destination according to the converted global IP address.

또한 본 발명의 NAT 처리 방법에서, 상기 외부에서 사설망으로 들어오는 패킷을 사설 IP로 변환하기 위하여, 상기 수신된 패킷의 목적지 MAC 주소를 상기 NAT 테이블을 참조하여 검색하는 단계, 상기 NAT 테이블에서 검색된 해당 IP 헤더의 목적지 주소를 사설 IP 주소로 변환하는 단계, 상기 변환된 사설 IP 주소에 따라 목적지로 패킷을 전송하는 단계를 포함하는 것을 특징으로 한다.Further, in the NAT processing method of the present invention, in order to convert a packet coming into the private network from the outside into a private IP, retrieving a destination MAC address of the received packet by referring to the NAT table, and the corresponding IP retrieved from the NAT table. Converting the destination address of the header into a private IP address, and transmitting a packet to a destination according to the converted private IP address.

도1은 종래의 망 주소 변환과정을 나타낸 플로우차트1 is a flowchart showing a conventional network address translation process

도2는 본 발명을 설명하기 위한 API 구조를 나타낸 도면2 illustrates an API structure for explaining the present invention.

도3의 (a)는 본 발명을 설명하기 위한 NAT 테이블을 나타낸 도면Figure 3 (a) is a diagram showing a NAT table for explaining the present invention

(b)는 본 발명을 설명하기 위한 IP/MAC 테이블을 나타낸 도면(b) shows an IP / MAC table for explaining the present invention;

도4는 본 발명을 설명하기 위한 망 구성을 나타낸 도면4 is a diagram illustrating a network configuration for explaining the present invention.

도5는 본 발명의 망 주소 변환 처리방법을 보인 플로우차트5 is a flowchart showing a network address translation processing method of the present invention;

도2는 본 발명을 설명하기 위한 API(Application Program Interface)의 구조를 보여주고 있다. API는 컴퓨터 운영 체계(OS)를 기반으로 하여, 상기 망 주소 변환을 위한 NAT(Network Address Translation)와 데이터 링크 층의 매체 접근 제어(MAC)로부터의 데이터를 부호화하여 처리하기 위한 PHY(Physical Layer Protocol)를 탑재하고 있다.Figure 2 shows the structure of an API (Application Program Interface) for explaining the present invention. The API is based on a computer operating system (OS), and the physical layer protocol (PHY) for encoding and processing data from the network address translation (NAT) for the network address translation and the media access control (MAC) of the data link layer. Is mounted.

도3은 본 발명을 설명하기 위한 NAT 테이블의 예를 보여준다. 도3의 (a)와 같은 NAT 테이블(NAT table)은 라우터에서 사설망에 있는 PC들의 사설 IP 주소와 MAC 주소를 얻기 위해 리퀘스트(Request)를 요청하고, 이에 대한 응답을 받아서 작성한다. 도3의 (b)는 패킷, 발신원 IP(source IP), 목적지 IP(Destination IP), 발신원 MAC(Source MAC), 목적지 MAC(Destination MAC)을 보여 주고 있다.3 shows an example of a NAT table for explaining the present invention. The NAT table as shown in FIG. 3 (a) requests a request to obtain private IP addresses and MAC addresses of PCs in a private network at a router, and receives and writes a response thereto. Figure 3 (b) shows a packet, source IP (source IP), destination IP (Destination IP), source MAC (Source MAC), destination MAC (Destination MAC).

도4는 본 발명을 설명하기 위한 망 구성의 예를 보여준다. 사설망(1), 라우터(2), 글로벌망(3)이 표현되어 있고, 사설망(1)의 PC(1a)로부터 글로벌망(3)의 목적지(3a)까지 패킷을 전송하거나(f1->f2), 글로벌망(3)의 발신원(3a)으로부터 사설망의 목적지(1a)까지 패킷을 전송할 때(f3->f4), 라우터(2)에서 NAT 처리를 수행하게 되는 것이다. 도4에 사설 IP와 해당 MAC, 글로벌 IP와 해당 MAC을 병기하였다.4 shows an example of a network configuration for explaining the present invention. The private network 1, the router 2, and the global network 3 are represented, and a packet is transmitted from the PC 1a of the private network 1 to the destination 3a of the global network 3 (f1-> f2). When the packet is transmitted from the source 3a of the global network 3 to the destination 1a of the private network (f3-> f4), the router 2 performs NAT processing. In FIG. 4, the private IP, the corresponding MAC, the global IP, and the corresponding MAC are simultaneously described.

도5는 본 발명의 NAT 처리 수순을 나타낸 플로우차트이다. 앞서 설명한 바와 같이 라우터에서 사설망에 있는 PC들의 사설 IP 주소와 MAC 주소를 얻기 위해 리퀘스트(Request)를 요청하고, 이에 대한 응답을 받아서 도3의 (a)와 같은 NAT 테이블(NAT table)을 작성한다.5 is a flowchart showing a NAT processing procedure of the present invention. As described above, the router requests a request to obtain the private IP address and the MAC address of the PCs in the private network, receives the response, and creates a NAT table as shown in FIG. .

그리고 사설망에서 외부망으로 나가는 패킷을 처리하는 수순(S11,S12,S13)을 실행함에 있어 상기 작성된 NAT 테이블을 참조하며, 또한 외부망에서 사설망으로 들어오는 패킷을 처리하는 수순(S21,S22,S23)을 실행함에 있어 상기 작성된 NAT 테이블을 참조한다.In addition, in executing the procedures S11, S12, and S13 for processing packets from the private network to the external network, the NAT table is referred to, and the procedures for processing packets from the external network to the private network (S21, S22, S23). In executing, refer to the created NAT table.

먼저, 사설망에서 외부망으로 나가는 패킷을 처리하는 과정부터 설명한다. 이 과정은 사설 IP에서 오는 패킷을 글로벌 IP로 변환하여 보내는 과정으로서, 제1단계(S11)에서는 상기 NAT 테이블에서 MAC와 IP 주소가 존재하는지를 확인한다. 제2단계(S12)에서는 IP헤더의 소스 주소를 글로벌 IP 주소로 변환하고(도3 참조), 제3단계(S13)에서는 상기 변환된 글로벌 IP 주소(목적지)로 해당 패킷을 전송함으로써, 사설망에서 글로벌망으로 내보낼 때 PC로부터 받은 패킷의 사설 IP주소를 글로벌 IP주소로 변환하여 전송하게 된다.First, a process of processing a packet going from a private network to an external network will be described. This process converts the packet from the private IP into the global IP and sends it. In the first step S11, it is checked whether the MAC and the IP address exist in the NAT table. In the second step S12, the source address of the IP header is converted into a global IP address (see FIG. 3), and in the third step S13, the corresponding packet is transmitted to the converted global IP address (destination), thereby providing a private network. When exporting to global network, private IP address of packet received from PC is converted to global IP address and transmitted.

다음, 외부망에서 사설망으로 들어오는 패킷을 처리하는 과정을 설명한다. 이 과정은 글로벌망에서 사설망으로 오는 패킷을 사설 IP로 변환하여 보내는 과정으로서, 제1단계(S21)에서는 상기 들어온 패킷의 목적지 MAC 주소를 테이블(도3 참조)을 참조하여 그 MAC 주소에 해당하는 사설 IP 주소를 찾는다. 제2단계(S22)에서는 상기 IP 헤더의 목적지 주소를 상기 NAT 테이블을 참조하여 검색한 해당 사설 IP주소로 변환하고, 제3단계(S33)에서는 상기 변환된 사설 IP주소 즉, 내부망의 목적지로 패킷을 전송함으로써, 외부에서 사설망으로 오는 패킷을 사설 IP 주소로 변환하여 보내는 동작이 이루어지게 된다.Next, a process of processing a packet coming into the private network from the external network will be described. This process converts the packet from the global network to the private IP and sends it to the private IP. In the first step S21, the destination MAC address of the incoming packet is referred to the table (see FIG. 3) and corresponds to the MAC address. Find your private IP address. In the second step S22, the destination address of the IP header is converted into the corresponding private IP address searched by referring to the NAT table, and in the third step S33, the converted private IP address, that is, the destination of the internal network, is converted. By transmitting the packet, an operation for converting the packet from the outside to the private IP address and sending the private IP address is performed.

본 발명은 MAC 주소를 이용해서 NAT 처리를 실행한다. 본 발명은 NAT 테이블을 작성하고, 사설망에서 외부로 나가는 패킷에 대하여 상기 NAT 테이블을 참조하여 사설 IP를 글로벌 IP로 변환하여 목적지로 패킷을 전송할 수 있으며, 외부망에서 사설망으로 들어오는 패킷에 대하여 상기 NAT 테이블을 참조하여 글로벌 IP를 사설 IP로 변환하여 내부망의 목적지로 패킷을 전송할 수 있다.The present invention performs NAT processing using a MAC address. According to the present invention, a NAT table may be created, and a packet may be transmitted to a destination by converting a private IP into a global IP with reference to the NAT table for a packet going out from the private network, and transmitting the packet to a destination from the external network. By referring to the table, the global IP can be converted into a private IP and the packet can be transmitted to the destination of the internal network.

따라서, 본 발명은 종래의 TCP/IP 계층까지 패킷을 올려서 헤더를 분석하여 사설망으로 내보내는 경우보다 단일 글로벌 IP를 사용하는 소규모의 망에서 유리하다. 특히 가정에서도 여러 대의 PC를 사설망으로 구성하여 단일 글로벌 IP를 사용해서 외부망으로 접속을 가능하게 한다. 또한 소호(SOHO)나 가정에 들어갈 수 있는 라우터에 초기화를 위한 이미지(image)에 본 발명의 API를 포함시켜 NAT 기능을 수행할 수 있도록 할 수도 있으므로 매우 유용하다.Therefore, the present invention is advantageous in a small network using a single global IP, rather than a packet up to the conventional TCP / IP layer to analyze the header and send it out to the private network. In particular, at home, multiple PCs can be configured as private networks, allowing access to external networks using a single global IP. In addition, it is very useful because it is possible to include the API of the present invention in an image for initialization in a SOHO or a router that can enter a home, so that the NAT function can be performed.

Claims (4)

사설망에 있는 단말의 사설 IP주소와 MAC 주소를 이용해서 IP/MAC 매핑을 위한 NAT 테이블을 작성하는 과정과, 사설 IP에서 오는 패킷을 상기 NAT 테이블을 참조하여 해당 글로벌 IP로 변환하여 송출하는 과정과, 외부에서 사설망으로 들어오는 패킷을 상기 NAT 테이블을 참조하여 해당 사설 IP로 변환하는 과정으로 이루어지는 것을 특징으로 하는, 매체 접근 제어를 이용한 망 주소 변환 처리방법.Creating a NAT table for IP / MAC mapping by using private IP addresses and MAC addresses of terminals in a private network; converting packets from private IPs to corresponding global IPs by referring to the NAT table; And converting a packet coming into the private network from the outside into the corresponding private IP by referring to the NAT table. 제 1 항에 있어서, 상기 사설 IP를 글로벌 IP로 변환하여 송출하기 위하여, 상기 작성된 NAT 테이블을 참조하여 MAC와 IP 주소가 존재하는가를 확인하는 단계, 상기 IP헤더의 소스 주소를 글로벌 IP주소로 변환하는 단계, 상기 변환된 글로벌 IP 주소에 따라 목적지로 패킷을 전송하는 단계를 포함하는 것을 특징으로 하는, 매체 접근 제어를 이용한 망 주소 변환 처리방법.The method of claim 1, further comprising: checking whether a MAC and an IP address exist by referring to the created NAT table to convert the private IP into a global IP and to transmit the private IP, and converting a source address of the IP header into a global IP address. And transmitting a packet to a destination according to the translated global IP address. 제 1 항에 있어서, 상기 외부에서 사설망으로 들어오는 패킷을 사설 IP로 변환하기 위하여, 상기 수신된 패킷의 목적지 MAC 주소를 상기 NAT 테이블을 참조하여 검색하는 단계, 상기 NAT 테이블에서 검색된 해당 IP 헤더의 목적지 주소를 사설 IP 주소로 변환하는 단계, 상기 변환된 사설 IP 주소에 따라 목적지로 패킷을 전송하는 단계를 포함하는 것을 특징으로 하는 매체 접근 제어를 이용한 망 주소 변환 처리방법.The method of claim 1, further comprising: retrieving a destination MAC address of the received packet by referring to the NAT table to convert a packet coming into the private network from the outside into a private IP, and a destination of the corresponding IP header retrieved from the NAT table. Translating the address into a private IP address, and transmitting a packet to a destination according to the converted private IP address. 제 1 항에 있어서, 상기 NAT 테이블이 패킷에 대응하여 발신원의 IP, 목적지 IP, 발신원의 MAC, 목적지의 MAC를 포함하여 작성된 것임을 특징으로 하는 매체 접근 제어를 이용한 망 주소 변환 처리방법.2. The method of claim 1, wherein the NAT table includes a source IP, a destination IP, a source MAC, and a destination MAC corresponding to the packet.
KR1020010060624A 2001-09-28 2001-09-28 Method for network address transaction processing using the media access control KR20030026740A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010060624A KR20030026740A (en) 2001-09-28 2001-09-28 Method for network address transaction processing using the media access control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010060624A KR20030026740A (en) 2001-09-28 2001-09-28 Method for network address transaction processing using the media access control

Publications (1)

Publication Number Publication Date
KR20030026740A true KR20030026740A (en) 2003-04-03

Family

ID=29562898

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010060624A KR20030026740A (en) 2001-09-28 2001-09-28 Method for network address transaction processing using the media access control

Country Status (1)

Country Link
KR (1) KR20030026740A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100803273B1 (en) * 2005-12-27 2008-02-13 삼성전자주식회사 ISATAP Router Tunneling the packet and Method Thereof
KR100853587B1 (en) * 2006-06-20 2008-08-21 엔트로링크(주) IP share device which can make it possible to use the network system of the communication terminal without any change and the connection method thereby
CN102904813A (en) * 2012-11-05 2013-01-30 华为技术有限公司 Message forwarding method and corresponding equipment
CN103533103A (en) * 2013-10-31 2014-01-22 成都西加云杉科技有限公司 Communication method and device based on network address translation
KR101363047B1 (en) * 2007-08-13 2014-02-14 삼성전자주식회사 Mobile WiMax network system including private network and the Mobile IP terminal processing method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100803273B1 (en) * 2005-12-27 2008-02-13 삼성전자주식회사 ISATAP Router Tunneling the packet and Method Thereof
KR100853587B1 (en) * 2006-06-20 2008-08-21 엔트로링크(주) IP share device which can make it possible to use the network system of the communication terminal without any change and the connection method thereby
KR101363047B1 (en) * 2007-08-13 2014-02-14 삼성전자주식회사 Mobile WiMax network system including private network and the Mobile IP terminal processing method
CN102904813A (en) * 2012-11-05 2013-01-30 华为技术有限公司 Message forwarding method and corresponding equipment
CN103533103A (en) * 2013-10-31 2014-01-22 成都西加云杉科技有限公司 Communication method and device based on network address translation

Similar Documents

Publication Publication Date Title
US7339895B2 (en) Gateway device and control method for communication with IP and IPV6 protocols
US7310351B2 (en) Method and apparatus for translating protocol
US7158526B2 (en) Packet communication method and apparatus and a recording medium storing a packet communication program
EP1575237B1 (en) Method of multicast data packet transmission
US7167923B2 (en) System and method for selectively bridging and routing data packets between multiple networks
JP3531367B2 (en) Translator
US6173334B1 (en) Network system including a plurality of lan systems and an intermediate network having independent address schemes
US7701952B2 (en) Packet communication method and apparatus and a recording medium storing a packet communication program
EP2306689B1 (en) Devices and method for accessing a web server in a local space
US20080133774A1 (en) Method for implementing transparent gateway or proxy in a network
US7221671B2 (en) System and method for accessing node of private network
WO2018014434A1 (en) Network system, proxy server, and data processing method and system used by same
US20060268863A1 (en) Transparent address translation methods
US7023847B2 (en) Network address translation based mobility management
JPH10285204A (en) Interconnected ethernet and 1394-network
US7539192B2 (en) Gateway and control method thereof
KR20030026740A (en) Method for network address transaction processing using the media access control
KR20030013766A (en) Multi layer internet protocol(MLIP) for peer to peer service of private internet and method for transmitting/receiving the MLIP packet
CN112165539B (en) IPv6 address translation method
JPH1013471A (en) Inter-network connection system and domain name managing method
JP2000270004A (en) Router
US20060002384A1 (en) Network system and connecting method thereof
KR20010018115A (en) Method of Connecting between Private Network and Global Network in the Router
KR100562390B1 (en) Network Data Flow Identification Method and System Using Host Routing and IP Aliasing Technique
KR19990078720A (en) Method For Network Address Translation By Source Address

Legal Events

Date Code Title Description
N231 Notification of change of applicant
WITN Withdrawal due to no request for examination