51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

最新发布

在 Centos7 的KVM上启用嵌套虚拟化
centos

在 Centos7 的KVM上启用嵌套虚拟化

厉飞雨 阅读(133) 评论(0) 赞(9)

<p><strong>嵌套虚拟化</strong> 意味着在虚拟机内配置虚拟化环境。换句话说,我们可以说嵌套虚拟化是虚拟机管理程序hypervisor的一个特性,它允许我们通过<strong>虚拟化管理程序</strong>(宿主机)的硬件加速在虚拟服务器内安装和运行虚拟机。</p> <p>在这...

用 Centos 搭建开源镜像站
linux

用 Centos 搭建开源镜像站

厉飞雨 阅读(122) 评论(0) 赞(8)

<p>|----|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ...

iptables 实现 nat
软件使用

iptables 实现 nat

厉飞雨 阅读(117) 评论(0) 赞(7)

<h2>3.8 nat {#38-nat}</h2> <ul> <li>共享上网</li> <li>端口转发/端口映射</li> <li>ip映射</li> </ul> <p>|-----------------------------------...

iptables 禁ping
开源工具

iptables 禁ping

厉飞雨 阅读(184) 评论(0) 赞(7)

<h3>匹配ICMP类型 {#365-匹配icmp类型}</h3> <ul> <li>ICMP(Internet Control Message Protocol)Internet控制报文协议 ping</li> <li>整个网站核心</li> </ul> <p><...

iptables 命令参数
linux

iptables 命令参数

厉飞雨 阅读(90) 评论(0) 赞(7)

<h3>3.5.2 iptables命令参数 {#352-iptables命令参数}</h3> <p>iptables -nL 列出规则</p> <p>| 参数 | 含义 | |--------|------------------------------| ...

iptables 4表5链
软件教程

iptables 4表5链

厉飞雨 阅读(152) 评论(0) 赞(7)

<h3>3.4.1 简介 {#341-简介}</h3> <ul> <li>iptables 是 4表伍链</li> <li>4表: <strong>filter 表 nat表</strong> raw表 mangle表</li> <li>5链: <str...