摘要: 有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。1.>>>关闭防火墙systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 阅读全文
posted @ 2020-05-20 16:48 学而不思则罔! 阅读(106) 评论(0) 推荐(0)
摘要: 1.固定ip (centos7) 1.1 修改网络配置文件 vi /etc/sysconfig/network-scripts/ifcfg-ens33 #需要修改下面内容BOOTPROTO="static" #修改ONBOOT="yes" #修改IPADDR="192.168.8.101"GATEW 阅读全文
posted @ 2020-05-20 16:42 学而不思则罔! 阅读(136) 评论(0) 推荐(0)