系统相关
首页 > 系统相关> > centos7搭建nps实现内网穿透

centos7搭建nps实现内网穿透

作者:互联网

nps下载地址:https://github.com/ehang-io/nps/releases

一:server端启动nps

[root@tiger opt]# tar xzvf linux_amd64_server.tar.gz -C nps/

[root@tiger nps]# ./nps install 
nps start|stop|restart|uninstall|update or nps-update update


[root@tiger nps]# ./nps start 

注意,修改配置文件或者重装,在/etc/nps,也有一份配置文件

配置问题 

启动完成浏览器访问web界面

 这时候我们去安装客户端

[root@ZFKTEST nps]# tar  xvf linux_amd64_client.tar.gz 

[root@ZFKTEST nps]# ./npc -server=nps服务端ip:端口号 -vkey=刚刚设置的密码   回车
2020/12/04 15:48:13.408 [I] [npc.go:231]  the version of client is 0.26.9, the core version of client is 0.26.0

端口号为web界面展示的端口号

-vkey为刚刚新建客户端的密码

这时候刷新web状态就是在线了

设置内网穿透(这里以22为例,更多方法参考文档

 

 

 

 

 

 

 

 

 

标签:穿透,tar,web,update,centos7,端口号,root,nps
来源: https://blog.csdn.net/tiger199/article/details/110639572