zombiecong / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

Allow multiple IPs in behind-the-NAT TURN operation (related - Issue 3) #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current implementation requires that a single IP address being used when the 
TURN server is behind a NAT (-X option). There are two problems with that:

1) RFC 5780 STUN NAT discovery requires at least two IP addresses.
2) Some setups could you multiple relay addresses.

The turnserver must allow multiple -X options of format:

 $ turnserver ... -X IPpublic1/IPprivate1 -X IPpublic2/IPprivate2 ...

to establish multiple IP-to-IP mappings.

For backward compatibility, the old form also must be supported:

 $ turnserver -X IPpublic 

- to establish a single "global" IP mapping.

Original issue reported on code.google.com by mom040...@gmail.com on 14 May 2013 at 3:57

GoogleCodeExporter commented 9 years ago
Fixed in 1.8.4.1

Original comment by mom040...@gmail.com on 14 May 2013 at 10:50