码迷,mamicode.com
首页 >  
搜索关键字:l7-filter iptables    ( 4723个结果
基于RHEL 6.5安装Oracle 11g详细教程(4)——安装Oracle前的准备
4 安装Oracle前的准备4.1基本配置4.1.1关闭防火墙[root@oracle~]#serviceiptablesstopiptables:SettingchainstopolicyACCEPT:filter[OK]iptables:Flushingfirewallrules:[OK]iptables:Unloadingmodules:[OK]关闭iptables开机自启动功能[root@oracle~]#chkconfigiptablesof..
分类:数据库   时间:2014-05-27 03:56:59    阅读次数:598
Amazon AWS EC2开启Web服务器配置
在Amazon AWS EC2申请了一年的免费使用权,安装了CentOS + Mono + Jexus环境做一个Web Server使用。在上述系统安装好之后,把TCP 80端口开启(iptables),同时启动Jexus。正常情况下,从客户端使用 http://IP地址/info,就可以看到Jex...
分类:Web程序   时间:2014-05-22 03:00:58    阅读次数:524
iptables惹的祸
iptables惹的祸 [root@localhost ~]# service iptables stop iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ...
分类:其他好文   时间:2014-05-20 15:10:34    阅读次数:249
CentOS6.5_Nginx1.40_Php5.57_MySQL5.5.35编译安装全记录
环境说明:CentOS 6.5 32位 PHP Version 5.5.7 mysql version _5.6.16一、准备工作配置防火墙,允许防火墙通过22(sshd)、80(WEB)、3306(MYSQL)端口iptables -A INPUT -p tcp --dport 80 -j ACC...
分类:数据库   时间:2014-05-19 13:29:28    阅读次数:466
Hadoop伪分布式环境配置
Step1:关闭防火墙 service iptables stop[status] service iptables status chkconfig --list |grep iptables chkconfig iptables offStep2:修改IP (重启网卡:se...
分类:其他好文   时间:2014-05-16 21:22:50    阅读次数:318
linux iptables添加mysql访问
用一个shell脚本添加一个IP的mysql3306端口到防火墙白名单#!/bin/bashchkconfig--level235iptablesoniptables-Fiptables-AINPUT-s127.0.0.1-ptcp--dport3306-jACCEPTiptables-AINPUT-s192.168.0.11-ptcp--dport3306-jACCEPT
分类:数据库   时间:2014-05-15 00:45:29    阅读次数:299
鸟哥超阳春客户端防火墙设计与防火墙规则储存
#1.清除规则iptables-F清除所有已订定的规则iptables-X杀掉所有使用者"自定义"的chain(应该说的是tables)iptables-Z将所有的chain的计数与流量统计都归零#2.设定政策iptables-PINPUTDROPiptables-POUTPUTACCEPTiptables-PFORWARDACCEPT#3~5.制订各项规则iptables-AINPUT-ilo-jA..
分类:其他好文   时间:2014-05-15 00:39:41    阅读次数:244
在linux下配置tftp服务器和nfs服务器
提示:该实验平台是在RedHatb6下进行的 配置成功的前提有三个: (1):在window下能ping的通linux (2):关闭linux 防火墙      执行指令:/etc/init.d/iptables stop (3):使SElinux处于宽容模式   执行指令:setenforce permissive 一、配置tftp服务器步骤 (1):挂载磁盘,安装tptp-serv...
分类:系统相关   时间:2014-05-13 16:24:59    阅读次数:409
Squid学习之旅之透明代理回顾
系统环境:CentOS6.5Squid3.0 内网网段:10.211.55.0/24 Squid服务器地址:10.211.55.4(端口是3128) 客户端地址:10.211.55.9 网关:10.211.55.1 使用源码包编译安装 安装源码包必备参数集 ./configure--prefix=/usr/local/squid--sysconfdir=/usr/local/squid/etc--bindir=/u..
分类:其他好文   时间:2014-05-13 04:00:53    阅读次数:310
合nagios+cacti+微信、飞信实现网络监控报警
系统环境:rhel6.3selinuxdisabled和iptables整合cacti和nagios是利用了cacti的一个插件nagiosforcacti,它的原理是将nagios的数据通过ndo2db导入到mysql数据库(cacti的库中),然后cacti读取数据库信息将nagios的结果展示出来。一、nagios监控本地主机注释掉localhost.cfg,新..
分类:微信   时间:2014-05-12 03:36:37    阅读次数:760
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!