码迷,mamicode.com
首页 >  
搜索关键字:firewall    ( 1565个结果
Transparent Firewall Mode
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
CentOS 7编译安装Nginx+MySQL+PHP
一、配置防火墙,开启80端口、3306端口CentOS7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall: systemctlstopfirewalld.service#停止firewall systemctldisablefirewalld.service#禁止firewall开机启动 2、安装iptables防火墙 yuminstalliptabl..
分类:数据库   时间:2015-08-07 16:26:57    阅读次数:413
为iptables安装layer7模块
layer7是在linux上面的一个防火墙模块,它可以在iptables上面实现七层过滤,能过滤包括电驴,msn,qq等一些列软件,我们知道在Linux上面firewall是基于内核模块实现的,所以我们要想起用layer7模块就必须编译内核,下面是步骤:1.需要源码包The2.4or2.6Linuxkernelsource(2.6str..
分类:其他好文   时间:2015-08-06 18:45:18    阅读次数:330
CentOS 7:如何安装防火墙?
对于纯净版的CentOS7,您必须手动安装防火墙。但是你就算安装了防火墙还是不能马上运行它,你需要再做一些操作才能让它工作。在CentOS 7中按照以下步骤来设置防火墙第一步,通过yum安装system-config-firewall-tuiyum install system-config-fir...
分类:其他好文   时间:2015-08-06 10:44:30    阅读次数:224
openwrt 配置文件功能简介
配置文件文件位置 描述基本配置/etc/config/dhcp dnsmasq和DHCP的配置/etc/config/dropbear SSH服务端选项/etc/config/firewall 中央防火墙配置/etc/config/network 交换,接口和路由配置/etc/co...
分类:其他好文   时间:2015-08-05 23:52:41    阅读次数:217
阿里云CentOS6上配置iptables
参考: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
CentOS6及7下端口开启与关闭
--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 + owncloud8.1.0   搭建企业私有云(基础服务)
最近公司给了一个寻找合适的企业云盘的任务给我。我想自己搭建一个试试。选用了以下组合:CentOS7(lamp)+owncloud8.1.0附录:一、CentOS7.0默认使用的是firewall作为防火墙。firewall:systemctlstartfirewalld.service#启动firewallsystemctlstopfirewalld.service#停止firewa..
分类:其他好文   时间:2015-07-30 15:09:54    阅读次数:1147
CentOS 6.3下Samba服务器的安装与配置
系统环境系统平台: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 理解 (9): OpenStack 是如何实现 Neutron 网络 和 Nova虚机 防火墙的 [How Nova Implements Security Group and How Neutron Implements Virtual Firewall]
学习 Neutron 系列文章:(1)Neutron 所实现的虚拟化网络(2)Neutron OpenvSwitch + VLAN 虚拟网络(3)NeutronOpenvSwitch + GRE/VxLAN 虚拟网络(4)Neutron OVS OpenFlow 流表 和 L2 Population...
分类:其他好文   时间:2015-07-29 08:58:28    阅读次数:1107
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!