From owner-freebsd-net@FreeBSD.ORG Tue Jan 1 10:32:00 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90683202 for ; Tue, 1 Jan 2013 10:32:00 +0000 (UTC) (envelope-from oleg.moskalenko@citrix.com) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) by mx1.freebsd.org (Postfix) with ESMTP id 4561A8FC0A for ; Tue, 1 Jan 2013 10:31:59 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,391,1355097600"; d="scan'208,217";a="2212458" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 01 Jan 2013 10:31:58 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Tue, 1 Jan 2013 02:31:57 -0800 From: Oleg Moskalenko To: "'freebsd-net@freebsd.org'" Date: Tue, 1 Jan 2013 02:31:56 -0800 Subject: Announcement: RFC5766 TURN Server / Media traffic gateway is available Thread-Topic: Announcement: RFC5766 TURN Server / Media traffic gateway is available Thread-Index: Ac3oCfrZfy5QtWWsQpGBudK96SbGKw== Message-ID: <031222CBCF33214AB2EB4ABA279428A3012CA8FA98ED@SJCPMAILBOX01.citrite.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2013 10:32:00 -0000 Hi All I created a public networking project that implements RFC 5766 (and RFC 538= 9 and RFC 6156). This is a NAT traversal solution for (mostly) UDP traffic.= It can be used also as a Media traffic gateway. Initially the code was developed for a corporate project. I obtained a lega= l permission to convert it to the public project. It has BSD license, and I= use FreeBSD as the primary development platform. But the project compiles = and runs well on Linux and Solaris, too. I have not tested it on MacOS, yet= . The project reached its initial goals (full implementation of aforementione= d RFCs) and it is well tested: http://code.google.com/p/rfc5766-turn-server/ I am working on FreeBSD port to include it into the net/ ports, if that wil= l be useful for FreeBSD community. Thanks Oleg Moskalenko