问答 2015-12-21 来自:开发者社区

linux centos 6.5防火墙是不是必须登陆账号里面控制台才能设置

服务器默认防火墙是全部开放的,设置好防火墙规则后,输入命令iptables -P INPUT DROPiptables -P FORWARD DROPiptables -P OUTPUT DROPssh就连不上了

问答 2015-07-16 来自:开发者社区

咨询一个CentOS7防火墙firewalld的问题

firewall-cmd --permanent --add-service=http firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="192.168.0.0/24" service name="http" accept" 使用CentOS7有一段时间了,也一直在学习新的防火墙配置工具f...

文章 2015-04-23 来自:开发者社区

CentOS7安全设置 yum-cron系统自动更新,firewalld防火墙简单使用

PermitRootLogin nosystemctl restart sshd.service;yum -y install firewalld;systemctl start firewalld.service cp /usr/lib/firewalld/services/ssh.xml /etc/firewalld/services修改<port protocol="tcp" por....

问答 2015-03-28 来自:开发者社区

Centos7防火墙问题

请问阿里云的Centos 7系统,默认防火墙(firewall / iptables)是不是还没有安装的?

文章 2015-01-30 来自:开发者社区

玩转Linux之- CentOS 7.0,启用iptables防火墙

原文 玩转Linux之- CentOS 7.0,启用iptables防火墙 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动2、安...

问答 2014-12-14 来自:开发者社区

阿里云的centos需不需要开防火墙

阿里云的centos需不需要开防火墙

问答 2014-05-09 来自:开发者社区

新开的centos6.3防火墙问题请教

我发现iptables里是空的,请问这个需要设置么? 还是说只靠云盾就可以?

问答 2014-04-23 来自:开发者社区

如何为Centos配置防火墙

发现阿里云直接开放了8080端口,我现在想只保留80和22端口,其他的全部封掉,请问改怎么配置,好像也找不到/etc/systconfig/iptables配置文件?

文章 2014-04-21 来自:开发者社区

Oracle客户端连接Centos5.8防火墙:ORA-12560: TNS: 协议适配器错误的解决方法

1. 今天在客户端连接Oracle服务端时报:ORA-12560: TNS: 协议适配器错误的解决方法 但在服务端监听是打开的 [oracle@asm ~]$ lsnrctl status LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 21-APR-2014 16:30:35 Copyright (c) 1991, 2009, ...

问答 2013-06-13 来自:开发者社区

centos6.364位新装系统防火墙无法启动

不知道大家有没有这样的事情啊~~好诡异 /etc/init.d/iptables start 这个命令无效啊? 没反应 这是为什么啊 请官方解答下

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

开发与运维

集结各类场景实战经验,助你开发运维畅行无忧

+关注