nps内网穿透使用

github地址

https://github.com/cnlh/nps#%E7%A7%81%E5%AF%86%E4%BB%A3%E7%90%86

1.服务端(公网ip服务器)

在公网ip的服务器上安装server端

1)配置文件

下面conf/nps.conf文件供参考

appname = nps
#Boot mode(dev|pro)
runmode = dev
#HTTP(S) proxy port, no startup if empty
http_proxy_ip=0.0.0.0
http_proxy_port=801
https_proxy_port=4431
https_just_proxy=true
#default https certificate setting
https_default_cert_file=conf/server.pem
https_default_key_file=conf/server.key
##bridge
bridge_type=tcp
bridge_port=20201
bridge_ip=0.0.0.0
# Public password, which clients can use to connect to the server
# After the connection, the server will be able to open relevant ports and parse related domain names according to its own configuration file.
public_vkey=v9tkr51x7618o3b
#Traffic data persistence interval(minute)
#Ignorance means no persistence
#flow_store_interval=1
# log level LevelEmergency->0  LevelAlert->1 LevelCritical->2 LevelError->3 LevelWarning->4 LevelNotice->5 LevelInformational->6 LevelDebug->7
log_level=7
log_path=nps.log
#Whether to restrict IP access, true or false or ignore
#ip_limit=true
#p2p
#p2p_ip=127.0.0.1
#p2p_port=6000
#web
web_host=106.13.61.137
web_username=admin
web_password=admin..123
web_port = 8080
web_ip=0.0.0.0
#Web API unauthenticated IP address(the len of auth_crypt_key must be 16)
auth_key=test
auth_crypt_key =1234567812345678
#allow_ports=9001-9009,10001,11000-12000
#Web management multi-user login
allow_user_login=false
allow_user_register=false
allow_user_change_username=false
#extension
allow_flow_limit=false
allow_rate_limit=false
allow_tunnel_num_limit=false
allow_local_proxy=false
allow_connection_num_limit=false
allow_multi_ip=false
system_info_display=false
#cache
http_cache=false
http_cache_length=100

启动程序 ./nps start

2)web页面配置

注意: 在谷歌浏览器操作,其他浏览器可能编辑失败
http://ip:8080登录web界面

①先在客户端里面新增客户端

nps内网穿透使用_第1张图片

圈住的地方填写,其他地方不必填写,点击新增后,列表中如果没有出现,就换浏览器再试

nps内网穿透使用_第2张图片

②添加tcp隧道

这里是设置映射的相关信息

nps内网穿透使用_第3张图片
nps内网穿透使用_第4张图片

2.客户端

下载相应的版本,这里以linux说明
下载解压在服务器上后在找到客户端选项里面相关的客户端 点击 + 查看连接命令 之后测试连接即可
nps内网穿透使用_第5张图片

你可能感兴趣的:(nps内网穿透使用)