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服务 2012-07-06 admin Leave a comment Go to comments CentOS 安装vsftpd,设置Iptables 限制用户访问自己目录安装好vsftpd后,打开配置文件:[root@hex...
分类:
其他好文 时间:
2014-08-07 21:49:00
阅读次数:
596
Firewall(防火墙):组件,工作在网络边缘(主机边缘),对进出网络数据包基于一定的规则检查,并在匹配某规则时由规则定义的处理进行处理的一组功能的组件。 防火墙类型:根据工作的层次的不同来划分,常见的防...
分类:
其他好文 时间:
2014-08-07 19:26:20
阅读次数:
458
(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
首先说下自己的搭建环境。RedHat6.4系统nagios-4.0.7。关闭selinux和iptables服务1,准备工作,安装好nagios所需要的软件ApachePHPGCCcompilerGDdevelopmentlibrariesyuminstallhttpdphpgccglibcglibc-commongdgd-devel2,创建nagios使用的账号和组,首先要切换成管理员账号[ro..
分类:
移动开发 时间:
2014-08-05 22:54:11
阅读次数:
295
概述iptables是一种运行在linux下的防火墙组件,下面的介绍可以快速的学习iptables的入门使用。特点(重要)它的工作逻辑分为链、表、规则三层结构。数据包通过的时候,在对应表中,规则从上向下匹配,匹配到即跳出,后续规则忽略。常用于过滤数据包和转发数据包(代理服务器)。工作方式基于IP 端...
分类:
系统相关 时间:
2014-08-05 13:56:29
阅读次数:
340
CentOS 配置防火墙操作实例(启、停、开、闭端口): ? 注:防火墙的基本操作命令: 查询防火墙状态: [root@localhost ~]# service ? iptables status<回车> ? 停止防火墙: [root@localhost ~]# service ? ip...
分类:
其他好文 时间:
2014-08-04 21:50:38
阅读次数:
261
安装telnet服务1、用root身份进入到tec/xinetd.d目录,然后再安装telnet服务yuninstalltelnet-server-y2、打开配置文件vimtelnet3、重启xinetd服务servicexinetdrestart4、如果连接不上,关闭防火墙iptables-F以上是本菜鸟的实验步骤,不足之处还请各位大神指正
分类:
Web程序 时间:
2014-08-04 08:21:07
阅读次数:
252
#!/bin/bashiptables -Fiptables -P INPUT DROPiptables -P OUTPUT ACCEPTiptables -P FORWARD DROP/sbin/iptables -A INPUT -i eth1 -m multiport -p tcp --dp....
分类:
系统相关 时间:
2014-08-02 18:04:33
阅读次数:
352
#!/bin/sh#modprobe ipt_MASQUERADEmodprobe ip_conntrack_ftpmodprobe ip_nat_ftpiptables -Fiptables -t nat -Fiptables -Xiptables -t nat -X###############...
分类:
系统相关 时间:
2014-08-01 22:30:22
阅读次数:
424