nps 配置内网穿透
Posted 古月
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nps 配置内网穿透相关的知识,希望对你有一定的参考价值。
要求
- 一台公网服务器
- 若干台内网服务器
服务器安装
$ wget https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_amd64_server.tar.gz
$ tar -xvf linux_amd64_server.tar.gz
$ ./nps install
配置文件目录:
/etc/nps
命令用法:
nps start|stop|restart|uninstall|update or nps-update update
启动:
$ nps start # 以守护进程启动
nps默认配置文件使用了80,443,8080,8024端口:
- 80与443端口为域名解析模式默认端口
- 8080为web管理访问端口
- 8024为网桥端口,用于客户端与服务器通信
客户端安装
$ wget https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_amd64_client.tar.gz
$ tar -xvf linux_amd64_client.tar.gz
启动:
$ ./npc -server ip:8024 -vkey "nps后台生成的客户端的key"
以上是关于nps 配置内网穿透的主要内容,如果未能解决你的问题,请参考以下文章