码迷,mamicode.com
首页 >  
搜索关键字:iptables firewalld    ( 5615个结果
企业网站架构之Nginx+tomcat+memcached集群
nginx+tomcat+memcached应用 系统环境:RHEL6.4 ?x64 ? iptables -F ? and selinux is disabled 主机角色:node1 :192.168.0.24 :lnmp环境 tomcat memcached ? node2 :192.168.0.99 : tomcat memcached 软件下载...
分类:Web程序   时间:2014-08-11 15:26:22    阅读次数:335
linux# vi /etc/sysconfig/iptables 配置文件
*filter:INPUT ACCEPT [0:0]:FORWARD ACCEPT [0:0]:OUTPUT ACCEPT [0:0]:RH-Firewall-1-INPUT - [0:0]-A INPUT -j RH-Firewall-1-INPUT-A FORWARD -j RH-Firewal...
分类:系统相关   时间:2014-08-09 22:58:29    阅读次数:977
Cloudera hadoop-2.3.0-cdh5.1.0 在Centos 6.5 下的安装
安装前准备 1.  虚拟机3个,安装Centos 6.5, 内存设置为4GB  2.  配置yum源为163(不配置,在安装软件时,慢的要死) 3. 关闭防火墙( iptables),disabled SELinux 4. 配置静态IP,并在/etc/hosts中将Hadoop集群中的主机名加进去 安装  1. 在Cloudera官网上下载 cloudera-manager-i...
分类:其他好文   时间:2014-08-09 00:12:07    阅读次数:313
腾讯云安装openvz,快速搭建测试环境
CSDN送了腾讯云的测试资格,准备拿来作为cici的软件发布首页,想在上面做个demo,无奈没有设备环境,于是想要用openvz来虚拟一些vps: 第一步:选择腾讯云的os模板,centos6.3 第二步:安装openvz           安装方法参见:http://openvz.org/Quick_installation 第三步:下载os模板,创建4个vps,分别是ubutnu ce...
分类:其他好文   时间:2014-08-08 16:15:26    阅读次数:251
Centos 安装FTP配置目录权限,iptables设置ftp服务
Centos 安装FTP配置目录权限,iptables设置ftp服务 2012-07-06 admin Leave a comment Go to comments CentOS 安装vsftpd,设置Iptables 限制用户访问自己目录安装好vsftpd后,打开配置文件:[root@hex...
分类:其他好文   时间:2014-08-07 21:49:00    阅读次数:596
iptables的详细介绍及配置方法
Firewall(防火墙):组件,工作在网络边缘(主机边缘),对进出网络数据包基于一定的规则检查,并在匹配某规则时由规则定义的处理进行处理的一组功能的组件。 防火墙类型:根据工作的层次的不同来划分,常见的防...
分类:其他好文   时间:2014-08-07 19:26:20    阅读次数:458
RHEL 7 / CentOS 7 : Disable Firewalld and use iptables
systemctldisablefirewalldsystemctlstopfirewalldyum-yinstalliptables-servicessystemctlenableiptablessystemctlstartiptables
分类:其他好文   时间:2014-08-07 19:23:11    阅读次数:227
YARN环境搭建 之 一:CentOS7.0系统配置
三、系统配置之关闭防火墙 systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl命令的基本操作格式是: systemc...
分类:其他好文   时间:2014-08-06 14:33:31    阅读次数:441
LINUX防火墙firewall、iptables
(1) 重启后永久性生效:开启: systemctl enable iptables.service'.ln -s '/usr/lib/systemd/system/iptables.service' '/etc/systemd/system/basic.target.wants/iptables....
分类:系统相关   时间:2014-08-06 08:23:21    阅读次数:863
nagios的搭建及配置----(上)
首先说下自己的搭建环境。RedHat6.4系统nagios-4.0.7。关闭selinux和iptables服务1,准备工作,安装好nagios所需要的软件ApachePHPGCCcompilerGDdevelopmentlibrariesyuminstallhttpdphpgccglibcglibc-commongdgd-devel2,创建nagios使用的账号和组,首先要切换成管理员账号[ro..
分类:移动开发   时间:2014-08-05 22:54:11    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!