系统环境: rhel6 x86_64 iptables and selinux disabled主机: 192.168.122.121 server21.example.com 计算节点 192.168.122.173 server73.example.com 计算节点 192.168.122.13...
分类:
其他好文 时间:
2015-03-31 17:31:19
阅读次数:
145
(lnmp平台)系统环境: rhel6 x86_64 iptables and selinux disabled主机: 192.168.122.185 server85.example.com 192.168.122.117 server17.example.com (注:时间需同步)相关网址: r...
分类:
移动开发 时间:
2015-03-31 17:30:18
阅读次数:
685
系统环境: rhel6 x86_64 iptables and selinux disabled主机:192.168.122.160 server60.example.com 192.168.122.154 server54.example.com相关网址: rpm.pbone.netftp://f...
分类:
其他好文 时间:
2015-03-31 17:23:52
阅读次数:
244
系统环境: rhel6 x86_64 iptables and selinux disabled主机: 192.168.122.121 server21.example.com 192.168.122.173 server73.example.com (注:时间需同步)所需的包:icpi-64#配....
分类:
其他好文 时间:
2015-03-31 15:57:45
阅读次数:
167
工作需要将某个具有外网IP的server的某个端口映射到某个内网IP的server的相同端口上。 首先想到使用NAT,命令如下 echo?"1"?>?/proc/sys/net/ipv4/ip_forward
iptables?-t?nat?-I?PREROUTING?-d?$outter...
分类:
系统相关 时间:
2015-03-31 11:02:26
阅读次数:
366
1.修改linux密码echo用户名:密码|chpasswd2.iptables开启ftp的被动模式开启被动模式FTP支持:在/etc/sysconfig/iptables-config里面添加ip_nat_ftp、ip_conntrack_ftp模块,如下:vim/etc/sysconfig/iptables-configIPTABLES_MODULES="ip_nat_ftp"IPTABLES_MODULES="ip_conntra..
分类:
系统相关 时间:
2015-03-29 07:11:08
阅读次数:
222
iptables4个表和5个涟iptables显示相关的命令iptables-L-n-x-v查看iptables的status为Firevallisstopped解决:Linux命令行输入step--Firevallconfiguration--enable清除默认的规则iptables-F等价于iptables--flush//清除所有的规则iptables-X等价于iptables--delete-chain//删..
分类:
其他好文 时间:
2015-03-29 07:07:49
阅读次数:
174
构建Cacti检测系统需求描述:在网关、网站服务器上安装net-snmp如软件包,配置SNMPD服务在检测服务器上安装Cacti系统通过Cacti的Web界面了解网站服务器的CPU、内存等使用情况。1、正确配置网络参数、主机名、关闭iptables安装yum环境(需要使用yum服务器,依赖包比较多,安装步..
分类:
其他好文 时间:
2015-03-21 21:29:56
阅读次数:
273
## 什么是Netfilter/iptable Netfilter/iptables是Linux内核内置的报文过滤框架,程序可以通过该框架完成报文过滤、地址转换(NAT)以及连接跟踪等功能。 Netfilter/iptables由两部分组成,一部分是Netfilter的"钩子...
分类:
Web程序 时间:
2015-03-20 00:08:40
阅读次数:
207