CentOS6.5查看防火墙的状态: 1 [linuxidc@localhost ~]$service iptable status 1 [linuxidc@localhost ~]$service iptable status 1 [linuxidc@localhost ~]$service ip ...
分类:
其他好文 时间:
2018-07-19 19:18:39
阅读次数:
206
更改/关闭防火墙 查看当前防火墙状态 /etc/init.d/iptables status ==>service iptables status 打开防火墙service iptables start 关闭防火墙service iptables stop 关闭开机自启动命令chkconfig ip... ...
分类:
系统相关 时间:
2018-07-07 20:14:14
阅读次数:
144
启动 客户端 配置文件 修改为允许远程连接 打开防火墙端口, 重启防火墙,重启redis 如果发现redis没有重启, 找到,kill, start 远程测试 ...
分类:
其他好文 时间:
2018-06-29 20:35:11
阅读次数:
127
windows环境下使用集成 IIS服务器时一般不会发生外网无法访问的问题,而使用apache、kangle、lighttpd、niginx、tomcat等时:服务器上可通过配置的域名访问网站,ping服务器ip、网站域名都是通的,但是服务器以外远程无法访问主机上的网站。 windows环境下使用集 ...
1、关闭防火墙 临时关闭防火墙 systemctl stop firewalld 永久防火墙开机自关闭 systemctl disable firewalld 临时打开防火墙 systemctl start firewalld 防火墙开机启动 systemctl enable firewalld 查 ...
分类:
其他好文 时间:
2018-06-17 19:53:16
阅读次数:
1408
CentOS6.4安装和配置Samba服务环境说明samba服务端系统:CentOS6.4x86_64samba服务端IP:10.1.1.1samba客户端系统:CentOS6.4x86_64samba客户端IP:10.1.1.1安装samba服务端Step-1:为samba打开防火墙上的相应端口,运行以下命令:iptables-IINPUT-ptcp--dport137-jACCEPTiptab
分类:
其他好文 时间:
2018-05-23 22:13:57
阅读次数:
180
原文地址:https://blog.csdn.net/zhujiangm/article/details/4540778 服务器:CentOS-5.1(192.168.1.87)客户机:FC6(192.168.1.86) Windows XP(192.168.1.88) 虽然telnet的明文传输有 ...
分类:
Web程序 时间:
2018-05-18 01:26:24
阅读次数:
249
nginx 1.安装ngxin 2.打开防火墙 php mysql 故障 1.nginx: [error] invalid PID number "" in "/usr/local/webserver/nginx/logs/nginx.pid" 注意要切换root用户 解决办法: ...
分类:
系统相关 时间:
2018-05-17 00:01:39
阅读次数:
244
最近在服务器centos上安装了rdis数据库,默认是不开启远端访问功能,需要设置一下防火墙,在开放默认端口号 8888时提示FirewallD is not running,经过排查发现是防火墙就没打开造成的,以下步骤打开防火墙仅供参考。 方法、步骤: 1.执行firewall-cmd --zon ...
分类:
其他好文 时间:
2018-05-14 16:49:47
阅读次数:
318