【命令】CentOS7查看和关闭防火墙
2019年09月04日 16:32:24 作者:Jiaozn 分类:Linux 评论(0)CentOS 7.0默认使用的是firewall作为防火墙
查看防火墙状态
firewall-cmd --state
停止firewall
systemctl stop firewalld.service
禁止firewall开机启动
systemctl disable firewalld.service
转自:CentOS 6和CentOS 7防火墙的关闭
关闭selinux
进入到/etc/selinux/config文件
vi /etc/selinux/config
将SELINUX=enforcing改为SELINUX=disabled
配制免密登录的命令
ssh-keygen -t rsa
ssh-copy-id root@master
设置ntp时间同步服务
1、安装ntp
yum install -y ntp
2、设置NTP服务开机启动
chkconfig ntpd on
service nptd start
除非注明,发表在“Jiaozn的博客”的文章『【命令】CentOS7查看和关闭防火墙』版权归Jiaozn所有。
转载请注明出处为“本文转载于『Jiaozn的博客』原地址https://jiaozn.com/reed/507.html”
评论
发表评论