US20120144475A1 - Scalable nat traversal - Google Patents
Scalable nat traversal Download PDFInfo
- Publication number
- US20120144475A1 US20120144475A1 US13/147,922 US201013147922A US2012144475A1 US 20120144475 A1 US20120144475 A1 US 20120144475A1 US 201013147922 A US201013147922 A US 201013147922A US 2012144475 A1 US2012144475 A1 US 2012144475A1
- Authority
- US
- United States
- Prior art keywords
- firewall
- sip
- address
- port
- request
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/09—Mapping addresses
- H04L61/25—Mapping addresses of the same type
- H04L61/2503—Translation of Internet protocol [IP] addresses
- H04L61/256—NAT traversal
- H04L61/2567—NAT traversal for reachability, e.g. inquiring the address of a correspondent behind a NAT server
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/09—Mapping addresses
- H04L61/25—Mapping addresses of the same type
- H04L61/2503—Translation of Internet protocol [IP] addresses
- H04L61/256—NAT traversal
- H04L61/2564—NAT traversal for a higher-layer protocol, e.g. for session initiation protocol [SIP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/72—Routing based on the source address
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/09—Mapping addresses
- H04L61/25—Mapping addresses of the same type
- H04L61/2503—Translation of Internet protocol [IP] addresses
- H04L61/256—NAT traversal
- H04L61/2575—NAT traversal using address mapping retrieval, e.g. simple traversal of user datagram protocol through session traversal utilities for NAT [STUN]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/02—Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
- H04L63/029—Firewall traversal, e.g. tunnelling or, creating pinholes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/1066—Session management
- H04L65/1069—Session establishment or de-establishment
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/1066—Session management
- H04L65/1101—Session protocols
- H04L65/1104—Session initiation protocol [SIP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/09—Mapping addresses
- H04L61/25—Mapping addresses of the same type
- H04L61/2503—Translation of Internet protocol [IP] addresses
- H04L61/256—NAT traversal
- H04L61/2589—NAT traversal over a relay server, e.g. traversal using relay for network address translation [TURN]
Definitions
- the present invention relates generally to traversal of a network address translator and, more particularly, to a scalable solution for traversing a symmetric network address translator for VoIP (VoIP) and other communication sessions.
- VoIP VoIP
- the Internet is a global system of many interconnected computer networks, both public and private.
- the Internet allows direct end-to-end connectivity between two devices or end points using standard protocols such as the Internet Protocol (IP), Transmission Control Protocol (TCP), and User Datagram Protocol (UDP).
- IP Internet Protocol
- TCP Transmission Control Protocol
- UDP User Datagram Protocol
- IPv4 Internet Protocol Version 4
- the features that make the Internet so popular also contribute to some of its drawbacks.
- the universal access and direct end-to-end connectivity enable users on opposite sides of the globe to communicate directly with one another, but exposes computers to hackers and other malicious third parties.
- the direct end-to-end connectivity also requires that each end device be given a unique IP address.
- the widespread adoption of the Internet has led to depletion of available addresses in the IPV4 address space.
- a firewall comprises hardware and/or software that is designed to block unauthorized access to a protected network while permitting authorized communications with users outside the firewall.
- Firewalls protect against unauthorized access by applying a predefined security policy to packets entering a protected network.
- the security policy comprises a set of rules and procedures governing data packets entering or exiting the protected network.
- the firewall allows packets to pass through the firewall based on the specific rules of the defined policy.
- Most often, a firewall allows most outgoing packets originating inside the protected network to pass through the firewall while blocking most incoming packets from the public network.
- Data traffic from the public networks is allowed to pass only if it conforms to a defined access control filter, is sent in response to an outgoing data packet, or is part of an already-established communication session.
- Network address translation is commonly implemented in conjunction with firewalls as part of an overall network security arrangement.
- Network address translation allows devices connected to a private network to share a single IP address.
- the basic idea behind network address translation is to assign private address from a private address space to devices connected to the private network. Because the private addresses use a different address space than the public Internet, packets containing a private address cannot be routed through the Internet.
- a NAT network address translator
- a NAT network address translator
- each request from the same private IP address and port to a specific destination IP address and port is mapped to a unique public source IP address and port. If the same internal host sends a data packet with the same private source address and port, but to a different public IP address or port, a different mapping is used.
- data packets sent by an external host will be passed only if the internal host has previously Invited a response from the external host sending the data packet. Uninvited data packets from an external host will be blocked by the NAT.
- VoIP Voice-over IP
- VoIP Voice-over IP
- a typical VoIP application will use different addresses and/or ports for signaling traffic and media traffic such as voice, video, and fax traffic.
- SIP INVITE request The called party accepts the invitation by sending a SIP RESPONSE message.
- SIP INVITE and SIP RESPONSE messages typically include specific addresses and ports that are being opened for the RTP (media) traffic.
- the SIP INVITE request will be blocked by the NAT and never reach the called party. Even if the called party is reachable, the SIP Response from called party may be blocked in situations where the calling party is behind a symmetric firewall/NAT.
- the VoIP application will typically use a different IP address and port for sending and receiving RTP or RCTP traffic, e.g., voice data.
- the VoIP client has no way of knowing the external address assigned by the NAT for the RTP and RTCP traffic.
- An application level gateway is a software component that allows examination and modification of data packets passing through the NAT.
- the ALG can replace private source and destination addresses contained in the payload of SIP messages with public source and destination addresses. This technique does not ensure security or authenticity and is difficult to deploy because the ALG must have knowledge of the application level protocols. Thus, a separate ALG is typically required for each application.
- a network protocol called STUN Session Traversal Utilities for NAT
- RFC 5389 allows a host device in a private network to discover the presence of a network address translator and to obtain the public NAT address that was allocated for the user's UDP connection to a remote host.
- a client device generates and sends a STUN request to a STUN application server in the public network prior to setting up communication with a remote host.
- the request causes the NAT to allocate a public address and create a binding between the public address and the private source address of the STUN request.
- the STUN application server sends a STUN response to the client and, within its payload, returns the public NAT address allocated by the NAT.
- the client may then advertise this public address as the address on which it will receive UDP packets (both for signaling and media packets).
- the STUN protocol does not work with a symmetric firewall in situations where the client will be receiving packets from public addresses other then the public address of the STUN application server.
- a protocol called TURN Traversal Using Relay NAT
- TURN Traversal Using Relay NAT
- a client sends a request to a TURN application server prior to setting up communication with a remote host.
- the TURN application server returns to the client the address that it can use as the destination for media, which the client uses as the destination address for packets sent to the remote host.
- the destination address returned is not the address of the remote host, but instead, is an address associated with the TURN application server.
- the TURN application server acts as a relay and forwards the packet.
- TURN provides a solution to the NAT traversal problem, it requires that all packets be relayed by the TURN application server, and thus is not easily scalable. While network delays induced by the introduction of additional network hops is typically not significant enough to affect the SIP signaling, media packets should be delivered with minimal delays. Therefore, a solution that reduces the number of hops, and therefore the overall delay, is preferable.
- a session border controller is a device used in some VoIP networks to traverse a network address translator.
- the SBC is a session-aware device that provides both media proxy and session control functions.
- the SBC is essentially a proxy that establishes call legs in two different networks. The SBC receives packets on one call leg and forwards them toward the destination on the other call leg. Because the SBC modifies the addresses, it may break some security mechanisms.
- session border controllers are expensive, difficult to deploy, and not easily scalable because all packets must be relayed through the SBC.
- the present invention provides a system and method for traversing a symmetric NAT for VoIP and other communication sessions.
- the system and method uses four main components: a relay agent, a NAT agent, a SIP proxy, and an application server.
- the relay agent is located behind the firewall/NAT in a private network and is configured to communicate with the SIP proxy located in the public network.
- the relay agent routes SIP signaling messages through the SIP proxy.
- the application server requests the relay agent to open signaling ports in the firewall/NAT for signaling between the SIP proxy and the relay agent.
- the application server also requests the relay agents to open ports in the firewall/NAT for media traffic.
- the NAT agent disposed in the path from the firewall/NAT to the Internet filters media packets and changes the public source address of incoming media packets to a predetermined address associated with the open media port.
- FIG. 1 illustrates an exemplary communication network incorporating a NAT traversal system according to one embodiment.
- FIG. 2 illustrates the main components of a NAT traversal system according to one exemplary invention and the signal flow between components.
- FIG. 3 illustrates a registration procedure used to register a user with the application server and for opening a connection between the application server and a relay agent.
- FIG. 4 illustrates a procedure for maintaining a signaling connection between the NAT application server and a relay agent.
- FIGS. 5A-5D illustrate a procedure for establishing a communication session through a firewall according to one exemplary embodiment.
- FIG. 6 illustrates a procedure for opening a signaling or media connection through a firewall.
- FIG. 7 illustrates a procedure for maintaining a signaling or media connection through a firewall.
- FIG. 8 illustrates message forwarding for signaling traffic in one embodiment of the invention.
- FIG. 9 illustrates message forwarding for media traffic in one embodiment of the invention.
- FIG. 10 illustrates a router in an alternate embodiment.
- FIGS. 11A and 11B illustrate a procedure for establishing a communication session through a firewall according to another exemplary embodiment.
- FIG. 12 illustrates an exemplary host device to implement functional components of the present invention such as the relay agent, Nat agent, SIP proxy, and application server.
- FIG. 1 illustrates a communication network 10 configured in accordance with one exemplary embodiment of the present invention.
- the communication network 10 comprises two private networks 20 interconnected with a public network 40 , such as the Internet.
- a reference number in the following description may be followed by either the letter A to designate elements associated with the calling party, referred to herein as User A, or the letter B to designate elements associated with the called party, referred to herein as User B.
- private network 20 A refers to the calling party's network
- private network 20 B refers to the called party's private network.
- the reference number may be used without a letter.
- the term “address” as used herein refers to a fully qualified network address containing both an IP address and port number.
- IP address refers to the network address without the port number.
- Each private network 20 A, 20 B includes a firewall/NAT 30 A, 30 B to provide security and protect against unauthorized access to the private network 20 A, 20 B.
- the firewall/NAT 30 A, 30 B contains hardware and/or software for implementing a symmetric NAT, although the use of a symmetric NAT is not material to the invention.
- the present invention can be used in conjunction with other NAT implementations.
- Each network 20 A, 20 B includes an IP (Internet Protocol) PBX (private branch exchange) 50 A, 50 B that interconnects with the public switched telephone network (PSTN) and allows voice and data to be delivered over the PSTN.
- IP PBX 50 A, 50 B may comprise any conventional VoIP gateway implementing standard VoIP protocols, such as the Session Initiation Protocol (SIP) and RTP.
- SIP Session Initiation Protocol
- the IP PBX 50 A, 50 B may be used to establish calls between users 60 A, 60 B in networks 20 A, 20 B over the public network 40 rather than the PSTN.
- the presence of the symmetric firewall/NAT 30 A, 30 B at the boundaries of each private network 20 A, 20 B may prevent a voice-over IP session from being established.
- the communication network 10 includes a system 100 for traversing the firewall/NAT 30 A, 30 B for VoIP communications as shown in FIG. 2 .
- the present invention could also be applied in other applications where address information is carried in the payload of data packets.
- the system 100 comprises four types of components: relay agents 110 A, 110 B that reside in the private networks 20 A, 20 B respectively, NAT agents 120 A, 120 B that intercept packets arriving from the public network 40 before they cross the firewall/NATs 30 A, 30 B respectively, a proxy server 130 in the public network 40 , and a application server 140 in the public network 40 .
- the Nat agents 120 A, 120 B also play a role in opening ports in the firewalls 30 A, 30 B.
- the relay agents 110 A, 110 B may be implemented as software on a host device, e.g., computer, in a private network 20 A, 20 B.
- the relay agents 110 A, 110 B may, for example, reside in the same host device as the IP PBX 50 A, 50 B, or may reside in a separate host device.
- the relay agents 110 A, 110 B could also reside in the user equipment (UE).
- the relay agents 110 A, 110 B can work in a cluster arrangement to provide a fault tolerant architecture.
- the SIP proxy 130 and application server 140 may be implemented as software on a computer connected to the public network 40 .
- the SIP proxy 130 and application server 140 may reside in the same computer, or in separate computers. Also, the functionality of the SIP proxy 130 and/or application server 140 could be distributed among several computers or processors, or in a cluster of application servers.
- the NAT Agents 120 A, 120 B are essentially packet filters with a few relatively simple functions that may be implemented with software.
- the relay agents 110 A, 110 B and NAT Agents 120 A, 120 B perform a few relatively simple functions, while the bulk of the logic is contained in the SIP proxy 130 and application server 140 .
- This architecture provides an easily scalable solution for traversing a symmetric firewall/NAT 30 A, 30 B.
- the relay agents 110 A, 110 B relay SIP signaling to and from respective IP PBXs 50 A, 50 B.
- the relay agents 110 A, 110 B relay outgoing signaling packets received from the IP PBXs 50 A, 50 B to the SIP proxy 130 in the public network 40 .
- the relay agents 110 A, 110 B receive SIP signaling packets from the SIP proxy 130 on behalf of respective IP PBX 50 A, 50 B and relay the incoming SIP signaling messages to the IP PBX 50 A, 50 B.
- the relay agent 110 A, 110 B does not need to analyze the packet contents to perform the relay function.
- NAT Agents 120 A, 120 B are disposed in the traffic path between the private networks 20 A, 20 B and the public network 40 and intercept incoming packets before crossing the firewall of the protected network 20 A, 20 B.
- NAT Agent 120 A intercepts media packets transmitted by User B to User A
- NAT Agent 120 B intercepts media packets transmitted by User A to User B.
- the NAT Agents 120 A, 120 B translate source addresses contained in the media packets to ensure that the addresses comply with policies and rules implemented by the firewall/NATs 30 A, 30 B.
- the SIP proxy 130 and application server 140 facilitate the establishment of the VoIP session. All SIP signaling passes through the SIP proxy 130 .
- the SIP proxy 130 receives SIP signaling message from the relay agent 110 A or relay agent 110 B, modifies the address information contained in the SIP signaling messages, and forwards the signaling messages to the relay agent 110 B or relay agent 110 A.
- the application server 140 communicates with the SIP proxy 130 and relay agents 110 A, 110 B in both private networks 20 A, 20 B.
- a TCP connection is established between relay agents 110 A, 110 B and the application server 140 , through the firewalls 30 A, 30 B. This connection is kept open so that the application server 140 can send requests to the relay agents 110 A, 110 B as will be hereinafter described.
- the primary function of the application server 140 is to authorize and facilitate SIP sessions and to coordinate with the relay agents 110 A, 110 B to open ports in the firewall/NATs 30 A, 30 B for both signaling and media traffic, to obtain public addresses associated with the opened ports, and to provide the addresses of the ports opened for signaling to the SIP proxy 130 .
- FIGS. 3-9 illustrate exemplary procedures according to one embodiment of the present invention for traversing a firewall/NAT 30 A, 30 B using a symmetric NAT.
- a User A on private network A is attempting to establish a call with a second User B on private network B.
- both private network 20 A and private network 20 B include a firewall/NAT 30 A, 30 B using a symmetric NAT.
- the present invention may also be used when a firewall/NAT is present at only one end of the communication, or with other types of NAT implementations. Therefore, the exemplary embodiment described herein should not be construed as limiting the invention.
- FIG. 3 illustrates an exemplary registration procedure.
- the relay agent 110 A, 110 B performs a firewall punching procedure to discover the public IP address (natip) of the firewall/NAT 30 A, 30 B (step 1).
- the firewall punching procedure is described in more detail below. Because the relay agent 110 A, 110 B is only interested in discovering the IP address of the firewall/NAT 30 A, 30 B, the connection opened by the firewall/punching procedure is not maintained.
- the relay agent 110 A, 110 B stores the IP address of the firewall/NAT 30 A, 30 B.
- the relay agent 110 A, 110 B opens one or more local ports and starts a proxy processor that relays outbound packets received on the opened ports to the SIP Proxy 130 (step 2).
- the relay agent 110 A, 110 B may choose ports 5060 and 7000 to facilitate integration with other SIP devices.
- the relay agent 110 A, 110 B sends a registration request to the application server 140 (step 3).
- the registration request includes the AccountID and password for the user being registered, the IP address (natip) of the firewall/NAT 30 A, 30 B discovered during the firewall punching procedure, and the private address on which the PBX agent 110 A, 110 B would like to receive SIP requests.
- the firewall/NAT 30 A, 30 B Upon receipt of the outbound registration request, the firewall/NAT 30 A, 30 B allocates a port on the firewall/NAT 30 A, 30 B and creates an entry in its NATing table that associates the public address of the port with the private address of the relay agent 110 A, 110 B from which the registration request was sent (step 4).
- the firewall/NAT 30 A, 30 B forwards the registration request to the application server 140 (step 5).
- the server 140 receives the registration request, it finds the account specified by the AccountID and performs authentication using the password in the registration request. If the authentication is successful, the application server 140 stores the public source address of the registration request and the public IP address (natip) of the firewall/NAT 30 A, 30 B contained in the registration request (step 6).
- the application server 140 sends a registration response to the relay agent 110 A, 110 B to indicate that the registration was successful (step 7).
- the relay agent 110 A, 110 B periodically executes a keep alive procedure as shown in FIG. 4 to maintain the TCP connection with the application server 140 .
- the keep alive procedure also ensures that the port at the firewall/NAT 30 A, 30 B is kept open.
- the relay agent 110 A, 110 B sends a keep alive message to the application server 140 (step 1).
- the firewall/NAT 30 A, 30 B intercepts the packet, resets the time to live for the TCP connection between the public and private address of the relay agent (step 2), and forwards the keep alive message to the application server 140 (step 3).
- the keep alive message indicates to the application server 140 that the relay agent 110 A, 110 B is still available and that signaling for VoIP calls can be forwarded to the relay agent.
- the application server 140 may send a keep alive response to indicate to the relay agent 110 A, 110 B that the TCP connection is still open.
- the application server 140 can use the TCP connection opened during the registration procedure to send future firewall punching requests to the relay agent 110 A, 110 B to open ports for signaling and media connections for VoIP sessions in the firewall/NAT 30 A, 30 B as will be hereinafter described.
- the TCP connections between the relay agents 110 A, 110 B and the application server 140 can be secured using SSL transport.
- FIGS. 5A-5D illustrate an exemplary procedure for establishing a VoIP call between User A and User B.
- the addresses of the entities involved in the call will be as follows:
- Private address of User A equipment (for RTP) 192.168.1.200:24580 Private address of IP PBX A 192.168.1.100:5060 Private address of relay agent 110A 192.168.1.50:5060 Private address of User B equipment (for RTP) 192.168.2.200:24582 Private address of IP PBX B 192.168.2.100:5060 Private address of relay agent 110B 192.168.2.50:5060 Public address of SIP proxy 130 216.218.42.170:7000 Public address of application server 140 216.218.42.170:8888 The public IP address if firewall/NAT 30 A is 216.218.42.173 and the public IP address if firewall/NAT 30 B is 216.218.42.172
- the procedure begins when User A (the calling party) initiates a VoIP call by calling the public phone number (e.g., 514-666-1000) of User B (step 1).
- IP PBX A 50 A When the call is initiated, IP PBX A 50 A generates a SIP Invite request and sends the SIP Invite request on a SIP trunk to relay agent 110 A (step 2).
- IP PBX 50 A for User A is configured to use a SIP trunk that points to the address of the relay agent 110 A.
- An exemplary SIP Invite request is given below.
- the request line of the SIP Invite request contains the SIP URI of User B (the called party), and the CONTACT header field and VIA header field contain the private address of IP PBX 50 A.
- the media description contains the private address of User's A's user equipment (UE A) for the media connection.
- the relay agent 110 A receives the SIP Invite request on port 5060 and relays the SIP Invite request to the public address (216.218.42.170:7000) of the SIP proxy 130 in the public network 40 (step 3).
- the relay agent 110 A is configured to relay all packets received on port 5060 unmodified to the SIP proxy 130 .
- the firewall/NAT 30 A intercepts the outgoing packets, changes the source address of the packets to a public address (216.218.42.173:any) of the firewall/NAT 30 A, and forwards the packet to the SIP proxy (step 4).
- the SIP proxy 130 notifies the application server 140 that a new SIP Invite request has been received from User A (step 5).
- the application server 140 determines based on the source address of the packet carrying the SIP Invite request that the SIP Invite request originates from a user on private network 20 A because the source IP address of the packets matches the address obtained by the application server 140 during registration (step 6).
- the application server 140 also determines that the phone number in the request URI corresponds to a registered number associated with private network 20 B. (step 7).
- the application server 140 needs to open connections through the firewall/NAT 30 A for private network 20 A for both signaling and media traffic. Two signaling connections and two media connections are needed on the calling side. One signaling connection is needed for the CONTACT specified in the original SIP Invite request to enable the IP PBX 50 B to send new SIP requests. Another signaling connection is needed for the VIA specified in the original SIP Invite to enable IP PBX 50 B to send a response to the SIP INVITE. Both new SIP requests and responses will be sent through the SIP proxy 130 . Separate media connections are also needed for RTP and RTCP traffic respectively.
- the application server 140 sends one or more punch firewall requests to the relay agent 110 A using the TCP connection established during the registration procedure (step 8).
- the application server 140 will send a separate punch firewall request for each signaling and media connection.
- the procedure could be modified to allow multiple connections to be established with a single punch firewall request.
- a punch firewall request has a target information element (IE) to indicate the target device of the punch firewall request.
- the target IE specifies the public address (or apparent public address) of the target device from which packets will be sent.
- the punch firewall request also contains a destination IE, which specifies the private destination address of a destination device to which packets will be relayed.
- the application server 140 To open a connection for the CONTACT, the application server 140 inserts the public address (216.218.42.170:5060) of the SIP proxy 130 into the target IE and the private address (192.168.1.100:5060) specified in the CONTACT header field of the original SIP Invite into the destination IE. To open a connection for the VIA, the application server 140 inserts the public address (216.218.42.170:5060) of the SIP proxy 130 into the target IE and the private address (192.168.1.100:5060) of IP PBX 50 A specified in the VIA header field of the original SIP Invite into the destination IE.
- the application server 140 For the RTP and RTCP connections, the application server 140 appends port 5353 to the IP address (216.218.42.172) of firewall/NAT 30 B and inserts the result into the target IE.
- the address created is the apparent public source address for media packets from the called party. As will be hereinafter described, media packets arriving at firewall NAT 30 A will appear to originate from the apparent public source address.
- the application server 140 inserts the private address (192.168.1.200:24580 for RTP and 192.168.1.200:24581 for RTCP) of the calling party's IP phone into the destination IE.
- the private address of the calling party's IP phone is contained in the SDP of the original SIP Invite request.
- relay agent 110 A implements a firewall punching procedure described in more detail below to open a port for the target device specified by the application server 140 in the target IE of the punch firewall request.
- relay agent 110 A learns the public address opened by the firewall/NAT 30 A. After ports have been opened for all of the requested connections, relay agent 110 A reports the public addresses of the ports opened by firewall/NAT 30 A to the application server 140 in one or more punch firewall responses (step 9). In this example, the following ports are opened by firewall/NAT 30
- firewall punching procedure for the RTP and RTCP connections also creates an entry in the translation table for NAT Agent 120 A, which is used to change the source address of media packets from the calling party arriving at the firewall/NAT 30 A.
- the application server 140 also needs to open a firewall port in network 20 B and requests the relay agent 110 B to open a signaling connection for SIP signaling. More specifically, an open port in firewall/NAT 30 B is needed to enable the SIP Invite request to be delivered.
- the signaling connection is opened by sending a punch firewall request from the application server 140 to the relay agent 110 B (step 10).
- the punch firewall request contains a target IE and a destination IE.
- the application server 140 inserts the address (216.218.42.170:5060) of the SIP proxy 130 into the target IE to indicate that SIP signaling messages will be sent from the public address of the SIP proxy 130 .
- the destination IE contains a private address (192.168.2.100:5060) of IP PBX 50 B.
- the firewall punching procedure enables relay agent 110 B to learn the public address at the firewall/NAT 30 B opened for the signaling connection, which is returned in a punch firewall response (step 11).
- the address returned for the signaling connection is 216.218.42.172:4811.
- the application server 140 also requests relay agent 110 B to reserve two ports for outbound RTP and RTCP traffic respectively.
- the application server 140 sends a Port Reservation request to relay agent 110 B (step 12).
- the Port Reservation Request includes a destination IE that indicates the public addresses opened by firewall/NAT 30 A to which RTP and RTCP packets will be sent.
- the relay agent 110 B reserves ports for outgoing RTP and RTCP traffic.
- the port reserved for outgoing RTP traffic should be an even port, while the port for RTCP is the next consecutive odd port.
- the relay agent 110 B reports the private addresses reserved for the RTP and RTCP traffic to the application server 140 in responses to the Port Reservation requests (step 13).
- the relay agent 110 B reserves 192.168.2.50:4814 for RTP traffic and 192.162.2.50:4815 for RTCP traffic.
- application server 140 In response to the notification from the SIP proxy 130 , application server 140 returns the reserved addresses obtained to the SIP proxy 130 (step 14) and the SIP proxy 130 modifies the SIP Invite request (step 15). For a simple SIP Invite that contains a voice media description, the following modifications to the SIP Invite are done:
- the SIP proxy 130 sends the modified SIP Invite to the public address (216.218.42.172:4811) of the port that was opened in firewall/NAT 30 B to receive the SIP Invite (step 16).
- the firewall punching procedure previously performed by relay agent 110 B created a binding for the public address of the port with the private address of the relay agent 110 B.
- the firewall/NAT 30 B maps the public destination address of the SIP Invite request to the private address of relay agent 110 B and forwards the SIP Invite request to relay agent 110 B at the port used to send the FWPP in step 10 (step 17).
- Relay agent 110 B receives the modified SIP Invite request and forwards the SIP Invite request to the IP PBX 50 B at 192.168.2.100:5060, which is the address specified in the destination IE of the punch firewall request sent at step 10 (step 18).
- IP PBX 50 B rings the phone at extension 1000 (step 19).
- IP PBX 50 B may send one or more SIP provisional responses to the SIP proxy 130 while waiting for User B to answer.
- IP PBX 50 B accepts the SIP Invite request by sending a SIP 200 OK response with a media description to the address (216.218.42.170:7000) specified in the topmost VIA of the SIP Invite request. This is the public address of the SIP proxy 130 .
- the SIP 200 OK response is shown below:
- the media description of the SIP 200 OK response contains the IP address (192.168.2.200) and port (24582) of User's B's user equipment (UE B) for the media connection.
- the CONTACT header field contains the private address (192.168.2.100:5060) of the IP PBX 50 B.
- the SIP 220 OK response is sent to the relay agent (step 21).
- relay agent 110 B Upon receipt of the SIP Invite response, relay agent 110 B relays the SIP Invite response (step 22).
- the firewall/NAT 30 B intercepts the SIP 200 OK response and forwards the response to the SIP proxy 130 (step 23).
- SIP proxy 130 notifies the application server 140 that a SIP 200 OK response was received for the SIP transaction (step 24).
- the application server 140 needs to open connections through firewall/NAT 30 B for RTP and RTCP traffic. Also, a signaling connection is needed to enable the calling party to send a SIP ACK request acknowledging the SIP 200 OK response.
- the application server 140 sends one or more punch firewall requests to relay agent 110 B indicating that open ports are needed for RTP and RTCP traffic and for SIP requests (step 25).
- the target IE of the punch firewall requests for both RTP and RTCP traffic contains the IP address of the firewall/NAT 30 A with the port number 5353 appended. This is the apparent public source address for media packets sent by User A.
- the destination IE of the Punch Firewall request contains the private address (192.168.2.200:24582) of User B's phone for RTP traffic.
- the destination IE of the Punch Firewall request contains the private address (192.168.2.200:24583) of User B's phone for RTCP traffic.
- the target IE for the punch firewall request is the public address (216.218.42.170:7000) of the SIP Proxy 130 and the destination IE is the private address (192.168.2.100:5060) identified in the CONTACT header field of the SIP 200 OK response.
- the relay agent 110 B implements the firewall punching procedure to open connections for RTP and RTCP traffic and reports the public addresses opened for RTP and RTCP traffic respectively to the application server 140 (step 26).
- the public address for RTP traffic is 216.218.42.172:4816.
- the public address for RTCP traffic is 216.218.42.172:4818.
- the relay agent 110 B also reports the public address opened for the called party CONTACT, which in this example is 216.218.42.172:4812.
- Ports also need to be reserved by relay agent 110 A for RTP and RTCP traffic.
- the application server 140 sends Port Reservation requests to relay agent 110 A to reserve ports at relay agent 110 A for media traffic (step 27).
- the Port Reservation requests include the public addresses at firewall/NAT 30 B returned in step 26 in the destination IE.
- the relay agent 110 A reserves two consecutive ports for RTP and RTCP traffic respectively, and returns the private addresses of the reserved ports to the application server 140 in a response to the Port Reservation requests (step 28).
- port 2070 is reserved for RTP and port 2071 is reserved for RTCP.
- the application server 140 relays the private addresses to the SIP proxy 130 for modification of the SIP Response (step 29).
- the SIP proxy 130 modifies the SIP response to include address information received from relay agent 110 A (step 30). More specifically, the SIP proxy 130 removes the topmost VIA and modifies the media description so that RTP address points to the address (192.168.1.50:2070) of the port reserved by the relay agent 110 A for RTP traffic.
- the modified SIP 200 OK response is shown below with changes highlighted:
- the SIP proxy 130 sends the modified SIP 200 OK response to the public address (216.218.42.173:2064) for the port in firewall/NAT 30 A that was opened for the VIA connection (step 31).
- the firewall punching procedure previously performed by relay agent 110 A created a binding between the public address of the port opened by firewall/NAT 30 A and the private address at relay agent 110 A for the VIA connection.
- firewall/NAT 30 A translates the public address to the private address of relay agent 110 A and forwards the response to relay agent 110 A (step 32).
- Relay agent 110 A receives the modified SIP 200 OK response and, in turn, forwards the SIP response to IP PBX 50 A at 192.168.1.100:5060, the address originally specified in the VIA header of the original SIP Invite request (step 33).
- IP PBX 50 A processes the SIP Response (step 34). To complete the SIP dialog, IP PBX 50 A sends a SIP ACK request to relay agent 110 A (step 35). It may be noted that in SIP, ACK is a request and not a response. It is therefore sent to the address specified in the first record route, which was created by adding a RECORD ROUTE entry in the SIP Invite that points to the relay agent 110 A.
- Relay agent 110 A relays the SIP ACK request to the SIP proxy 130 (step 36).
- the firewall NAT 30 A receives the SIP ACK request and forwards it to the SIP proxy (step 37).
- the SIP proxy 130 notifies the application server 140 that the ACK request was received (step 38).
- the application server 140 sends a reply to the SIP proxy 130 containing the address at relay agent 110 B where the SIP ACK request is to be sent (step 39)
- the SIP proxy 130 relays the SIP ACK request to the relay agent 110 B (step 40).
- the relay agent 110 B in turn forwards the ACK request to IP PBX 50 B (step 41).
- IP PBX 50 B handles the ACK request and the dialog is established (step 42).
- open ports for signaling and media connections exist on firewall/NATs 30 A and 30 B and the call between User A and User B is established.
- FIG. 6 illustrates a firewall punching procedure for opening connections through a firewall.
- the firewall punching procedure is triggered by the relay agent 110 A, 110 B responsive to an event.
- the event may comprise a request (e.g., Punch Firewall request from the application server 140 ) to open a “hole” in the corporate firewall/NAT 30 A, 30 B so that packets coming from a target device in the Internet, would be forwarded to an internal device in the private network (the destination device).
- the relay agent 110 A, 1108 cannot simply open the hole on behalf of the destination device; it needs to remain in the path of the incoming packets from the target device.
- the relay agent 110 A, 110 B opens a socket and binds it to a port (step 1).
- the relay agent 110 A, 110 B sends a specially formed packet called the firewall punching packet (FWPP) from the port opened in step 1 to the target device address (step 2).
- the source address of the FWPP is the private relay agent address (agentip:agentport) from which the FWPP is sent and the destination address of the FWPP is the target device address (targetip:targetport).
- the target device address is the address specified in the target IE of the Punch Firewall request.
- the corporate firewall/NAT 30 A, 30 B receives the FWPP on the LAN side and searches its NATing table to see if there is already an association between the private source address of the FWPP and the public destination address of the FWPP (step 3). If a matching entry is found, the firewall/NAT 30 A, 30 B updates the time to live of this NATing entry and sends the FWPP to the public destination address using the same public source address that was found in the table.
- the firewall/NAT 30 A, 30 B reserves a public source address (natip:natport) creates a new entry in its NATing table associating the public source address (natip:natport) with the relay agent address (agentip:agentport) and target device address (targetip:targetport), and sends the FWPP to the destination address (targetip:targetport) from the public source address (natip:natport) it just reserved (step 4).
- the firewall/NAT 30 A, 30 B now routes any packet arriving at natip:natport from internetip to agentip:agentport.
- the NAT agent 120 A, 120 B analyzes every packet sent from the WAN side of the firewall/NAT 30 A, 30 B to the internet service provider and is able to rapidly recognize a FWPP. Most packets except the FWPP (and a few other packets to be described below) are passed unmodified through the NAT agent 120 A, 120 B.
- the NAT Agent 120 A, 120 B intercepts the FWPP and takes action depending on the target device address. If the target device address includes a predetermined “fixed” port (port 5353 in this example), the NAT agent 120 A, 120 B creates or updates an entry in its translation table (step 5).
- the entry comprises three components: the public source address (natip:natport) of the FWPP, the target device IP address (targetip), and a time stamp that is used to remove unused or stale entries.
- the NAT agent 120 A, 120 B extracts the public source address of the FWPP and builds a FWPP response (FWPPR) (step 6).
- the FWPPR includes in its payload the public source address (natip:natport) of the FWPP, which is the port opened in the firewall/NAT 30 A, 30 B. The FWPP is discarded.
- the NAT Agent 120 A, 120 B sends a FWPPR back to the public source address (natip:natport) opened for the FWPP (step 7).
- the source and destination address in the FWPP are swapped.
- the firewall/NAT 30 A, 30 B receives the FWPPR on the public address opened for the FWPP, translates the public destination address of the FWPPR to the private address (agentip:agentport) of the relay agent 110 A, 110 B (step 8), and forwards the FWPPR to the relay agent (step 9).
- the relay agent 110 A, 110 B receives the FWPPR on the port used to send the FWPP (opened in step 1) and reads the public source address contained in the payload of the FWPP (step 10). The relay agent 110 A, 110 B then stores the public address returned in the FWPPR by the NAT agent 120 A, 120 B. At this point, the relay agent 110 A, 110 B knows that if a packet is sent from the target device to the firewall/NAT 30 A, 30 B at natip:natport, will be relayed by the firewall/NAT 30 A, 30 B to the relay agent at agentip:agentport. The relay agent 110 A, 110 B keeps the socket for this connection open and forwards packets received over this socket to a destination device in the private network.
- the address of the destination device is specified in the destination IE of the Punch Firewall request and the relay agent 110 A, 110 B sends a Punch Firewall response containing the public source address (natip:natport) to the application server 140 .
- the design of the FWPP should enable the NAT agent 120 A, 120 B to rapidly identify an FWPP.
- the FWPP design may have a fixed length and begin with a predetermined signature.
- the FWPP may have a predetermined format that enables rapid analysis.
- the FWPPR is designed so that it may be easily constructed.
- the FWPP is designed with some unused bytes that can be used by the NAT agent 120 A, 120 B to insert the public source address.
- the FWPP is designed to allow the source and destination addresses to be easily swapped.
- the packet design allows the NAT agent 120 A, 120 B to rapidly recalculate a checksum for the IP and UDP headers without recalculating the whole packet checksum.
- the FWPP is exactly 27 bytes long.
- Bytes 0 - 15 (16 bytes) contain a unique identifier (e.g. GUID).
- Byte 16 contains a packet type identifier which is set to 01 for a FWPP and is set to 02 for an FWPPR.
- Bytes 17 - 20 (4 bytes) contain a sequential unique ID generated by the relay agent 110 A, 110 B, used to match FWPPR responses to FWPP requests and therefore be able to discard responses to old requests.
- Bytes 21 - 24 (4 bytes) are reserved to contain the public IP address opened by the firewall/NAT 30 A, 30 B in the FWPPR packet.
- Bytes 26 - 27 (2 bytes) are reserved to contain the public port opened by the firewall/NAT 30 A, 30 B in the FWPPR packet.
- FIG. 7 illustrates an exemplary procedure for maintaining an open port on the NAT/firewall 30 A, 30 B.
- the relay agent 110 A, 110 B sends a Firewall Keep Alive (FWKA) message to the firewall/NAT 30 A, 30 B (step 1).
- the FWKA message is sent to the same target address and from the same source address as the previous FWPP.
- the firewall/NAT 30 A, 30 B finds the existing entry in its binding table corresponding to the destination address of the FWKA and updates the time to live (step 2).
- the firewall/NAT 30 A, 30 B sends the FWKA to the destination address (step 3).
- the NAT Agent 120 A, 120 B intercepts the FWKA. If the destination address of the FWKA packet is addrNATx:5353, the NAT Agent 120 A, 120 B will update the time to live for the corresponding entry in its translation table (step 4). The NAT agent 120 A, 120 B then drops the FWKA (step 5).
- the FWKA packet is 17 bytes long.
- Bytes 0 - 15 (16 bytes) contain a GUID (a Unique identifier).
- Byte 16 (1 byte) contains a packet type indicator (e.g., 03 to indicate a FWKA).
- FIG. 8 illustrates the path of SIP signaling messages after signaling connections have been established in accordance with the present invention.
- SIP signaling messages generated by the IP PBX 50 A, 50 B are sent to the local relay agent 110 A, 110 B (step 1).
- the local relay agent 110 A, 110 B forwards the SIP signaling message to the SIP proxy 130 (step 2), which relays the message to the public address of the port at the firewall/NAT 30 A, 30 B opened for the signaling connection (step 3).
- the firewall/NAT 30 A, 30 B looks up the corresponding private address in its binding table (step 4). As noted previously, the binding of the public address with the private address of the remote relay agent was created during the firewall punching procedure.
- the firewall/NAT 30 A, 30 B forwards the packet to the remote relay agent 110 A, 110 B (step 5).
- the relay agent 110 A, 110 B also includes a routing table that associates the port over which SIP signaling messages are received with the private address of the IP PBX 50 A, 50 B.
- the relay agent 110 A, 110 B looks up the internal address associated with the signaling port (step 6), which is the internal address of the IP PBX 50 A, 50 B.
- the relay agent 110 A, 110 B then forwards the SIP message to the remote IP PBX (step 7).
- FIG. 9 illustrates the route followed by RTP packets after media connections have been established.
- RTP packets originating from the user equipment are sent by the local relay agent 110 A, 110 B to the remote user's NAT Agent 120 A, 120 B (step 1).
- the remote user's NAT Agent 120 A, 120 B includes a translation table that associates the packet's public source IP address and destination address.
- the NAT Agent 120 A, 120 B changes the packet's source port to 5353 (step 2) and forwards the packet with the modified source address to the firewall/NAT 30 A, 30 B (step 3).
- the firewall/NAT 30 A, 30 B includes a binding table that associates the public destination address of the packet with a private destination address.
- the firewall/NAT 30 A, 30 B replaces the public destination address with the private destination address in its binding table (step 4) and forwards the packet to the relay agent 110 A, 110 B (step 5).
- the relay agent 110 A, 110 B remembers that packets received on a specific port need to be forwarded to another private address specified in a previous punch firewall request (step 6). That private address is the private address of the user's IP phone.
- the remote relay agent 110 A, 110 B substitutes the private address of the user's phone for the destination address contained in the data packet and forwards the data packet to the user's phone (step 7).
- the functionality of the relay agent 110 A, 110 B and NAT agent 120 A, 120 B can be incorporated into router 70 A, 70 B or other host device implementing the firewall/NAT 30 A, 30 B as shown in FIG. 10 .
- the router 70 A, 70 B itself could open the connections.
- the communication channel between the router 70 A, 70 B and the application server 140 could be built-in directly into the router code to circumvent the firewall/NAT 30 A, 30 B.
- the router 70 A, 70 B could reserve one or more ports (e.g., port 5060 ) to forward internal SIP traffic to the application server 140 .
- the router 70 A, 70 B could be configured via a browser interface as is known in the art.
- a router 70 A, 70 B containing the relay agent 110 A, 110 B and Nat agent 120 A, 120 B When a router 70 A, 70 B containing the relay agent 110 A, 110 B and Nat agent 120 A, 120 B is enabled it would implement a start-up procedure and establish a connection with the application server 140 .
- the router 70 A, 70 B reserves a port (e.g., port 5060 ) on the internal network side to relay traffic to the application server 140 .
- This private router address may be configured as a SIP trunk in the IP PBX 50 A, 50 B.
- the router 70 A, 70 B connects with the application server 140 optionally using a secure protocol, such as CORBA over SSL, by using a connection directly on the WAN side of the router 70 A, 70 B, thus eliminating the need for NAT traversal.
- the relay agent function 110 A, 110 B in the router 70 A, 70 B would still send keep alive signals to the application sever 140 to maintain the TCP connection with the application server 140 .
- the relay agent function 110 A, 110 B in the router 70 A, 70 B could initiate updates of the router's NATing table directly so that incoming SIP signaling packets are forwarded directly to the IP PBX 50 A, 50 B.
- the RTP/RTCP port contiguity requirement may be addressed directly in the code of the router 70 A, 70 B by having the firewall/NAT 30 A, 30 B reserve two consecutive public ports for RTP and RTCP connections.
- relay agent 110 A, 110 B at the remote end there is no need for relay agent 110 A, 110 B at the remote end to function as an outbound proxy for RTP and RTCP traffic.
- the application server 140 could detect that the public ports on the end with an integrated system are consecutive and thus avoid creating the proxy ports in the relay agent 110 A, 110 B at the other end. In this case, the application server 140 could direct that the media packets be sent directly over the Internet instead of routing it through the relay agent 110 A, 110 B.
- the application server 140 could simply request the router 70 A, 70 B to reserve a public port and to route traffic on that port coming from a specific IP address (the remote firewall address) to the media endpoint in the private network 20 A, 20 B.
- a specific IP address the remote firewall address
- FIG. 11 illustrates an exemplary procedure for traversing a firewall in the scenario where the functionality of the relay agent 110 A, 110 B and NAT agent 120 A, 120 B, and firewall/NAT 30 A, 30 B is contained within a router 70 A, 70 B.
- the procedure begins when User A initiates a call by dialing the phone number of User B (step 1).
- the IP PBX 50 A for User A generates a SIP Invite request and sends the SIP Invite request on a SIP trunk to the router 70 A (step 2).
- the router 70 A forwards the SIP Invite request to the SIP proxy 130 (step 3).
- the SIP proxy 130 notifies the application server 140 that a new call is being made (step 4).
- the application server 140 determines the identity of User A (step 5) and User B (step 6) from the contents of the SIP Invite request as previously described.
- the application server 140 then sends a request to the router 70 A to open ports for signaling and media connections (step 7).
- Four ports are required: one for the CONTACT in the SIP Invite request, one for the VIA in the SIP Invite request, one for RTP, and one for RTCP as previously described.
- Router 70 A opens ports in the firewall (step 8) and returns the addresses of the ports to the application server 140 (step 9).
- the application server 140 then requests the router 70 B to open a port for the SIP Invite request (step 10).
- the router 70 B opens a port (step 11) and returns the address of the port to the application server (step 12).
- the application server 140 then returns values to the SIP proxy 130 to modify the SIP Invite (step 13).
- the SIP proxy 130 modifies the SIP Invite (step 14) and sends the modified SIP Invite to the port opened by router 70 B (step 15).
- Router 70 B forwards the modified SIP Invite to the IP PBX 50 B (step 16) which rings the phone extension of User B (step 17).
- IP PBX 50 B sends a SIP OK response to the router 70 B (step 19).
- the router 70 B forwards the SIP OK to the SIP proxy 130 (step 20).
- the SIP proxy 130 notifies the application server 140 that a SIP OK response has been received (step 21).
- the application server 140 then sends a request to the router 70 B to open ports for RTP and RTCP connections and for an additional signaling connection for an acknowledgement of the SIP Response message (step 22).
- Router 70 B opens ports for RTP and RTCP (step 23) and returns the addresses to the application server 140 (step 24).
- the application server 140 returns values to the SIP proxy 130 to modify the SIP OK response (step 25).
- the SIP proxy 130 modifies the SIP OK response (step 26) and sends the modified SIP OK response to the router 70 A.
- Router 70 A forwards the modified SIP OK response to the IP PBX 50 A (step 28). While not shown in FIG. 11 , the IP PBX 50 A sends a SIP ACK request to establish the SIP dialogue.
- FIG. 12 illustrates an exemplary host device 200 to implement functional components of the present invention such as the relay agent 110 A, 110 B, NAT agent 120 A, 120 B, SIP proxy 130 , application server 140 , and router 70 A, 70 B.
- the host device 200 comprises one or more network interfaces 206 to connect the host device with a private network, a public network, or both, a processor 204 to implement the procedures described herein, and a memory 202 to store program code and data for implementing the procedures described herein.
- the processor 204 may comprise one or more microprocessors, hardware, or a combination thereof.
- Memory 202 may comprise both volatile memory (e.g., RAM) for strong temporary data and non-volatile memory (e.g. ROM, EEPROM) for storing program code and configuration data.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Multimedia (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Telephonic Communication Services (AREA)
- Communication Control (AREA)
Abstract
A system and method for traversing a firewall for a voice-over-IP session or other communication session uses four main components: a relay agent, and NAT 30A gent, a SIP proxy and a application server. The SIP proxy is located in the public network and SIP signaling messages are routed through the SIP proxy. The sever opens ports in the firewall for signaling between the SIP proxy and the relay agent behind the firewall. The application server also opens ports in the firewall for media traffic. The NAT 30A gent disposed in the path from the firewall to the Internet filters media packets and changes the public source address of the media packets to a predetermined address associated with the open media port.
Description
- This application claims the benefit of U.S. Provisional Patent Application 61/150,378, filed Feb. 6, 2009, which is incorporated herein by reference.
- The present invention relates generally to traversal of a network address translator and, more particularly, to a scalable solution for traversing a symmetric network address translator for VoIP (VoIP) and other communication sessions.
- The Internet is a global system of many interconnected computer networks, both public and private. The Internet allows direct end-to-end connectivity between two devices or end points using standard protocols such as the Internet Protocol (IP), Transmission Control Protocol (TCP), and User Datagram Protocol (UDP). Each device connected to the Internet is assigned an IP address which enables the routing of data packets. Currently, most devices use the address scheme specified in the Internet Protocol Version 4 (IPv4). The open architecture and near universal accessibility of the Internet has led to widespread adoption and use of the Internet by businesses and individuals.
- The features that make the Internet so popular also contribute to some of its drawbacks. For example, the universal access and direct end-to-end connectivity enable users on opposite sides of the globe to communicate directly with one another, but exposes computers to hackers and other malicious third parties. The direct end-to-end connectivity also requires that each end device be given a unique IP address. However, the widespread adoption of the Internet has led to depletion of available addresses in the IPV4 address space.
- To address security concerns, most private business and home networks now implement some form of firewall. A firewall comprises hardware and/or software that is designed to block unauthorized access to a protected network while permitting authorized communications with users outside the firewall. Firewalls protect against unauthorized access by applying a predefined security policy to packets entering a protected network. The security policy comprises a set of rules and procedures governing data packets entering or exiting the protected network. The firewall allows packets to pass through the firewall based on the specific rules of the defined policy. Most often, a firewall allows most outgoing packets originating inside the protected network to pass through the firewall while blocking most incoming packets from the public network. Data traffic from the public networks is allowed to pass only if it conforms to a defined access control filter, is sent in response to an outgoing data packet, or is part of an already-established communication session.
- The problem of address exhaustion is typically handled by using a technique called network address translation (NAT). Network address translation is commonly implemented in conjunction with firewalls as part of an overall network security arrangement. Network address translation allows devices connected to a private network to share a single IP address. The basic idea behind network address translation is to assign private address from a private address space to devices connected to the private network. Because the private addresses use a different address space than the public Internet, packets containing a private address cannot be routed through the Internet. In order to allow a device with a private IP address to communicate with other devices on the Internet, a NAT (network address translator) translates private source and destination addresses of packets valid in the private address space to public source and destination addresses valid in the public address space.
- There are many different NAT implementations, each affecting higher layer communication protocols differently. The present invention addresses problems with traversing symmetric NATs, although the invention may be used with other types of NAT implementations. In a symmetric NAT, each request from the same private IP address and port to a specific destination IP address and port is mapped to a unique public source IP address and port. If the same internal host sends a data packet with the same private source address and port, but to a different public IP address or port, a different mapping is used. In a symmetric NAT, data packets sent by an external host will be passed only if the internal host has previously Invited a response from the external host sending the data packet. Uninvited data packets from an external host will be blocked by the NAT.
- While network address translation works well with many commonly used protocols, such as HTTP, POP, and SMTP, it may create problems for some application level communication protocols that send explicit network addresses within their payload. For instance, the Session Initiation Protocol (SIP) is a signaling protocol used to set up, maintain, and terminate voice-over IP (VoIP) sessions. A typical VoIP application will use different addresses and/or ports for signaling traffic and media traffic such as voice, video, and fax traffic. To set up the VoIP session, the call originator invites the called party to participate in a call by sending a SIP INVITE request. The called party accepts the invitation by sending a SIP RESPONSE message. The SIP INVITE and SIP RESPONSE messages typically include specific addresses and ports that are being opened for the RTP (media) traffic.
- In the case where the called party is behind a symmetric NAT, the SIP INVITE request will be blocked by the NAT and never reach the called party. Even if the called party is reachable, the SIP Response from called party may be blocked in situations where the calling party is behind a symmetric firewall/NAT. Further, the VoIP application will typically use a different IP address and port for sending and receiving RTP or RCTP traffic, e.g., voice data. The VoIP client has no way of knowing the external address assigned by the NAT for the RTP and RTCP traffic.
- A number of techniques have been used to solve the NAT traversal problem for voice-over IP communications. One solution is to use an application level gateway (ALG). An application level gateway is a software component that allows examination and modification of data packets passing through the NAT. In the case of SIP protocol packets, the ALG can replace private source and destination addresses contained in the payload of SIP messages with public source and destination addresses. This technique does not ensure security or authenticity and is difficult to deploy because the ALG must have knowledge of the application level protocols. Thus, a separate ALG is typically required for each application.
- A network protocol called STUN (Session Traversal Utilities for NAT) described in RFC 5389 allows a host device in a private network to discover the presence of a network address translator and to obtain the public NAT address that was allocated for the user's UDP connection to a remote host. A client device generates and sends a STUN request to a STUN application server in the public network prior to setting up communication with a remote host. The request causes the NAT to allocate a public address and create a binding between the public address and the private source address of the STUN request. The STUN application server sends a STUN response to the client and, within its payload, returns the public NAT address allocated by the NAT. The client may then advertise this public address as the address on which it will receive UDP packets (both for signaling and media packets). The STUN protocol does not work with a symmetric firewall in situations where the client will be receiving packets from public addresses other then the public address of the STUN application server.
- A protocol called TURN (Traversal Using Relay NAT) provides an application server function to a client behind a NAT to allow the client to receive incoming data over TCP or UDP connections. Similar to STUN, a client sends a request to a TURN application server prior to setting up communication with a remote host. The TURN application server returns to the client the address that it can use as the destination for media, which the client uses as the destination address for packets sent to the remote host. The destination address returned is not the address of the remote host, but instead, is an address associated with the TURN application server. The TURN application server acts as a relay and forwards the packet. Although TURN provides a solution to the NAT traversal problem, it requires that all packets be relayed by the TURN application server, and thus is not easily scalable. While network delays induced by the introduction of additional network hops is typically not significant enough to affect the SIP signaling, media packets should be delivered with minimal delays. Therefore, a solution that reduces the number of hops, and therefore the overall delay, is preferable.
- A session border controller (SBC) is a device used in some VoIP networks to traverse a network address translator. The SBC is a session-aware device that provides both media proxy and session control functions. The SBC is essentially a proxy that establishes call legs in two different networks. The SBC receives packets on one call leg and forwards them toward the destination on the other call leg. Because the SBC modifies the addresses, it may break some security mechanisms. Also, session border controllers are expensive, difficult to deploy, and not easily scalable because all packets must be relayed through the SBC.
- The present invention provides a system and method for traversing a symmetric NAT for VoIP and other communication sessions. The system and method uses four main components: a relay agent, a NAT agent, a SIP proxy, and an application server. The relay agent is located behind the firewall/NAT in a private network and is configured to communicate with the SIP proxy located in the public network. The relay agent routes SIP signaling messages through the SIP proxy. The application server requests the relay agent to open signaling ports in the firewall/NAT for signaling between the SIP proxy and the relay agent. The application server also requests the relay agents to open ports in the firewall/NAT for media traffic. The NAT agent disposed in the path from the firewall/NAT to the Internet filters media packets and changes the public source address of incoming media packets to a predetermined address associated with the open media port.
-
FIG. 1 illustrates an exemplary communication network incorporating a NAT traversal system according to one embodiment. -
FIG. 2 illustrates the main components of a NAT traversal system according to one exemplary invention and the signal flow between components. -
FIG. 3 illustrates a registration procedure used to register a user with the application server and for opening a connection between the application server and a relay agent. -
FIG. 4 illustrates a procedure for maintaining a signaling connection between the NAT application server and a relay agent. -
FIGS. 5A-5D illustrate a procedure for establishing a communication session through a firewall according to one exemplary embodiment. -
FIG. 6 illustrates a procedure for opening a signaling or media connection through a firewall. -
FIG. 7 illustrates a procedure for maintaining a signaling or media connection through a firewall. -
FIG. 8 illustrates message forwarding for signaling traffic in one embodiment of the invention. -
FIG. 9 illustrates message forwarding for media traffic in one embodiment of the invention. -
FIG. 10 illustrates a router in an alternate embodiment. -
FIGS. 11A and 11B illustrate a procedure for establishing a communication session through a firewall according to another exemplary embodiment. -
FIG. 12 illustrates an exemplary host device to implement functional components of the present invention such as the relay agent, Nat agent, SIP proxy, and application server. - Referring now to the drawings,
FIG. 1 illustrates acommunication network 10 configured in accordance with one exemplary embodiment of the present invention. Thecommunication network 10 comprises twoprivate networks 20 interconnected with apublic network 40, such as the Internet. For purposes of clarity, a reference number in the following description may be followed by either the letter A to designate elements associated with the calling party, referred to herein as User A, or the letter B to designate elements associated with the called party, referred to herein as User B. Thus,private network 20A refers to the calling party's network, whileprivate network 20B refers to the called party's private network. When discussing elements generically, the reference number may be used without a letter. Also, it is noted that the term “address” as used herein refers to a fully qualified network address containing both an IP address and port number. The term “IP address” refers to the network address without the port number. - Each
private network NAT private network NAT - Each
network IP PBX IP PBX users networks public network 40 rather than the PSTN. As described in the background, the presence of the symmetric firewall/NAT private network - The
communication network 10 includes asystem 100 for traversing the firewall/NAT FIG. 2 . The present invention could also be applied in other applications where address information is carried in the payload of data packets. Thesystem 100 comprises four types of components:relay agents private networks NAT agents public network 40 before they cross the firewall/NATs proxy server 130 in thepublic network 40, and aapplication server 140 in thepublic network 40. TheNat agents firewalls - The
relay agents private network relay agents IP PBX relay agents relay agents - The
SIP proxy 130 andapplication server 140 may be implemented as software on a computer connected to thepublic network 40. TheSIP proxy 130 andapplication server 140 may reside in the same computer, or in separate computers. Also, the functionality of theSIP proxy 130 and/orapplication server 140 could be distributed among several computers or processors, or in a cluster of application servers. - The
NAT Agents relay agents NAT Agents SIP proxy 130 andapplication server 140. This architecture provides an easily scalable solution for traversing a symmetric firewall/NAT - As will be hereinafter described in greater detail, the
relay agents respective IP PBXs relay agents IP PBXs SIP proxy 130 in thepublic network 40. Similarly, therelay agents SIP proxy 130 on behalf ofrespective IP PBX IP PBX relay agent -
NAT Agents private networks public network 40 and intercept incoming packets before crossing the firewall of the protectednetwork FIG. 1 ,NAT Agent 120A intercepts media packets transmitted by User B to User A, whileNAT Agent 120B intercepts media packets transmitted by User A to User B. TheNAT Agents NATs - The
SIP proxy 130 andapplication server 140 facilitate the establishment of the VoIP session. All SIP signaling passes through theSIP proxy 130. TheSIP proxy 130 receives SIP signaling message from therelay agent 110A orrelay agent 110B, modifies the address information contained in the SIP signaling messages, and forwards the signaling messages to therelay agent 110B orrelay agent 110A. - The
application server 140 communicates with theSIP proxy 130 andrelay agents private networks relay agents application server 140, through thefirewalls application server 140 can send requests to therelay agents application server 140 is to authorize and facilitate SIP sessions and to coordinate with therelay agents NATs SIP proxy 130. -
FIGS. 3-9 illustrate exemplary procedures according to one embodiment of the present invention for traversing a firewall/NAT private network 20A andprivate network 20B include a firewall/NAT - To implement the NAT traversal, the
relay agents application server 140 and establish a communication channel with theapplication server 140. It is assumed that user accounts have already been established during a subscription procedure.FIG. 3 illustrates an exemplary registration procedure. To begin the registration procedure, therelay agent NAT relay agent NAT relay agent NAT relay agent relay agent application server 140, therelay agent NAT PBX agent - Upon receipt of the outbound registration request, the firewall/
NAT NAT relay agent NAT server 140 receives the registration request, it finds the account specified by the AccountID and performs authentication using the password in the registration request. If the authentication is successful, theapplication server 140 stores the public source address of the registration request and the public IP address (natip) of the firewall/NAT application server 140 sends a registration response to therelay agent - Once the TCP connection with the
application server 140 is opened, therelay agent FIG. 4 to maintain the TCP connection with theapplication server 140. The keep alive procedure also ensures that the port at the firewall/NAT relay agent NAT application server 140 that therelay agent application server 140 may send a keep alive response to indicate to therelay agent - The
application server 140 can use the TCP connection opened during the registration procedure to send future firewall punching requests to therelay agent NAT relay agents application server 140 can be secured using SSL transport. -
FIGS. 5A-5D illustrate an exemplary procedure for establishing a VoIP call between User A and User B. To provide a concrete example, the addresses of the entities involved in the call will be as follows: -
Private address of User A equipment (for RTP) 192.168.1.200:24580 Private address of IP PBX A 192.168.1.100:5060 Private address of relay agent 110A192.168.1.50:5060 Private address of User B equipment (for RTP) 192.168.2.200:24582 Private address of IP PBX B 192.168.2.100:5060 Private address of relay agent 110B192.168.2.50:5060 Public address of SIP proxy 130216.218.42.170:7000 Public address of application server 140216.218.42.170:8888
The public IP address if firewall/NAT 30A is 216.218.42.173 and the public IP address if firewall/NAT 30B is 216.218.42.172 - The procedure begins when User A (the calling party) initiates a VoIP call by calling the public phone number (e.g., 514-666-1000) of User B (step 1). When the call is initiated, IP PBX A 50A generates a SIP Invite request and sends the SIP Invite request on a SIP trunk to relay
agent 110A (step 2).IP PBX 50A for User A is configured to use a SIP trunk that points to the address of therelay agent 110A. An exemplary SIP Invite request is given below. - At this point, the request line of the SIP Invite request contains the SIP URI of User B (the called party), and the CONTACT header field and VIA header field contain the private address of
IP PBX 50A. The media description contains the private address of User's A's user equipment (UE A) for the media connection. - The
relay agent 110A receives the SIP Invite request on port 5060 and relays the SIP Invite request to the public address (216.218.42.170:7000) of theSIP proxy 130 in the public network 40 (step 3). Therelay agent 110A is configured to relay all packets received on port 5060 unmodified to theSIP proxy 130. The firewall/NAT 30A intercepts the outgoing packets, changes the source address of the packets to a public address (216.218.42.173:any) of the firewall/NAT 30A, and forwards the packet to the SIP proxy (step 4). - The
SIP proxy 130 notifies theapplication server 140 that a new SIP Invite request has been received from User A (step 5). Theapplication server 140 determines based on the source address of the packet carrying the SIP Invite request that the SIP Invite request originates from a user onprivate network 20A because the source IP address of the packets matches the address obtained by theapplication server 140 during registration (step 6). Theapplication server 140 also determines that the phone number in the request URI corresponds to a registered number associated withprivate network 20B. (step 7). - To enable the VoIP session, the
application server 140 needs to open connections through the firewall/NAT 30A forprivate network 20A for both signaling and media traffic. Two signaling connections and two media connections are needed on the calling side. One signaling connection is needed for the CONTACT specified in the original SIP Invite request to enable theIP PBX 50B to send new SIP requests. Another signaling connection is needed for the VIA specified in the original SIP Invite to enableIP PBX 50B to send a response to the SIP INVITE. Both new SIP requests and responses will be sent through theSIP proxy 130. Separate media connections are also needed for RTP and RTCP traffic respectively. - To open ports at the firewall/
NAT 30A, theapplication server 140 sends one or more punch firewall requests to therelay agent 110A using the TCP connection established during the registration procedure (step 8). Typically, theapplication server 140 will send a separate punch firewall request for each signaling and media connection. However, the procedure could be modified to allow multiple connections to be established with a single punch firewall request. A punch firewall request has a target information element (IE) to indicate the target device of the punch firewall request. The target IE specifies the public address (or apparent public address) of the target device from which packets will be sent. The punch firewall request also contains a destination IE, which specifies the private destination address of a destination device to which packets will be relayed. - To open a connection for the CONTACT, the
application server 140 inserts the public address (216.218.42.170:5060) of theSIP proxy 130 into the target IE and the private address (192.168.1.100:5060) specified in the CONTACT header field of the original SIP Invite into the destination IE. To open a connection for the VIA, theapplication server 140 inserts the public address (216.218.42.170:5060) of theSIP proxy 130 into the target IE and the private address (192.168.1.100:5060) ofIP PBX 50A specified in the VIA header field of the original SIP Invite into the destination IE. For the RTP and RTCP connections, theapplication server 140 appends port 5353 to the IP address (216.218.42.172) of firewall/NAT 30B and inserts the result into the target IE. The address created is the apparent public source address for media packets from the called party. As will be hereinafter described, media packets arriving atfirewall NAT 30A will appear to originate from the apparent public source address. For the RTP and RTCP connections, theapplication server 140 inserts the private address (192.168.1.200:24580 for RTP and 192.168.1.200:24581 for RTCP) of the calling party's IP phone into the destination IE. The private address of the calling party's IP phone is contained in the SDP of the original SIP Invite request. - In response to each punch firewall request,
relay agent 110A implements a firewall punching procedure described in more detail below to open a port for the target device specified by theapplication server 140 in the target IE of the punch firewall request. During the firewall punching procedure,relay agent 110A learns the public address opened by the firewall/NAT 30A. After ports have been opened for all of the requested connections,relay agent 110A reports the public addresses of the ports opened by firewall/NAT 30A to theapplication server 140 in one or more punch firewall responses (step 9). In this example, the following ports are opened by firewall/NAT 30 -
-
CONTACT 216.218.42.173:2062 VIA 216.218.42.173:2064 RTP 216.218.42.173:2066 RTCP 216.218.42.173:2068
As will be described in greater detail below, the firewall punching procedure for the RTP and RTCP connections also creates an entry in the translation table forNAT Agent 120A, which is used to change the source address of media packets from the calling party arriving at the firewall/NAT 30A. - The
application server 140 also needs to open a firewall port innetwork 20B and requests therelay agent 110B to open a signaling connection for SIP signaling. More specifically, an open port in firewall/NAT 30B is needed to enable the SIP Invite request to be delivered. The signaling connection is opened by sending a punch firewall request from theapplication server 140 to therelay agent 110B (step 10). As previously described, the punch firewall request contains a target IE and a destination IE. Theapplication server 140 inserts the address (216.218.42.170:5060) of theSIP proxy 130 into the target IE to indicate that SIP signaling messages will be sent from the public address of theSIP proxy 130. The destination IE contains a private address (192.168.2.100:5060) ofIP PBX 50B. The firewall punching procedure enablesrelay agent 110B to learn the public address at the firewall/NAT 30B opened for the signaling connection, which is returned in a punch firewall response (step 11). In this example, the address returned for the signaling connection is 216.218.42.172:4811. - The
application server 140 also requestsrelay agent 110B to reserve two ports for outbound RTP and RTCP traffic respectively. To reserve ports at therelay agent 110B, theapplication server 140 sends a Port Reservation request to relayagent 110B (step 12). The Port Reservation Request includes a destination IE that indicates the public addresses opened by firewall/NAT 30A to which RTP and RTCP packets will be sent. In response to the Port Reservation request, therelay agent 110B reserves ports for outgoing RTP and RTCP traffic. The port reserved for outgoing RTP traffic should be an even port, while the port for RTCP is the next consecutive odd port. Therelay agent 110B reports the private addresses reserved for the RTP and RTCP traffic to theapplication server 140 in responses to the Port Reservation requests (step 13). In this example, therelay agent 110B reserves 192.168.2.50:4814 for RTP traffic and 192.162.2.50:4815 for RTCP traffic. - In response to the notification from the
SIP proxy 130,application server 140 returns the reserved addresses obtained to the SIP proxy 130 (step 14) and theSIP proxy 130 modifies the SIP Invite request (step 15). For a simple SIP Invite that contains a voice media description, the following modifications to the SIP Invite are done: -
- 1) The request URI is modified so that it contains the private phone extension for UE B at the private IP PBX address. This address is configured when an account on the
application server 140 is established. - 2) The media description is modified so that the RTP address points to the address (192.168.2.50:4814) of
relay agent 110B opened for RTP traffic so that media traffic will be sent through the relay agent. - 3) A first RECORD ROUTE that points to the private address (192.168.1.50:7000) of
relay agent 110A is added so that future SIP requests fromIP PBX 50A within the same SIP dialog will be sent throughrelay agent 110A. - 4) A second RECORD ROUTE (on top of the previous one) that points to the private address (192.168.2.50:7000) of
relay agent 110B is added so that future SIP requests fromIP PBX 50B within the same SIP dialog will be sent throughrelay agent 110B. - 5) A topmost VIA that points to the public address (216.218.42.170:7000) of the
SIP proxy 130 is added so that SIP response are routed through theSIP proxy 130.
- 1) The request URI is modified so that it contains the private phone extension for UE B at the private IP PBX address. This address is configured when an account on the
- The modified SIP Invite request with changes highlighted is shown below:
- The
SIP proxy 130 sends the modified SIP Invite to the public address (216.218.42.172:4811) of the port that was opened in firewall/NAT 30B to receive the SIP Invite (step 16). The firewall punching procedure previously performed byrelay agent 110B created a binding for the public address of the port with the private address of therelay agent 110B. The firewall/NAT 30B maps the public destination address of the SIP Invite request to the private address ofrelay agent 110B and forwards the SIP Invite request to relayagent 110B at the port used to send the FWPP in step 10 (step 17).Relay agent 110B receives the modified SIP Invite request and forwards the SIP Invite request to theIP PBX 50B at 192.168.2.100:5060, which is the address specified in the destination IE of the punch firewall request sent at step 10 (step 18).IP PBX 50B rings the phone at extension 1000 (step 19).IP PBX 50B may send one or more SIP provisional responses to theSIP proxy 130 while waiting for User B to answer. - When User B answers the phone, an indication is sent to IP PBX 50B (step 20). IP PBX 50B accepts the SIP Invite request by sending a SIP 200 OK response with a media description to the address (216.218.42.170:7000) specified in the topmost VIA of the SIP Invite request. This is the public address of the SIP proxy 130. The SIP 200 OK response is shown below:
- The SIP 220 OK response is sent to the relay agent (step 21). Upon receipt of the SIP Invite response,
relay agent 110B relays the SIP Invite response (step 22). The firewall/NAT 30B intercepts theSIP 200 OK response and forwards the response to the SIP proxy 130 (step 23).SIP proxy 130 notifies theapplication server 140 that aSIP 200 OK response was received for the SIP transaction (step 24). - At this point, the
application server 140 needs to open connections through firewall/NAT 30B for RTP and RTCP traffic. Also, a signaling connection is needed to enable the calling party to send a SIP ACK request acknowledging theSIP 200 OK response. Theapplication server 140 sends one or more punch firewall requests to relayagent 110B indicating that open ports are needed for RTP and RTCP traffic and for SIP requests (step 25). The target IE of the punch firewall requests for both RTP and RTCP traffic contains the IP address of the firewall/NAT 30A with the port number 5353 appended. This is the apparent public source address for media packets sent by User A. For the RTP connection, the destination IE of the Punch Firewall request contains the private address (192.168.2.200:24582) of User B's phone for RTP traffic. For the RTCP connection, the destination IE of the Punch Firewall request contains the private address (192.168.2.200:24583) of User B's phone for RTCP traffic. To open a port for SIP requests, the target IE for the punch firewall request is the public address (216.218.42.170:7000) of theSIP Proxy 130 and the destination IE is the private address (192.168.2.100:5060) identified in the CONTACT header field of theSIP 200 OK response. Therelay agent 110B implements the firewall punching procedure to open connections for RTP and RTCP traffic and reports the public addresses opened for RTP and RTCP traffic respectively to the application server 140 (step 26). In this example, the public address for RTP traffic is 216.218.42.172:4816. The public address for RTCP traffic is 216.218.42.172:4818. Therelay agent 110B also reports the public address opened for the called party CONTACT, which in this example is 216.218.42.172:4812. - Ports also need to be reserved by
relay agent 110A for RTP and RTCP traffic. Theapplication server 140 sends Port Reservation requests to relayagent 110A to reserve ports atrelay agent 110A for media traffic (step 27). The Port Reservation requests include the public addresses at firewall/NAT 30B returned instep 26 in the destination IE. In response to the Port Reservation requests, therelay agent 110A reserves two consecutive ports for RTP and RTCP traffic respectively, and returns the private addresses of the reserved ports to theapplication server 140 in a response to the Port Reservation requests (step 28). In this example, port 2070 is reserved for RTP and port 2071 is reserved for RTCP. Theapplication server 140 relays the private addresses to theSIP proxy 130 for modification of the SIP Response (step 29). - The SIP proxy 130 modifies the SIP response to include address information received from relay agent 110A (step 30). More specifically, the SIP proxy 130 removes the topmost VIA and modifies the media description so that RTP address points to the address (192.168.1.50:2070) of the port reserved by the relay agent 110A for RTP traffic. The modified SIP 200 OK response is shown below with changes highlighted:
- The
SIP proxy 130 sends the modifiedSIP 200 OK response to the public address (216.218.42.173:2064) for the port in firewall/NAT 30A that was opened for the VIA connection (step 31). The firewall punching procedure previously performed byrelay agent 110A created a binding between the public address of the port opened by firewall/NAT 30A and the private address atrelay agent 110A for the VIA connection. Thus, firewall/NAT 30A translates the public address to the private address ofrelay agent 110A and forwards the response torelay agent 110A (step 32).Relay agent 110A receives the modifiedSIP 200 OK response and, in turn, forwards the SIP response toIP PBX 50A at 192.168.1.100:5060, the address originally specified in the VIA header of the original SIP Invite request (step 33). -
IP PBX 50A processes the SIP Response (step 34). To complete the SIP dialog,IP PBX 50A sends a SIP ACK request to relayagent 110A (step 35). It may be noted that in SIP, ACK is a request and not a response. It is therefore sent to the address specified in the first record route, which was created by adding a RECORD ROUTE entry in the SIP Invite that points to therelay agent 110A.Relay agent 110A relays the SIP ACK request to the SIP proxy 130 (step 36). Thefirewall NAT 30A receives the SIP ACK request and forwards it to the SIP proxy (step 37). TheSIP proxy 130 notifies theapplication server 140 that the ACK request was received (step 38). Theapplication server 140 sends a reply to theSIP proxy 130 containing the address atrelay agent 110B where the SIP ACK request is to be sent (step 39) TheSIP proxy 130 relays the SIP ACK request to therelay agent 110B (step 40). Therelay agent 110B in turn forwards the ACK request toIP PBX 50B (step 41).IP PBX 50B handles the ACK request and the dialog is established (step 42). At this point, open ports for signaling and media connections exist on firewall/NATs -
FIG. 6 illustrates a firewall punching procedure for opening connections through a firewall. The firewall punching procedure is triggered by therelay agent NAT relay agent 110A, 1108 cannot simply open the hole on behalf of the destination device; it needs to remain in the path of the incoming packets from the target device. - To begin the firewall punching procedure, the
relay agent relay agent step 1 to the target device address (step 2). The source address of the FWPP is the private relay agent address (agentip:agentport) from which the FWPP is sent and the destination address of the FWPP is the target device address (targetip:targetport). In the case where the firewall punching procedure is initiated in response to a Punch Firewall request from theapplication server 140, the target device address is the address specified in the target IE of the Punch Firewall request. - The corporate firewall/
NAT NAT NAT NAT - The
NAT agent NAT NAT agent NAT Agent NAT agent NAT agent NAT - The
NAT Agent NAT relay agent - The
relay agent relay agent NAT agent relay agent NAT NAT relay agent relay agent application server 140. - The design of the FWPP should enable the
NAT agent NAT agent NAT agent - In one exemplary embodiment, the FWPP is exactly 27 bytes long. Bytes 0-15 (16 bytes) contain a unique identifier (e.g. GUID).
Byte 16 contains a packet type identifier which is set to 01 for a FWPP and is set to 02 for an FWPPR. Bytes 17-20 (4 bytes) contain a sequential unique ID generated by therelay agent NAT NAT - Once an opening is made in the firewall/
NAT NAT FIG. 7 illustrates an exemplary procedure for maintaining an open port on the NAT/firewall relay agent NAT NAT NAT NAT Agent NAT Agent NAT agent - In one exemplary embodiment, the FWKA packet is 17 bytes long. Bytes 0-15 (16 bytes) contain a GUID (a Unique identifier). Byte 16 (1 byte) contains a packet type indicator (e.g., 03 to indicate a FWKA).
-
FIG. 8 illustrates the path of SIP signaling messages after signaling connections have been established in accordance with the present invention. SIP signaling messages generated by theIP PBX local relay agent local relay agent NAT NAT NAT remote relay agent relay agent IP PBX relay agent IP PBX relay agent -
FIG. 9 illustrates the route followed by RTP packets after media connections have been established. In this case, RTP packets originating from the user equipment are sent by thelocal relay agent NAT Agent NAT Agent NAT Agent NAT NAT NAT relay agent relay agent remote relay agent - In another exemplary embodiment, the functionality of the
relay agent NAT agent router NAT FIG. 10 . In this case, there would be no need to punch the firewall using FWPP/FWKA packets as previously described. Instead, therouter router application server 140 could be built-in directly into the router code to circumvent the firewall/NAT router application server 140. Therouter - When a
router relay agent Nat agent application server 140. During the start-up procedure, therouter application server 140. This private router address may be configured as a SIP trunk in theIP PBX router application server 140 optionally using a secure protocol, such as CORBA over SSL, by using a connection directly on the WAN side of therouter relay agent function router application server 140. When theapplication server 140 requires port openings at the firewall/NAT relay agent function router IP PBX - The RTP/RTCP port contiguity requirement may be addressed directly in the code of the
router NAT relay agent router integrated relay agent 110A, 1108 andNAT agent separate relay agent NAT agent application server 140 could detect that the public ports on the end with an integrated system are consecutive and thus avoid creating the proxy ports in therelay agent application server 140 could direct that the media packets be sent directly over the Internet instead of routing it through therelay agent - The need for a special treatment of incoming media traffic is still present, but the solution is different. The
application server 140 could simply request therouter private network -
FIG. 11 illustrates an exemplary procedure for traversing a firewall in the scenario where the functionality of therelay agent NAT agent NAT router IP PBX 50A for User A generates a SIP Invite request and sends the SIP Invite request on a SIP trunk to therouter 70A (step 2). Therouter 70A forwards the SIP Invite request to the SIP proxy 130 (step 3). TheSIP proxy 130 notifies theapplication server 140 that a new call is being made (step 4). Theapplication server 140 determines the identity of User A (step 5) and User B (step 6) from the contents of the SIP Invite request as previously described. Theapplication server 140 then sends a request to therouter 70A to open ports for signaling and media connections (step 7). Four ports are required: one for the CONTACT in the SIP Invite request, one for the VIA in the SIP Invite request, one for RTP, and one for RTCP as previously described.Router 70A opens ports in the firewall (step 8) and returns the addresses of the ports to the application server 140 (step 9). - The
application server 140 then requests therouter 70B to open a port for the SIP Invite request (step 10). Therouter 70B opens a port (step 11) and returns the address of the port to the application server (step 12). Theapplication server 140 then returns values to theSIP proxy 130 to modify the SIP Invite (step 13). TheSIP proxy 130 modifies the SIP Invite (step 14) and sends the modified SIP Invite to the port opened byrouter 70B (step 15).Router 70B forwards the modified SIP Invite to theIP PBX 50B (step 16) which rings the phone extension of User B (step 17). - When User B answers (step 18),
IP PBX 50B sends a SIP OK response to therouter 70B (step 19). Therouter 70B forwards the SIP OK to the SIP proxy 130 (step 20). TheSIP proxy 130 notifies theapplication server 140 that a SIP OK response has been received (step 21). Theapplication server 140 then sends a request to therouter 70B to open ports for RTP and RTCP connections and for an additional signaling connection for an acknowledgement of the SIP Response message (step 22).Router 70B opens ports for RTP and RTCP (step 23) and returns the addresses to the application server 140 (step 24). Theapplication server 140 returns values to theSIP proxy 130 to modify the SIP OK response (step 25). TheSIP proxy 130 modifies the SIP OK response (step 26) and sends the modified SIP OK response to therouter 70A.Router 70A forwards the modified SIP OK response to theIP PBX 50A (step 28). While not shown inFIG. 11 , theIP PBX 50A sends a SIP ACK request to establish the SIP dialogue. -
FIG. 12 illustrates anexemplary host device 200 to implement functional components of the present invention such as therelay agent NAT agent SIP proxy 130,application server 140, androuter host device 200 comprises one ormore network interfaces 206 to connect the host device with a private network, a public network, or both, aprocessor 204 to implement the procedures described herein, and amemory 202 to store program code and data for implementing the procedures described herein. Theprocessor 204 may comprise one or more microprocessors, hardware, or a combination thereof.Memory 202 may comprise both volatile memory (e.g., RAM) for strong temporary data and non-volatile memory (e.g. ROM, EEPROM) for storing program code and configuration data. - The present invention may, of course, be carried out in other specific ways than those herein set forth without departing from the scope and essential characteristics of the invention. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, and all changes coming within the meaning and equivalency range of the appended claims are intended to be embraced therein.
Claims (46)
1. A method of traversing a firewall in a private network of a calling party, said method comprising:
receiving, by a SIP proxy in a public network, a SIP Invite request from a calling party;
sending a first punch firewall request to a relay agent for the calling party to open a port in the firewall for sending SIP signaling messages from the SIP proxy, the first punch firewall request containing a public address for the SIP proxy and a calling party private SIP address obtained from the SIP Invite request;
receiving a first punch response message from the relay agent, the first punch response message containing the public address of a port at the firewall opened for SIP signaling messages from the SIP proxy;
forwarding the SIP Invite request from the SIP proxy to the called party;
receiving a SIP response message responsive to the SIP Invite request at the SIP proxy; and
forwarding the SIP response message from the SIP proxy to the public address of the port opened for SIP signaling messages.
2. The method of claim 1 further comprising modifying the SIP Invite before forwarding the SIP Invite to the called party to ensure that SIP signaling from the called party within the same SIP dialog is sent to the calling party through the SIP Proxy.
3. The method of claim 2 wherein modifying the SIP Invite before forwarding the SIP Invite from the SIP proxy to the predetermined address associated with the called party comprises:
adding the public address of the SIP proxy as the topmost address to a Via header field so that the SIP response message will be routed to the SIP proxy;
adding a first record route containing an address of the relay agent for the calling party to the SIP Invite request so that subsequent SIP requests from the calling party within the same SIP dialog will be sent through the relay agent for the calling party;
if the called party is in a public network, adding a second record route containing an address of the SIP Proxy to the SIP Invite request so that new SIP requests from the called party will be sent through the SIP proxy; and
if the called party is in a private network, adding a second record route containing an address of the relay agent of the called party to the SIP Invite request so that new SIP requests from the called party will be sent through a relay agent for the called party.
4. The method of claim 3 wherein modifying the SIP Invite before forwarding the SIP Invite from the SIP proxy to the predetermined address associated with the called party further comprises modifying a request URI of the SIP Invite request to match the destination URI of the called party.
5. The method of claim 1 further comprising:
sending a second punch firewall request to a relay agent for the calling party to open a firewall port for receiving media packets from the called party, the second punch firewall request containing an apparent public source address for media packets sent by said called party;
receiving a second punch response message from the relay agent for the calling party, the second punch response message containing a public address of a port at the firewall opened for receiving media packets from the called party.
6. The method of claim 5 further comprising:
sending one or more port reservation requests to a relay agent for the called party to reserve one or more ports for receiving media packets from the called party, each port reservation request including a destination address of the calling party for relaying media packets from the called party; and
receiving one or more port reservation responses from a relay agent for the called party responsive to the port reservation request, each port reservation response containing an address of a reserved port.
7. The method of claim 6 further comprising modifying a media description in the SIP Invite request before forwarding the SIP Invite request so that a destination address for the media connection is:
a proxy address at a relay agent for the calling party; or
a public address of a port at the firewall opened for receiving media packets from the called party.
8. (canceled)
9. A method of traversing a firewall in a network of a called party, comprising:
receiving, by a SIP proxy in a public network, a SIP Invite request from a calling party;
sending a first punch firewall request to a relay agent for the called party to open a firewall port for sending the SIP Invite request from the SIP proxy, the first punch firewall request containing a public address for the SIP proxy and a private address for the called party;
receiving a first punch response message from the relay agent for the called party, the first punch response message containing the public address of the port at the firewall opened for SIP Invite request from the SIP proxy;
forwarding the SIP Invite request from the SIP proxy to the called party by sending SIP Invite request to the public address of the firewall port opened for SIP Invite request, receiving, at the SIP proxy, a SIP Response message from the called party responsive to the SIP Invite request; and
forwarding the SIP Response message from the SIP proxy to the calling party.
10. The method of claim 9 further comprising modifying the SIP Invite before forwarding the SIP Invite from the SIP proxy to the predetermined address associated with the called party to ensure that SIP signaling messages from the called party within the same SIP dialog are sent to the calling party through the SIP Proxy.
11. The method of claim 10 wherein modifying the SIP Invite request comprises:
adding the public address of the SIP proxy as the topmost address to a Via header field so that the SIP response message will be routed to the SIP proxy;
if the calling party is located in a public network, adding a first record route containing an address of the SIP proxy to the SIP Invite request so that subsequent SIP requests from the calling party within the same SIP dialog will be sent through the SIP proxy; and
if the calling party is located in a second private network, adding a first record route containing an address of a relay agent for the calling party to the SIP Invite request so that subsequent SIP requests from the calling party within the same SIP dialog will be sent through the relay agent for the calling party;
adding a second record route containing an address of the relay agent for the called party to the SIP Invite request so that new SIP requests from the called party will be sent through the relay agent for the called party;
12. The method of claim 9 further comprising:
sending a second punch firewall request to a relay agent for the called party to open one or more firewall ports for receiving media packets from the calling party, the second punch firewall request containing an apparent public source address for media packets sent by the calling party;
receiving a second punch response message from a relay agent for the called party, the second punch response message containing the public address(es) of the firewall port(s) at the firewall opened for receiving media packets from the calling party.
13. The method of claim 12 further comprising:
sending one or more port reservation requests to the relay agent for the calling party to reserve one or more ports for receiving media packets from the calling party, each port reservation request including a destination address for the called party for relaying media packets from the calling party; and
receiving one or more port reservation responses from the relay agent for the calling party responsive to the port reservation requests, each port reservation response containing an address of a reserved port.
14. The method of claim 13 further comprising modifying a media description in SIP Response before forwarding the SIP Response message from the SIP proxy to the relay agent so that the destination address for a media connection is:
a proxy address at the relay agent associated with the calling party; or
a public address of a port at the firewall opened for receiving media packets from the calling party.
15. (canceled)
16. The method of claim 8 further comprising:
sending a third punch firewall request to the relay agent for the called party to open a firewall port for sending SIP signaling messages from the SIP proxy, the third punch firewall request containing a public address for the SIP proxy and a private address for the called party obtained from the SIP Response message;
receiving a third punch response message from the relay agent for the called party, the third punch response message containing the public address of the port at the firewall opened for SIP signaling messages from the SIP proxy.
17. A method of opening a port in a firewall of a private network, the method comprising:
receiving a punch firewall request from a application server in an external network to open a port in a firewall protecting a private network, the punch firewall request containing a specified target address in a public network from which data packets will be sent and a specified private destination address in the private network to which the data packets will be sent;
opening a firewall port in the firewall by sending a firewall punching packet to the target address specified in the punch firewall request;
receiving a reply to the firewall punching packet, the reply containing the public address of the firewall port; and
sending, responsive to the punch firewall request, a punch response message to the application server, the punch response message containing the public address of the firewall port.
18. (canceled)
19. (canceled)
20. (canceled)
21. (canceled)
22. A method of opening a port in a firewall, the method comprising:
intercepting a firewall punching packet transmitted over a firewall port to a target address in a public network, the firewall punching packet including a public source address indicating the firewall port over which the packet was transmitted;
sending, in response to the firewall punching packet, a reply message to the public source address specified in the firewall punching packet, the reply message comprising a payload that contains the public source address of the firewall punching packet.
23. (canceled)
24. A system for traversing a firewall in a private network of a calling party, said system comprising:
a SIP proxy configured to:
receive a SIP Invite request from a calling party and to forward the SIP Invite request from the SIP proxy to the called party;
receive a SIP response message responsive to the SIP Invite request at the SIP proxy and forward the SIP response message from the SIP proxy to the calling party, a server configured to:
send a first punch firewall request to a relay agent for the calling party to open a port in the firewall for sending SIP signaling messages from the SIP proxy to the calling party, the punch firewall request containing a public address for the SIP proxy and a private address of the calling party obtained from the SIP Invite request; and
receive a first punch response message from the relay agent, the first punch response message containing a public address of a port at the firewall opened for SIP signaling messages from the SIP proxy.
25. (canceled)
26. (canceled)
27. (canceled)
28. (canceled)
29. (canceled)
30. (canceled)
31. (canceled)
32. A system of traversing a firewall in a network of a called party, comprising:
a SIP proxy configured to:
receive a SIP Invite request from a calling party;
forward the SIP Invite request from the SIP proxy to the called party by sending the SIP Invite request to the public address of the firewall port opened for the SIP Invite request;
receive a SIP Response message from the called party responsive to the SIP Invite request; and
forward the SIP Response message from the SIP proxy to the calling party;
a server configured to:
send a first punch firewall request to a relay agent for the called party to open a firewall port for sending the SIP Invite request from the SIP proxy, the first punch firewall request containing a public address for the SIP proxy and a private address for the called party; and
receive a first punch response message from the relay agent for the called party, the first punch response message containing the public address of the port at the firewall opened for the SIP Invite request from the SIP proxy.
33. (canceled)
34. (canceled)
35. (canceled)
36. (canceled)
37. (canceled)
38. (canceled)
39. (canceled)
40. A device for opening a port in a firewall, the device comprising:
a network interface for connecting said device with a private network protected by said firewall; and
a processor connected to said network interface and configured to:
receive a punch firewall request from a application server in an external network to open a port in a firewall protecting a private network, the punch firewall request containing a specified target address in a public network from which data packets will be sent and a specified private destination address in the private network to which the data packets will be sent;
open, responsive to the punch firewall request, a firewall port in the firewall by sending a firewall punching packet to the target address specified in the punch firewall request;
receive a reply to the firewall punching packet, the reply containing the public address of the firewall port; and
send, responsive to the punch firewall request, a punch response message to the application server, the punch response message containing the public address of the firewall port.
41. (canceled)
42. (canceled)
43. (canceled)
44. (canceled)
45. A device for opening a port in a firewall, the device comprising:
a network interface for connecting said device with a private network protected by said firewall; and
a processor connected to said network interface and configured to:
intercept a firewall punching packet transmitted over a firewall port to a target address in a public network, the firewall punching packet including a public source address indicating the firewall port over which the packet was transmitted;
send, in response to the firewall punching packet, a reply message to the public source address specified in the firewall punching packet, the reply message comprising a payload that contains the public source address of the firewall punching packet.
46. (canceled)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/147,922 US20120144475A1 (en) | 2009-02-06 | 2010-02-05 | Scalable nat traversal |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15037809P | 2009-02-06 | 2009-02-06 | |
PCT/CA2010/000167 WO2010088774A1 (en) | 2009-02-06 | 2010-02-05 | Scalable nat traversal |
US13/147,922 US20120144475A1 (en) | 2009-02-06 | 2010-02-05 | Scalable nat traversal |
Publications (1)
Publication Number | Publication Date |
---|---|
US20120144475A1 true US20120144475A1 (en) | 2012-06-07 |
Family
ID=42541297
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/147,922 Abandoned US20120144475A1 (en) | 2009-02-06 | 2010-02-05 | Scalable nat traversal |
US12/701,147 Active 2033-07-05 US8825822B2 (en) | 2009-02-06 | 2010-02-05 | Scalable NAT traversal |
US14/339,598 Active 2030-04-14 US9350699B2 (en) | 2009-02-06 | 2014-07-24 | Scalable NAT traversal |
Family Applications After (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/701,147 Active 2033-07-05 US8825822B2 (en) | 2009-02-06 | 2010-02-05 | Scalable NAT traversal |
US14/339,598 Active 2030-04-14 US9350699B2 (en) | 2009-02-06 | 2014-07-24 | Scalable NAT traversal |
Country Status (6)
Country | Link |
---|---|
US (3) | US20120144475A1 (en) |
EP (1) | EP2394414B1 (en) |
JP (1) | JP5655009B2 (en) |
CA (1) | CA2751605C (en) |
ES (1) | ES2704473T3 (en) |
WO (1) | WO2010088774A1 (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120236854A1 (en) * | 2010-10-07 | 2012-09-20 | Satoru Takagishi | Communication device, communication method, integrated circuit, and program |
US20130097225A1 (en) * | 2010-12-13 | 2013-04-18 | Vertical Computer Systems, Inc. | Mobile Proxy Server for Internet Server Having a Dynamic IP Address |
US20130144935A1 (en) * | 2010-12-13 | 2013-06-06 | Vertical Computer Systems, Inc. | System and Method for Running an Internet Server Behind a Closed Firewall |
US9112832B1 (en) | 2010-12-13 | 2015-08-18 | Vertical Computer Systems, Inc. | System and method for running a web server on a mobile internet device |
US20160142371A1 (en) * | 2012-04-10 | 2016-05-19 | Institute For Information Industry | Transmission system and method for network address translation traversal |
EP3125503A1 (en) * | 2015-07-29 | 2017-02-01 | Telefonica Digital España, S.L.U. | A method, a system and computer program products for keeping an end-to-end data connection active |
US10305915B2 (en) | 2010-12-13 | 2019-05-28 | Vertical Computer Systems Inc. | Peer-to-peer social network |
Families Citing this family (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090129301A1 (en) * | 2007-11-15 | 2009-05-21 | Nokia Corporation And Recordation | Configuring a user device to remotely access a private network |
JP4635095B2 (en) * | 2009-06-30 | 2011-02-16 | 株式会社東芝 | Communication system and server device thereof |
JP5218357B2 (en) * | 2009-09-25 | 2013-06-26 | ブラザー工業株式会社 | COMMUNICATION METHOD, COMMUNICATION SYSTEM, TERMINAL DEVICE |
TWI404387B (en) * | 2010-08-13 | 2013-08-01 | Chunghwa Telecom Co Ltd | Communication system and method for using session initiation protocol (sip) on a converted ip address |
TWI404386B (en) * | 2010-08-13 | 2013-08-01 | Chunghwa Telecom Co Ltd | Communication system and method for using multi-tiered registration session initiation protocol (sip) |
CN102469172B (en) * | 2010-11-15 | 2015-08-19 | 华为终端有限公司 | A kind of data transmission method, relevant apparatus and system thereof |
WO2012167739A1 (en) * | 2011-06-10 | 2012-12-13 | Technicolor (China) Technology Co., Ltd. | Video phone system |
TWI484804B (en) * | 2011-11-09 | 2015-05-11 | Quanta Comp Inc | Network system data management method and related system |
JP6387605B2 (en) * | 2012-11-30 | 2018-09-12 | ヤマハ株式会社 | Communication system and communication method |
US9641551B1 (en) | 2013-08-13 | 2017-05-02 | vIPtela Inc. | System and method for traversing a NAT device with IPSEC AH authentication |
US9912636B1 (en) * | 2013-11-29 | 2018-03-06 | 8X8, Inc. | NAT traversal in VoIP communication system |
US9450915B1 (en) * | 2014-01-02 | 2016-09-20 | vIPtela Inc. | Bi-directional NAT traversal using endpoint assigned discriminators |
CN105049541B (en) * | 2014-04-17 | 2018-06-22 | 财团法人资讯工业策进会 | For the network address conversion penetrating system and method for real-time Communication for Power |
DE102014112466A1 (en) * | 2014-06-03 | 2015-12-03 | Fujitsu Technology Solutions Intellectual Property Gmbh | Method of communication between secure computer systems, computer network infrastructure and computer program product |
CN105187339B (en) * | 2014-06-06 | 2018-12-07 | 华为技术有限公司 | A kind of compensation method of doubly selective channel, system and relevant apparatus |
US20160072764A1 (en) * | 2014-09-10 | 2016-03-10 | T-Mobile Usa, Inc. | Dynamic double network address translator |
US10237236B2 (en) | 2015-06-25 | 2019-03-19 | Microsoft Technology Licensing, Llc | Media Session |
US10412122B1 (en) * | 2016-01-22 | 2019-09-10 | Cisco Technology, Inc. | Dynamic per-session NAT-behavior selection |
US11824827B1 (en) | 2016-04-13 | 2023-11-21 | 8X8, Inc. | Region-based network address translation |
US10200831B2 (en) * | 2016-05-19 | 2019-02-05 | T-Mobile Usa, Inc. | Managing communications in heterogeneous communication networks |
EP3404886A1 (en) * | 2017-05-15 | 2018-11-21 | IMEC vzw | Network stack for a plurality of physical communication interfaces |
CN107634954B (en) * | 2017-09-25 | 2020-04-10 | 中国联合网络通信集团有限公司 | Soft switch calling method and system |
EP3797505B1 (en) * | 2018-06-12 | 2025-02-19 | Samsung Electronics Co., Ltd. | Method and apparatus for identifying in-call capability features |
US11689583B2 (en) * | 2018-12-10 | 2023-06-27 | Telefonaktiebolaget Lm Ericsson (Publ) | Network node, entity and methods performed therein for handling a communication session in a communication network |
US11190489B2 (en) * | 2019-06-04 | 2021-11-30 | OPSWAT, Inc. | Methods and systems for establishing a connection between a first device and a second device across a software-defined perimeter |
CN111314481B (en) * | 2020-02-27 | 2021-08-24 | 腾讯科技(深圳)有限公司 | Data transmission method, device, equipment and readable storage medium |
CN113824671A (en) * | 2020-06-18 | 2021-12-21 | 中兴通讯股份有限公司 | Session initiation gateway implementation method, apparatus, device, system and storage medium |
US11533179B2 (en) | 2020-08-13 | 2022-12-20 | Cisco Technology, Inc. | Turn authentication using SIP channel discovery |
US20230179572A1 (en) * | 2021-12-06 | 2023-06-08 | Vmware, Inc. | Automated security policy modification |
US20230336528A1 (en) * | 2022-04-18 | 2023-10-19 | Palo Alto Networks, Inc. | System and method for detecting dictionary-based dga traffic |
US20240129264A1 (en) * | 2022-10-14 | 2024-04-18 | Oracle International Corporation | Managing digital message transmission via a proxy digital mailbox |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040037268A1 (en) * | 2000-07-28 | 2004-02-26 | Read Stephen Michael | Audio-video telephony with firewalls and network address translation |
US20050100047A1 (en) * | 2003-11-10 | 2005-05-12 | Institute For Information Industry | Method of reducing media relay of a network address translation apparatus |
US20080148379A1 (en) * | 2006-11-01 | 2008-06-19 | Xu Richard H | Session initiation and maintenance while roaming |
US8090845B2 (en) * | 2004-10-18 | 2012-01-03 | Audiocodes Texas, Inc. | Apparatus and method for firewall traversal |
Family Cites Families (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7631349B2 (en) * | 2001-01-11 | 2009-12-08 | Digi International Inc. | Method and apparatus for firewall traversal |
US7167486B2 (en) * | 2001-01-19 | 2007-01-23 | Shoretel, Inc. | Voice traffic through a firewall |
US20030154306A1 (en) * | 2002-02-11 | 2003-08-14 | Perry Stephen Hastings | System and method to proxy inbound connections to privately addressed hosts |
US6674758B2 (en) * | 2002-06-06 | 2004-01-06 | Clinton Watson | Mechanism for implementing voice over IP telephony behind network firewalls |
US20030233471A1 (en) * | 2002-06-17 | 2003-12-18 | Julian Mitchell | Establishing a call in a packet-based communications network |
WO2004023263A2 (en) * | 2002-09-09 | 2004-03-18 | Netrake Corporation | System for allowing network traffic through firewalls |
US7020130B2 (en) | 2003-03-13 | 2006-03-28 | Mci, Inc. | Method and apparatus for providing integrated voice and data services over a common interface device |
US7760744B1 (en) * | 2003-11-20 | 2010-07-20 | Juniper Networks, Inc. | Media path optimization for multimedia over internet protocol |
US7694127B2 (en) * | 2003-12-11 | 2010-04-06 | Tandberg Telecom As | Communication systems for traversing firewalls and network address translation (NAT) installations |
US8065418B1 (en) * | 2004-02-02 | 2011-11-22 | Apple Inc. | NAT traversal for media conferencing |
CN100472432C (en) * | 2004-03-10 | 2009-03-25 | Nxp股份有限公司 | Electronic circuit |
US8989737B2 (en) * | 2004-03-10 | 2015-03-24 | Nokia Corporation | System and method for establishing a session initiation protocol communication session with a mobile terminal |
CN101095134A (en) * | 2004-04-12 | 2007-12-26 | Xds有限公司 | System and method for automatically initiating and dynamically establishing secure internet connections between a fire-walled server and a fire-walled client |
US8090858B2 (en) * | 2004-07-23 | 2012-01-03 | Nokia Siemens Networks Oy | Systems and methods for encapsulation based session initiation protocol through network address translation |
US7706401B2 (en) * | 2004-08-13 | 2010-04-27 | Verizon Business Global Llc | Method and system for providing interdomain traversal in support of packetized voice transmissions |
JP4480535B2 (en) * | 2004-09-30 | 2010-06-16 | 株式会社アドイン研究所 | Tunnel device, relay device, terminal device, call control system, IP telephone system, conference device, control method and program thereof |
US8200827B1 (en) * | 2004-10-25 | 2012-06-12 | Juniper Networks, Inc. | Routing VoIP calls through multiple security zones |
US20060098622A1 (en) * | 2004-11-05 | 2006-05-11 | Vicotel, Inc. | Architecture for a multi-media session controlled network |
US7646775B2 (en) * | 2005-03-08 | 2010-01-12 | Leaf Networks, Llc | Protocol and system for firewall and NAT traversal for TCP connections |
CN1870568A (en) * | 2005-05-23 | 2006-11-29 | 华为技术有限公司 | Method for implementing network address conversion anti-virus transition |
US7920549B2 (en) * | 2005-07-20 | 2011-04-05 | Verizon Business Global Llc | Method and system for providing secure media gateways to support interdomain traversal |
US8296437B2 (en) * | 2005-12-29 | 2012-10-23 | Logmein, Inc. | Server-mediated setup and maintenance of peer-to-peer client computer communications |
SG150411A1 (en) * | 2007-09-05 | 2009-03-30 | Creative Tech Ltd | Method of enabling access to data protected by firewall |
FR2925247B1 (en) * | 2007-12-18 | 2011-11-04 | Alcatel Lucent | CONTROLLING THE TRANSMISSION INTERFACE OF A SIP RESPONSE MESSAGE |
TW201002018A (en) * | 2008-06-26 | 2010-01-01 | D Link Corp | Method for predicting port number of NAT apparatus based on two STUN server inquiry results |
US8782773B2 (en) * | 2009-09-30 | 2014-07-15 | Avaya Inc. | Framework for communicating across a firewall |
-
2010
- 2010-02-05 US US13/147,922 patent/US20120144475A1/en not_active Abandoned
- 2010-02-05 JP JP2011548510A patent/JP5655009B2/en active Active
- 2010-02-05 WO PCT/CA2010/000167 patent/WO2010088774A1/en active Application Filing
- 2010-02-05 ES ES10738189T patent/ES2704473T3/en active Active
- 2010-02-05 CA CA2751605A patent/CA2751605C/en active Active
- 2010-02-05 EP EP10738189.9A patent/EP2394414B1/en active Active
- 2010-02-05 US US12/701,147 patent/US8825822B2/en active Active
-
2014
- 2014-07-24 US US14/339,598 patent/US9350699B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040037268A1 (en) * | 2000-07-28 | 2004-02-26 | Read Stephen Michael | Audio-video telephony with firewalls and network address translation |
US20050100047A1 (en) * | 2003-11-10 | 2005-05-12 | Institute For Information Industry | Method of reducing media relay of a network address translation apparatus |
US8090845B2 (en) * | 2004-10-18 | 2012-01-03 | Audiocodes Texas, Inc. | Apparatus and method for firewall traversal |
US20080148379A1 (en) * | 2006-11-01 | 2008-06-19 | Xu Richard H | Session initiation and maintenance while roaming |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120236854A1 (en) * | 2010-10-07 | 2012-09-20 | Satoru Takagishi | Communication device, communication method, integrated circuit, and program |
US8761170B2 (en) * | 2010-10-07 | 2014-06-24 | Panasonic Corporation | Communication device, communication method, integrated circuit, and program |
US20130097225A1 (en) * | 2010-12-13 | 2013-04-18 | Vertical Computer Systems, Inc. | Mobile Proxy Server for Internet Server Having a Dynamic IP Address |
US20130144935A1 (en) * | 2010-12-13 | 2013-06-06 | Vertical Computer Systems, Inc. | System and Method for Running an Internet Server Behind a Closed Firewall |
US9112832B1 (en) | 2010-12-13 | 2015-08-18 | Vertical Computer Systems, Inc. | System and method for running a web server on a mobile internet device |
US9710425B2 (en) * | 2010-12-13 | 2017-07-18 | Vertical Computer Systems, Inc. | Mobile proxy server for internet server having a dynamic IP address |
US10305915B2 (en) | 2010-12-13 | 2019-05-28 | Vertical Computer Systems Inc. | Peer-to-peer social network |
US20160142371A1 (en) * | 2012-04-10 | 2016-05-19 | Institute For Information Industry | Transmission system and method for network address translation traversal |
EP3125503A1 (en) * | 2015-07-29 | 2017-02-01 | Telefonica Digital España, S.L.U. | A method, a system and computer program products for keeping an end-to-end data connection active |
WO2017016812A1 (en) * | 2015-07-29 | 2017-02-02 | Telefonica Digital España, S.L.U. | A method, a system and computer program products for keeping an end-to-end data connection active |
Also Published As
Publication number | Publication date |
---|---|
JP2012517161A (en) | 2012-07-26 |
JP5655009B2 (en) | 2015-01-14 |
ES2704473T3 (en) | 2019-03-18 |
US20100205313A1 (en) | 2010-08-12 |
EP2394414A1 (en) | 2011-12-14 |
US20140334481A1 (en) | 2014-11-13 |
US9350699B2 (en) | 2016-05-24 |
WO2010088774A1 (en) | 2010-08-12 |
CA2751605A1 (en) | 2010-08-12 |
CA2751605C (en) | 2016-04-05 |
US8825822B2 (en) | 2014-09-02 |
EP2394414A4 (en) | 2014-10-08 |
EP2394414B1 (en) | 2018-10-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP2394414B1 (en) | Nat traversal using hole punching | |
US9860215B2 (en) | Firewall interface configuration to enable bi-directional VoIP traversal communications | |
US7826602B1 (en) | Enabling incoming VoIP calls behind a network firewall | |
US8200827B1 (en) | Routing VoIP calls through multiple security zones | |
US8607323B2 (en) | Method for providing media communication across firewalls | |
US8244876B2 (en) | Providing telephony services to terminals behind a firewall and/or a network address translator | |
US20050125532A1 (en) | Traversing firewalls and nats | |
CN101198946A (en) | VoIP proxy server | |
US7639668B2 (en) | Method for securing RTS communications across middleboxes | |
WO2002071717A2 (en) | Traversing firewalls and nats | |
Paulsamy et al. | Network convergence and the NAT/Firewall problems | |
US8576854B2 (en) | System for communication between private and public IP networks | |
KR100660123B1 (en) | Vpn server system and vpn terminal for a nat traversal |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SAGEMCOM CANADA INC., CANADA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BOIRE-LAVIGNE, SEBASTIEN;COLETTE, RICHARD;LALONDE, SEBASTIEN;AND OTHERS;SIGNING DATES FROM 20111122 TO 20111208;REEL/FRAME:027376/0448 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |