摘要: 一、Centos 6版本解决办法: 1.任意运行一条iptables防火墙规则配置命令: 2.对iptables服务进行保存: 3.重启iptables服务: 二、Centos 7版本解决办法: 1、停止并屏蔽firewalld服务 2、安装iptables-services软件包 3、在引导时启用 阅读全文
posted @ 2018-01-31 10:49 樊栋 阅读(1884) 评论(0) 推荐(1) 编辑
摘要: 配置vim /etc/sysconfig/network-scripts/ifcfg-ens33 IPADDR = 你的本机ip 192.168.1. 的范围内 NETMASK = 255.255.255.0 GATEWAY = 192.168.1.1 你的本机网关ip Service networ 阅读全文
posted @ 2018-01-31 10:41 樊栋 阅读(619) 评论(0) 推荐(1) 编辑