使用站点到站点VPN连接的Azure虚拟网络非常慢
大家好,
我目前遇到与侧向VPN连接相关的性能问题,其中本地计算机向运行应用程序的AzureVM服务器发出请求 每小时需要从该客户端检索7个大文件(每个文件64MB)...
I'm currently experiencing a performance issue related to a side-to-side VPN connection, where a local machine is making requests to an AzureVM server that is running an application that needs to retrieve from that client 7 large files (64MB/each) every single hour...
已找到虚拟机在美国中南部,分配大小为"
The virtual machine is located at South Central US with an allocated size of "Standard_B4ms", the network is working just fine, however is running very slow, it is taking about 3 minutes to upload one single file to the VM.
我已经尝试过优化这篇文章之后的网络吞吐量:
https://docs .microsoft.com/en-us/azure/virtual-network/virtual-network-optimize-network-bandwidth
无论如何,加速联网"该虚拟机已激活该功能.
哪个会是最好的采取行动来优化此网络问题???? ...
您是否测试过网络?在这种情况下,它肯定是网络,而不是VM本身吗? B系列在设计上具有不一致的性能.通过使用一致的系列(例如D/DS)来确保它不是VM.
Have you tested the network? As in, is it definitely the network and not the VM itself? B series has inconsistent performance by design. Ensure it's not the VM by using a consistent series such as D/DS.
如果仍然相同,您正在运行哪个VPNGW版本?
If still the same, what VPNGW version are you running?
Joe