找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 6083|回复: 2

请问如何在2003下面实现双光纤负载均衡

[复制链接]
发表于 2004-10-30 18:54:20 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
在下原本正在使用一条10M光纤......现老板不知道为什么又申请多一条100M........      现在正在用2003 nat 不知道有什么办法可以做到双光纤负载均衡呢?另外,我的100M光纤是用来架电影站的,不知道有没有办法对某IP限制带宽呢?例如分给电影站的ip用40M,自己网吧用60+10呢?    最后,不知道是不是用2外+2内的方式比较好呢?
routeros
发表于 2004-11-13 00:38:28 | 显示全部楼层
安装ISA2004来实现负载平衡!1. 网络负载平衡,使用Windows Network Load Balance. 参考微软技术文档,http://www.microsoft.com/china/technet/prodtechnol/windowsserver2003/technologies/clustering/nlbbp.mspx网络负载平衡:Windows 2000 和 Windows Server 2003 的配置最佳实践 2. 互为备份,实现方法 两台ISA各自周期限性的检查自己的Default Gateway,通过ICMP (PING)来确定物理链路是否正常工作。 当发现ICMP 结果失败,停止本机的NLB服务,这样双节点的NLB 自动Failover 到另一个节点 写了一个服务程序来实现此功能,附源代码及工程文件。 网络拓朴图如下  DG : Default Gateway NLB: Network Load Balance 具体实现 因为实验环境有限,修改网络拓朴图如下,道理相信大家都明白的。  1. Windows 2003 Server (Enterprise Edition) x 2 或 Windows 2000 Advanced Server x 2. 只有Windows 2000 Advanced Server/Windows 2003 Enterprise Edition才支持Network Load Balancing 2. 安装ISA Server 2000 (Standard Edition), Standalone, 集成模式,双网卡 安装次序, All Windows Critical Updates ISA Server 2000 Service Pack 1 ISA Server 2000 Feature Pack 1 ISA Server 2000 Service Pack 2   原理1 网络配置 部分 ISA Server 1 (ISA1)Windows IP Configuration Host Name . . . . . . . . . . . . : ISA1 Primary Dns Suffix . . . . . . . : vnet.net Node Type . . . . . . . . . . . . : Unknown IP Routing Enabled. . . . . . . . : Yes WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : vnet.net Ethernet adapter InternalNIC: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapter (Generic) #2 Physical Address. . . . . . . . . : 02-BF-0A-00-00-03 DHCP Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 10.0.0.3 Subnet Mask . . . . . . . . . . . : 255.0.0.0 IP Address. . . . . . . . . . . . : 10.0.0.1 Subnet Mask . . . . . . . . . . . : 255.0.0.0 Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : 10.0.0.1 10.0.0.2 Ethernet adapter ExternalNIC: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapter (Generic) Physical Address. . . . . . . . . : 00-03-FF-C0-68-CD DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 192.168.0.252 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.0.230 DHCP Server . . . . . . . . . . . : 192.168.0.230 DNS Servers . . . . . . . . . . . : 202.96.209.5 202.96.209.133 Lease Obtained. . . . . . . . . . : Saturday, August 14, 2004 4:00:02 PM Lease Expires . . . . . . . . . . : Saturday, August 14, 2004 5:00:02 PM网络负载平衡配置图    ISA Server 2 (ISA2)Windows IP Configuration Host Name . . . . . . . . . . . . : ISA2 Primary Dns Suffix . . . . . . . : vnet.net Node Type . . . . . . . . . . . . : Unknown IP Routing Enabled. . . . . . . . : Yes WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : vnet.net Ethernet adapter ExternalNIC: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapter (Generic) Physical Address. . . . . . . . . : 00-03-FF-C1-68-CD DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 192.168.0.251 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.0.230 DHCP Server . . . . . . . . . . . : 192.168.0.230 DNS Servers . . . . . . . . . . . : 202.96.209.5 202.96.209.133 Lease Obtained. . . . . . . . . . : Saturday, August 14, 2004 4:00:14 PM Lease Expires . . . . . . . . . . : Saturday, August 14, 2004 5:00:14 PM Ethernet adapter InternalNIC: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapter (Generic) #2 Physical Address. . . . . . . . . : 02-BF-0A-00-00-03 DHCP Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 10.0.0.3 Subnet Mask . . . . . . . . . . . : 255.0.0.0 IP Address. . . . . . . . . . . . : 10.0.0.2 Subnet Mask . . . . . . . . . . . : 255.0.0.0 Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : 10.0.0.1 10.0.0.2网络负载平衡配置 图   完成上述配置后,要对网络负载平衡配置进行复核,确保其能正常工作。请在任一ISA上运行wlbs query。 如出现下图所示的结果,一切正常。如果最后一行只有1或只有2,NLB工作不正常。这边不展开讨论NLB的问题。C:\Documents and Settings\Administrator>wlbs query WLBS Cluster Control Utility V2.4 ?1997-2003 Microsoft Corporation. Cluster 10.0.0.3 Host 2 has entered a converging state 6 time(s) since joining the cluster and the last convergence completed at approximately: 8/14/2004 4:23:15 PM Host 2 converged with the following host(s) as part of the cluster: 1, 2继续在ISA1/ISA2上建立相应的协议规则(Protocol Rule/Site and Content Rule),客户端就可以使用10.0.0.3的地址访问Internet, 做得更加完美的话,可以在DNS加入一条A记录ISA -> 10.0.0.3 如下图所示  ISA的客户配置中作如下的设定   目前为止我们完成了原理1 部分的配置,ISA 能够提供网络负载平衡,对内网用户实现不间断的服务。任一节点的关机,都不会影响内网用户对Internet的访问 原理2. 互为备份,实现方法 下载ispcheck.rar 分别在两台ISA服务器上完成如下配置。 复制ispcheck.exe到%windir%\system32 目录 运行 "ispcheck -install". 会安装ispcheck 系统服务 打开注册表 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ispcheck] DestinationIP : ISP的网关地址 PingInterval :检查的时间间隔,默认为10秒 。 ConfirmInterval :在实际检查中并不会因为一次失败而立刻断开NLB,会再尝试多次,确认失败才断开NLB,默认为2。 TimeOut : 为ping的超时设定,默认为2。 启动ispcheck服务。
routeros
回复

使用道具 举报

 楼主| 发表于 2004-11-13 12:32:32 | 显示全部楼层
谢谢楼上的指导。不过图片好像都看不了哦~~请问可不可以给我原文地址呢?谢谢。
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-5-16 04:18 , Processed in 0.064477 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表