Download List

Projeto Descrição

NetCallback is a Java application permitting the export of TCP and UDP ports behind a firewall to hosts outside the firewall. This may be useful in some special cases, for example, centralized control of test (demo) networks, or connection to applets running in browsers. NetCallback consists of a public and a private server. The public server executes on a host outside the firewall and is responsible for receiving port forwarding requests. The private server is run on a host behind the firewall and is responsible for contacting the public server and connecting the protected TCP and/or UDP service to the public server clients. The connection between public and private servers may optionally be encrypted using SSL.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-16 06:37
1.3.1

Tags: Code cleanup

2001-10-16 03:28
1.3

Suporte para encapsulamento UDP (para além do túnel TCP existentes) foi adicionado. Datagramas UDP são enviados através da ligação persistente e podem utilizar criptografia. A invocação da linha de comando foi modificado para acomodar a nova funcionalidade.
Tags: Major feature enhancements
Support for UDP tunneling (in addition to the existing TCP tunneling) has been added. UDP datagrams are sent over the persistent connection and may utilize encryption. The command line invocation has been modified to accommodate the new functionality.

2001-08-10 02:59
1.2.1

O soquete de servidor SSL não havia sido configurado para exigir autenticação do cliente. Este potencial permitido qualquer PrivateServer para se conectar a um PublicServer. Isso foi corrigido.
Tags: Minor security fixes
The SSL server socket had not been configured to require client authentication. This potentially allowed any PrivateServer to connect to a PublicServer. This has been fixed.

2001-03-23 09:20
1.2

Secure Socket Layer (SSL) O apoio foi adicionado. CLOSE pedidos são enviados a partir do PublicServer ao PrivateServer. A documentação foi melhorada.
Tags: Major feature enhancements
Secure socket layer (SSL) support has been added.
CLOSE requests are now sent from the PublicServer
to the PrivateServer. The documentation has been
improved.

Project Resources