问题阐述 一次停电之后,服务器停机,然后ip莫名被占用,修改新的ip之后,ssh能够连接上去,但是web服务访问不了,数据库访问不了,除了22端口,其它服务端口都不能telnet。 防火前、IPtables、selinux全都关闭,问题存在。 久经折腾之下,觉得Docker的那个端口映射是不是也要重 ...
分类:
Web程序 时间:
2019-12-23 15:17:27
阅读次数:
128
系统版本:Centos 7.4 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) 1、环境配置: 1.1 永久关闭SeLinux vi /etc/selinux/config #将SELI ...
分类:
其他好文 时间:
2019-12-20 15:19:00
阅读次数:
113
准备工作 1.准备两台虚拟机(我的是centos7系统的) 一台是 192.168.18.140 一台是 192.168.18.141 2.关闭防火墙 和SELinux 1 2 systemctl stop firewalld setenforce 0 优化系统 1 2 3 4 5 6 7 vim ...
分类:
其他好文 时间:
2019-12-20 12:16:06
阅读次数:
94
准备三台centos7的服务器 两核两G的 关闭防火墙和SELinux 1 2 systemctl stop firewalld setenforce 0 1.每一台都安装jdk 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 rpm -ivh jdk-8u ...
分类:
其他好文 时间:
2019-12-20 12:14:02
阅读次数:
203
环境: 1、centos7.6 2、jdk1.8.0_141 3、4G 30G 4core 4、关闭防火墙和selinux 一、安装jenkins 1、 下载jenkins https://pkg.jenkins.io/redhat/ jenkins-2.208-1.1.noarch.rpm 2、安 ...
分类:
其他好文 时间:
2019-12-20 11:57:49
阅读次数:
122
任意选择3台centos系统的服务器(可以任意选择几台都可以),我的是1台centos7,2台centos6的 负载均衡端:192.168.153.171 web端:192.168.153.128 / 129 1.关闭所有服务器的防火墙以及selinux。 centos7的操作 systemctl ...
分类:
其他好文 时间:
2019-12-20 11:47:26
阅读次数:
66
任意选择3台centos系统的服务器(可以任意选择几台都可以),我的是1台centos7,2台centos6的 负载均衡端:192.168.153.171 web端:192.168.153.128 / 129 1.关闭所有服务器的防火墙以及selinux。 centos7的操作 systemctl ...
分类:
其他好文 时间:
2019-12-20 11:33:02
阅读次数:
64
准备三台centos7的服务器 两核两G的 关闭防火墙和SELinux systemctl stop firewalld setenforce 0 1.每一台都安装jdk rpm -ivh jdk-8u131-linux-x64_.rpm 准备中... ####################### ...
分类:
其他好文 时间:
2019-12-20 10:20:50
阅读次数:
166
参考文档 "docs.openstack.org" "Centos7.2 安装devstack S版" "安装devstack中遇到的一些问题整理" 环境配置 虚拟主机为最小化安装的centos7.7(内存尽量不低于4G),IP地址为:192.168.10.61(尽量不要安装多余的包) 关闭seli ...
分类:
其他好文 时间:
2019-12-19 23:45:26
阅读次数:
153
错误排查 https://blog.csdn.net/onlysunnyboy/article/details/75270533 关闭 SELinux https://blog.csdn.net/edide/article/details/52389946 ...
分类:
其他好文 时间:
2019-12-19 21:24:45
阅读次数:
59