文章标签 ‘centos’
一、操作系统centos 5 final,内核具有lvs的功能,不需要网上的复杂编译内核的操作
系统构架:
VIP: 192.168.0.10(真实的对外网的IP,给用户访问的IP)
LVSIP:192.168.0.12(作为内网的转发IP 点,必需同内网的集群真实服务器结点为同一个网段)
注意:上面两个IP设置在一台机器上的两块网卡上,这机器叫master
WEB1:192.168.0.13 (realserver-1)
WEB2:192.168.0.14 (realserver-2)
二、安装ipvsadm piranha用yum(只需在master机上装)
yum -y install ipvsadm piranha
它会自动安装apache 和 php 因为piranha需要用到http来管理lvs.
分享收藏
原文:http://www.wains.be/index.php/20 … lisateurs-virtuels/
I manage a network of around 30 computers (25 active clients win/linux, 7 servers win/linux)
I have implemented an email solution based on CentOS and Postfix to easier mail exchange internally and avoid slowness of our ex host.
This article is not really meant to be an howto but an overview of our current configuration.
It [...]
