码迷,mamicode.com
首页 >  
搜索关键字:tun    ( 992个结果)
Linux下虚拟网卡tun/tap
#include <stdio.h>#include <string.h>#include <linux/if_tun.h>#include <sys/types.h>#include <net/if.h>#include <sys/stat.h>#include <fcntl.h>#include ...
分类:系统相关   时间:2016-05-13 09:45:26    阅读次数:183
LVS原理详解
LVS原理详解LVS简介Internet的快速增长使多媒体网络服务器面对的访问数量快速增加,服务器需要具备提供大量并发访问服务的能力,因此对于大负载的服务器来讲,CPU、I/O处理能力很快会成为瓶颈。由于单台服务器的性能总是有限的,简单的提高硬件性能并不能真正解决这个问题。为..
分类:其他好文   时间:2016-04-10 10:25:33    阅读次数:356
Cluster
LVS:类型: NAT:地址转换 DR:直接路由 TUN:隧道 NAT: 集群节点跟director必须在同一个IP网络中; RIP通常是私有地址,仅用于各集群节点间的通信; director位于client和realserver之间,并负责处理进出的所有通信; realserver必须将网关指向DIP; 支持端口映射; real..
分类:其他好文   时间:2016-04-06 00:53:17    阅读次数:276
LVS 三种模式区别
LVS三种(LVS-DR,LVS-NAT,LVS-TUN)模式的简要配置LVS是什么:http://www.linuxvirtualserver.org/VS-NAT.htmlhttp://www.linuxvirtualserver.org/VS-IPTunneling.htmlhttp://www.linuxvirtualserver.org/VS-DRouting.html首先是安装ipvsadm管理程序下载:http://www.linuxvirtu..
分类:其他好文   时间:2016-03-29 06:40:12    阅读次数:211
【转】linux之tune2fs命令
转自:http://czmmiao.iteye.com/blog/1749232 tune2fs简介 tune2fs是调整和查看ext2/ext3文件系统的文件系统参数,Windows下面如果出现意外断电死机情况,下次开机一般都会出现系统自检。Linux系统下面也有文件系统自检,而且是可以通过tun
分类:系统相关   时间:2016-03-20 19:27:42    阅读次数:266
bond配置实战
1.[root@rac1network-scripts]#ls查看网卡类型ifcfg-bond0ifdownifdown-pppifup-ethifup-pppnetwork-functionsifcfg-eth0ifdown-bnepifdown-routesifup-ipppifup-routesnetwork-functions-ipv6ifcfg-eth1ifdown-ethifdown-sitifup-ipv6ifup-sitifcfg-eth2ifdown-ipppifdown-tun..
分类:其他好文   时间:2016-03-18 02:06:45    阅读次数:307
共992条   上一页 1 ... 87 88 89 90 91 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!