背景:
阅读新闻
Linux下群集服务之LVS-DR模型在企业网络中的应用案例
[日期:2012-05-06] 来源:Linux社区 作者:xjzhujunjie [字体:]
Linux下群集服务之lvs-DR模型在企业网络中的应用案例
案例应用拓扑图:
案例应用实现详细步骤如下:
一.Client-pc客户端配
二. Director服务器配置
2.1 Director服务器ip地址配置
[root@ ~]# setup
[root@ ~]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
[root@ ~]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0C:29:66:E1:DA
inet addr:10.106.6.250 Bcast:10.106.6.255 Mask:255.255.255.0
[root@ ~]# ifconfig eth0:0
eth0:0 Link encap:Ethernet HWaddr 00:0C:29:66:E1:DA
inet addr:10.106.6.254 Bcast:10.106.6.254 Mask:255.255.255.255
[root@ ~]# hostname director.junjie.com #注销重新登录
2.2 为director添加路由
[root@director ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.106.6.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 10.106.6.254 0.0.0.0 UG 0 0 0 eth0
[root@director ~]# route add -host 10.106.6.254 dev eth0:0
[root@director ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.106.6.254 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
10.106.6.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 10.106.6.254 0.0.0.0 UG 0 0 0 eth0 2.3 配置本地yum服务器:
[root@director ~]# vim /etc/yum.repos.d/server.repo
[rhel-server]
name=Red Hat Enterprise Linux server
baseurl=file:///mnt/cdrom/Server/
enabled=1
gpgcheck=1
gpgkey=file:///mnt/cdrom/RPM-GPG-KEY-RedHat-release
[rhel-cluster]
name=Red Hat Enterprise Linux cluster
baseurl=file:///mnt/cdrom/Cluster/
enabled=1
gpgcheck=1
gpgkey=file:///mnt/cdrom/RPM-GPG-KEY-redhat-release
[root@director ~]#mkdir /mnt/cdrom
[root@director ~]# mount /dev/cdrom /mnt/cdrom/
mount: block device /dev/cdrom is write-protected, mounting read-only
[root@director ~]#yum list all
相关资讯 Linux集群
本文评论 查看全部评论 (0)
尊重网上道德,遵守中华人民共和国的各项有关法律法规 承担一切因您的行为而直接或间接导致的民事或刑事法律责任 本站管理人员有权保留或删除其管辖留言中的任意内容 本站有权在网站内转载或引用您的评论 参与本评论即表明您已经阅读并接受上述条款
评论声明
最新资讯