Home > other >  Open a unidirectional have Intranet access the network through network tools
Open a unidirectional have Intranet access the network through network tools

Time:09-18

Gitee address: https://gitee.com/ruchsky/go-huj-net-proxy
Making address: https://github.com/hujianMr/net-proxy

Project introduction

Net - proxy network proxy tool

Through this tool can solve "Intranet services can't be outside network access directly to the" question,

Feature list
Network routing to penetrate (need a public network proxy server, no specific configuration)
The basic principle of
Network can access to the public, this is the only breakthrough,

First, in public, such as ali cloud) to deploy a server, the server at the same time to monitor two ports 6666 and 13306

Trying to start the client, and at the same time to port 3306 and public address dial 6666, establishing a connection,

Thus formed from the public 6666-13306 - public network client - 3306 database access Intranet,

The user can through the public network access to the network of 3306 13306 service,

Schematic diagram
Proxy. PNG

Start the way
 
# server configuration
(server)
# server port
Port=9200

 
# client configuration
[client]
# configuration agent you need to penetrate the network address of the client service, multiple by commas
ProxyHosts=192.168.61.240:8090192168 61.240:8090-6379
# configuration server address
ServerUrl=192.168.61.240:9200

CodePudding user response:

The up! The up! The up!

CodePudding user response:

The up! The up! The up!
  • Related