Red Hat Enterprise 8.4 Install NPS
Posted CIAS
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Red Hat Enterprise 8.4 Install NPS相关的知识,希望对你有一定的参考价值。
NPS
nps是一款轻量级、高性能、功能强大的内网穿透代理服务器。目前支持tcp、udp流量转发,可支持任何tcp、udp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析等等……),此外还支持内网http代理、内网socks5代理、p2p等,并带有功能强大的web管理端。
NPS版本以及操作系统下载使用说明
nps | nps部署参考 | npc(Linux客户端) | npc(Windows 客户端) | proxifier | YUM参考 | Red Hat Enterprise 系统下载 |
下载 | 参考 | 下载 | 下载 | 下载 | 配置参考 | download包含6,7,8 |
Linux端安装 nps
yum install wget net-tools vim -y
#下载Nps
wget -N -P /root/ https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_amd64_server.tar.gz
mkdir -p /root/nps
#解压nps
tar -zxvf /root/linux_amd64_server.tar.gz -C /root/nps/
#安装NPS
cd /root/nps ./nps install
#启动nps
cd /root/nps/ && nps start
systemctl stop firewalld && systemctl disable firewalld
sed -i "s/SELINUX=enforcing/SELINUX=disabled/" /etc/selinux/config
nps后台管理
- 浏览器登录web管理面板: http://your_ip:8080/
创建客户端
-
新增客户端
配置客户端参数
- 备注
- Basic 认证用户名
- Basic 认证密码
- 唯一验证密钥(随机生成或者自定义)
- 生成ID,唯一密钥
创建隧道
- 新建隧道
隧道配置
- 模式
- 客户端 ID
- 服务端端口
隧道创建完成
查看服务端口是否启动
Windows 客户端安装(下载)
- 下载windows_amd64_client.tar.gz解压到指定目录和盘符
Win+R,cmd,(管理员模式)
- 更改npc.conf
启动客户端
npc.exe
socks测试,下载proxifier
内网穿透成功
数据流
信息查看
tcp隧道列表
udp隧道列表
域名解析列表
http代理列表
SOCKS 代理列表
私密代理列表
P2P 连接列表
文件访问列表
创建Linux客户端
创建隧道
更新中
以上是关于Red Hat Enterprise 8.4 Install NPS的主要内容,如果未能解决你的问题,请参考以下文章
Red Hat Enterprise 8.4 Install JumpServer 2.11.1
Red Hat Enterprise 8.4 Install MegaCli
Red Hat Enterprise 8.4 Install NPS
Red Hat Enterprise 8.4 Install docker&docker-compose