一,基本环境配置
1.重启服务查看IP地址信息
[root@gateway ~]# systemctl restart network
2)配置ssh端口号
[root@centos ~]# vim /etc/ssh/sshd_config
3)开启防火墙
3.开启路由转发功能
[root@centos ~]# sysctl -p
1)部署web站点
[root@centos ~]# echo “web” > /var/www/html/index.html
4.为网站服务器与网关服务器编写firewalld规则
5.查看配置
1)外网测试机上通过ssh网关服务器
[root@centos ~]# ssh -p 12345 100.1.1.10
2)内网测试机上通过ssh网站服务器
[root@centos ~]# ssh -p 12345 192.168.2.10