For networking I'm using new Standard SKU (Load balancer, Public IP addresses, etc.). By default everything is disabled for Public IP Address Standard SKU.
I added the following and got TCP outbound connectivity: 1. NSG - enabled all outbound traffic 2. Load balancer rule - rule for Tcp & disabled SNAT 3. Outbound rule - for Tcp
Now when I remote to VMSS VM instance, I can open "google.com". But "ping google.com" keeps timing out.
I wonder what I should configure to enable ping/tracert to work (they are essential for my service offering)?
(First I created VMSS with default Basic Load Balancer - there everything works, including ping).
First I created VMSS with default Basic Load Balancer - there everything works, including ping
, could you describe it? the default LB with vmss is standard public LB on my side.afaik, Azure LB does not support ICMP, only TCP and UDP. – Nancy Xiongaz vmss create
with basic LB, but cannotping www.google.com
on the windows vmss instance. Could you verify this? – Nancy Xiong