centos7端口转发工具rinetd

1、下载软件
wget http://li.nux.ro/download/nux/misc/el7/x86_64/rinetd-0.62-9.el7.nux.x86_64.rpm
2、安装软件
yum -y install rinetd-0.62-9.el7.nux.x86_64.rpm
3、配置端口转发
[root@lsslfh-5 tmp]# tail -n 1 /etc/rinetd.conf
172.21.61.5 8080 172.21.61.5 9443 #将172.21.61.5的8080端口数据 转发到 172.21.61.5 的9443端口
4、启动rinetd
systemctl start rinetd
 
posted @ 2022-12-15 14:26  苍茫宇宙  阅读(1054)  评论(0编辑  收藏  举报