系统环境: 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
系统介绍序列系统代号中文名称英文名称管理和外部访问URL备注技术中心所属部门1WMS仓储管理系统Warehouse Management System物流2TMS运输管理系统Transportation Management System物流3SCM供应链管理系统Supply Chain Manag...
分类:
其他好文 时间:
2015-03-30 20:57:28
阅读次数:
1572
chain(*iterables): 源代码: def?chain(*iterables):
????for?it?in?iterables:
????????for?element?in?it:
????????????yield?element chain函数接收多个参数(iterables),...
分类:
编程语言 时间:
2015-03-29 22:18:11
阅读次数:
288
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
Play with ChainTime Limit: 6000/2000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) 【Problem Description】YaoYao is fond of playing his chai...
分类:
其他好文 时间:
2015-03-28 17:10:07
阅读次数:
137
构建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