两台虚拟机

192.168.62.131

192.168.62.231
放火墙均处于开放状态,selinux可以关闭

在192.168.62.131操作:

  1. rpm安装
# wget  http://li.nux.ro/download/nux/misc/el7/x86_64//rinetd-0.62-9.el7.nux.x86_64.rpm

2.使用

配置文件的用法

rpm安装的配置文件默认路径是/etc/rinetd.conf

# vim /etc/rinetd.conf
0.0.0.0     10022       192.168.62.231      1022
0.0.0.0     20022       192.168.62.232      1022

3.启动rinetd

# systemctl start rinetd 

4.开放端口10022

# firewall-cmd --zone=public --add-port=10022/tcp --permanent

在192.168.62.231操作:

1.配置防火墙规则

指定源地址开放端口

# firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="192.168.62.131" port protocol="tcp" port="1022" accept"

在Xshelll上测试
在这里插入图片描述

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐