码迷,mamicode.com
首页 > 系统相关 > 详细

linux端口转发

时间:2020-01-03 00:45:27      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:下载   wget   conf   转发   通过   常见   inetd   端口   linux   

1.创建目录:mkdir -p /data/rinetd
2.下载:cd /data/rinetd/ && wget http://www.boutell.com/rinetd/http/rinetd.tar.gz
3.解压:tar xf rinetd.tar.gz
4.进入解压目录:make && make install
5.配置rinetd.conf:
vim /etc/rinetd.conf

0.0.0.0 8080 192.168.44.129 8080
注:本地的8080转发到内网192.168.1.123的8080端口。常见使用:比如需要访问容器,可以通过转发端口
6.启动:/etc/init.d/rinetd start

linux端口转发

标签:下载   wget   conf   转发   通过   常见   inetd   端口   linux   

原文地址:https://blog.51cto.com/11873474/2463873

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!