我有两个服务器,每个都有两个网卡,通过两个完全独立的networking运行。 一个networking是一个面向公众的networking,这些网卡configuration有公共IP。 另一个networking是一个私人networking连接两个私人IP的服务器。
Server 1 IPs: 197.189.20x.x / 255.255.255.248 / GW: 197.189.20x.x - Public NIC plugged into public network 10.10.10.1 / 255.255.255.0 / GW: None - Private NIC plugged into private network Server 2 IPs: 197.189.21x.x / 255.255.255.248 / GW: 197.189.21x.x - Public NIC plugged into public network 10.10.10.3 / 255.255.255.0 / GW: None - Private NIC plugged into private network
无论服务器使用何种IP连接,stream量都是通过公共网卡(100MB)发送的,到达吞吐量限制时,会将附加stream量放在专用网卡(1GB)上。
为了进一步加剧混淆,当我禁用公共networking时,我获得了1GB的全额转移,当我启用公共networking并且“负载均衡”时,我只能获得大约300mb(公共100个,私人200个)。
我不知道这是否意味着什么,但是这两台服务器本周被replace了。 以前,我们有两台运行Windows Server 2008 R2的服务器使用不同的板载NIC, 新的服务器已经加载了Windows Server 2012 R2并运行相同的英特尔机载网卡。 所以networking是一样的,只是服务器和他们的操作系统现在是不同的。 在2008年的两台服务器上,所有的工作都是完美的,私人交通是私人的,公共交通是公开的。
任何帮助将不胜感激,因为我准备放弃,而不是去锤打!
编辑:绝望的措施,我开始倒退服务器,试图找出问题的原因。 一旦我从Hyper-V中删除虚拟交换机,networking立即开始响应预期。 把交换机放回去,并重新开始dynamic负载平衡。 这有助于缩小search范围,我发现这篇文章“Windows Server 2012 R2中的Hyper-V虚拟交换机的新增function”
networkingstream量的dynamic负载均衡
WindowsServer®2012提供了同时的负载分配和故障转移function,但并不能保证NIC组中NIC之间的负载均衡分配。
在WindowsServer®2012 R2中,dynamic负载均衡可以不断自动地将stream量从网卡上的网卡移动到网卡组中的网卡,以便尽可能公平地共享stream量负载。
有关NIC绑定的更多信息,请参阅NIC绑定概述。
唯一的问题是,我们不使用网卡服务! 希望能够对这个问题有所了解,希望有人能够遇到并解决这个难题。
编辑2:这里是路由表(Hyper-V交换机已经被重新创build):
Interface List 22...0c c4 7a 71 a9 01 ......Hyper-V Virtual Ethernet Adapter #3 20...0c c4 7a 71 a9 00 ......Hyper-V Virtual Ethernet Adapter #2 1...........................Software Loopback Interface 1 14...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter 15...00 00 00 00 00 00 00 e0 Microsoft 6to4 Adapter 16...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2 =========================================================================== IPv4 Route Table =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 197.189.20x.x2 197.189.20x.x3 261 10.10.10.0 255.255.255.0 On-link 10.10.10.1 261 10.10.10.1 255.255.255.255 On-link 10.10.10.1 261 10.10.10.255 255.255.255.255 On-link 10.10.10.1 261 127.0.0.0 255.0.0.0 On-link 127.0.0.1 306 127.0.0.1 255.255.255.255 On-link 127.0.0.1 306 127.255.255.255 255.255.255.255 On-link 127.0.0.1 306 197.189.20x.x1 255.255.255.248 On-link 197.189.20x.x3 261 197.189.20x.x3 255.255.255.255 On-link 197.189.20x.x3 261 197.189.20x.x4 255.255.255.255 On-link 197.189.20x.x3 261 224.0.0.0 240.0.0.0 On-link 127.0.0.1 306 224.0.0.0 240.0.0.0 On-link 197.189.20x.x3 261 224.0.0.0 240.0.0.0 On-link 10.10.10.1 261 255.255.255.255 255.255.255.255 On-link 127.0.0.1 306 255.255.255.255 255.255.255.255 On-link 197.189.20x.x3 261 255.255.255.255 255.255.255.255 On-link 10.10.10.1 261 =========================================================================== Persistent Routes: Network Address Netmask Gateway Address Metric 0.0.0.0 0.0.0.0 197.189.20x.x2 Default 0.0.0.0 0.0.0.0 197.189.20x.x2 256 =========================================================================== IPv6 Route Table =========================================================================== Active Routes: If Metric Network Destination Gateway 15 1177 ::/0 2002:c058:6301::1 15 1176 ::/0 2002:c058:6301::c058:6301 1 306 ::1/128 On-link 15 1005 2002::/16 On-link 15 261 2002:c5bd:cb0a::c5bd:cb0a/128 On-link 1 306 ff00::/8 On-link =========================================================================== Persistent Routes: None
两个服务器的VSwitchconfiguration是相同的:
Private network is an "External Network" switch connected to the NIC running the private 10.x IPs. Public network is an "External Network" switch connected to the NIC running public 197.x IPs. No VLANs configured
欣赏协助,让我知道如果你需要别的东西,我会在这里整夜