歡迎您光臨本站 註冊首頁

這個負載均衡把我搞頭大了,求救!!!

←手機掃碼閱讀     火星人 @ 2014-03-04 , reply:0

這個負載均衡把我搞頭大了,求救!!!

       已知兩台伺服器,均安裝WIN2008 Enterprise . 雙網卡 負載均衡採用單播模式  用一根網線做心跳,直接連接兩台機器,兩台伺服器另外的網口連接CISCO 交換機  . 在交換機上劃了個VLAN3 所以,交換機上的兩個埠直接也分配到VLAN3了,兩台伺服器的外網IP分別為61.128.97.100/24(域控制器)和61.128.97.101/24(成員)  VLAN3作為網關,IP為61.128.97.1 用默認路由到互聯網,這個實驗是通過GNS3(思科路由器模擬器)+VMWARE 做的,網路全部調試通都能彼此之間訪問,用IIS分別創建兩個節點,也做了DFS,都是成功的,  心跳地址分別為10.1.1.1 和10.1.1.2,,,,,做WEB負載均衡實驗,用客戶端系統訪問集群IP總是打不開,虛擬IP為61.128.97.15 可PING通,,,,TELNET80埠也可以打開,但總是訪問不了節點的WEB頁面,防火牆也關閉了.各位同仁我反覆配置了三天都沒搞定,,,這到底是怎麼回事??? 求解!!! 原本想著在本地測試好了在進機房調試,現在著急的啊~~~




以下是交換機配置清單:
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SW
!
boot-start-marker
boot-end-marker
!
no logging console
!
no aaa new-model
!
resource policy
!
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
switchport access vlan 3
!
interface FastEthernet0/1
switchport access vlan 3
!
interface FastEthernet0/2
no switchport
ip address 218.84.41.2 255.255.255.0
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface Vlan1
no ip address
!
interface Vlan3
ip address 61.128.97.1 255.255.255.0
!
ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 218.84.41.1
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end



路由器配置清單:
Current configuration : 722 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no logging console
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 218.84.41.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 202.168.97.1 255.255.255.0
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 218.84.41.2
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

[火星人 ] 這個負載均衡把我搞頭大了,求救!!!已經有518次圍觀

http://coctec.com/docs/service/show-post-4692.html