Part 0: overviewThe Cisco ASA can operate:routed firewall mode (default Layer 3)Transparent mode (Layer 2)Comparison of the Routed and Transparent Fir...
分类:
其他好文 时间:
2015-08-07 17:58:35
阅读次数:
513
一、配置防火墙,开启80端口、3306端口CentOS7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:
systemctlstopfirewalld.service#停止firewall
systemctldisablefirewalld.service#禁止firewall开机启动
2、安装iptables防火墙
yuminstalliptabl..
分类:
数据库 时间:
2015-08-07 16:26:57
阅读次数:
413
layer7是在linux上面的一个防火墙模块,它可以在iptables上面实现七层过滤,能过滤包括电驴,msn,qq等一些列软件,我们知道在Linux上面firewall是基于内核模块实现的,所以我们要想起用layer7模块就必须编译内核,下面是步骤:1.需要源码包The2.4or2.6Linuxkernelsource(2.6str..
分类:
其他好文 时间:
2015-08-06 18:45:18
阅读次数:
330
对于纯净版的CentOS7,您必须手动安装防火墙。但是你就算安装了防火墙还是不能马上运行它,你需要再做一些操作才能让它工作。在CentOS 7中按照以下步骤来设置防火墙第一步,通过yum安装system-config-firewall-tuiyum install system-config-fir...
分类:
其他好文 时间:
2015-08-06 10:44:30
阅读次数:
224
配置文件文件位置 描述基本配置/etc/config/dhcp dnsmasq和DHCP的配置/etc/config/dropbear SSH服务端选项/etc/config/firewall 中央防火墙配置/etc/config/network 交换,接口和路由配置/etc/co...
分类:
其他好文 时间:
2015-08-05 23:52:41
阅读次数:
217
参考:http://blog.abv.cn/?p=50阿里云CentOS6默认没有启动iptables1、检查iptables状态[root@iZ94jj63a3sZ ~]# service iptables statusiptables: Firewall is not running.[root...
分类:
其他好文 时间:
2015-08-02 15:04:01
阅读次数:
113
--centos 7.0
firewall-cmd --zone=public --add-port=8080/tcp --peranment
firewall-cmd --zone=public --add-port=8081/tcp --peranment
--关闭防火墙
service firewalld stop
--centos 6.5
/sbin/iptables -I...
分类:
其他好文 时间:
2015-07-31 16:22:21
阅读次数:
155
最近公司给了一个寻找合适的企业云盘的任务给我。我想自己搭建一个试试。选用了以下组合:CentOS7(lamp)+owncloud8.1.0附录:一、CentOS7.0默认使用的是firewall作为防火墙。firewall:systemctlstartfirewalld.service#启动firewallsystemctlstopfirewalld.service#停止firewa..
分类:
其他好文 时间:
2015-07-30 15:09:54
阅读次数:
1147
系统环境系统平台:CentOS release 6.3 (Final)Samba版本:samba-3.5.10-125.el6.x86_64Samba Server IP:10.0.0.163防火墙已关闭/iptables: Firewall is not running.SELINUX=disab...
分类:
其他好文 时间:
2015-07-30 13:13:42
阅读次数:
179
学习 Neutron 系列文章:(1)Neutron 所实现的虚拟化网络(2)Neutron OpenvSwitch + VLAN 虚拟网络(3)NeutronOpenvSwitch + GRE/VxLAN 虚拟网络(4)Neutron OVS OpenFlow 流表 和 L2 Population...
分类:
其他好文 时间:
2015-07-29 08:58:28
阅读次数:
1107