摘要: 一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: #停止firewall服务 systemctl stop firewalld.service #禁止firewall开机启动 syst 阅读全文
posted @ 2016-06-15 16:35 LazyCat_Ky 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 一、 在安装好了centOS 7 的服务上,打开终端 运行 ip -s addr 命令 获取服务的IP地址 [root@localhost ~]# ip -s addr1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOW 阅读全文
posted @ 2016-06-15 15:15 LazyCat_Ky 阅读(507) 评论(0) 推荐(0) 编辑