NATAPP 内网穿透

1.获取authtoken值

① 注册

 ②下载客户端

2 .windows 系统

在cmd 下输入:

natapp -authtoken=9ab6b9040a624f40

3.LINUX 系统

①将下好的zip文档直接拖入 linux 系统

② 解压缩

1 .安装unzip 和 zip

yum install -y unzip zip

2.解压到当前文件下

unzip wwwroot.zip

③ 添加 可执行的权限

chmod a+x natapp

④运行

./natapp -authtoken=9ab6b9040a624f40


后台运行:

nohup ./natapp -authtoken=xxxx -log=stdout &

⑤设置开机自启

在 我的后台->我的隧道->配置处 将 本地Web管理地址 关闭掉,如图:

原文地址:https://www.cnblogs.com/sc-1067178406/p/12895268.html