Ubuntu端口转发
- 安装·rinetd
sudo apt-get install rinetd
- 配置
rinetd
sudo vim /etc/rinetd.conf
// 在最后添加以下配置
0.0.0.0 27018 127.0.0.1 27017 // 将本机27018端口转发到27017
- 启动端口转发进程
rinetd -c /etc/rinetd.conf
然后开放27018
端口的防火墙服务即可通过27018访问27017端口
sudo apt-get install rinetd
rinetd
sudo vim /etc/rinetd.conf
// 在最后添加以下配置
0.0.0.0 27018 127.0.0.1 27017 // 将本机27018端口转发到27017
rinetd -c /etc/rinetd.conf
然后开放27018
端口的防火墙服务即可通过27018访问27017端口
本文标题:Ubuntu端口转发
本文链接:https://www.haomeiwen.com/subject/itxplqtx.html
网友评论