Skip to content

Commit 3398e53

Browse files
authored
Merge pull request #205922 from yamorish/patch-4
Update FAQs for tracert and ping
2 parents 9fedcc5 + 237da8e commit 3398e53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/virtual-networks-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ No. Multicast and broadcast are not supported.
9999
### What protocols can I use within VNets?
100100
You can use TCP, UDP, and ICMP TCP/IP protocols within VNets. Unicast is supported within VNets, with the exception of Dynamic Host Configuration Protocol (DHCP) via Unicast (source port UDP/68 / destination port UDP/67) and UDP source port 65330 which is reserved for the host. Multicast, broadcast, IP-in-IP encapsulated packets, and Generic Routing Encapsulation (GRE) packets are blocked within VNets.
101101

102-
### Can I ping my default routers within a VNet?
103-
No.
102+
### Can I ping default gateway within a VNet?
103+
No. Azure provided default gateway does not respond ping. But you can use ping in your VNets to check connectivity and troubleshooting between VMs.
104104

105105
### Can I use tracert to diagnose connectivity?
106-
No.
106+
Yes.
107107

108108
### Can I add subnets after the VNet is created?
109109
Yes. Subnets can be added to VNets at any time as long as the subnet address range is not part of another subnet and there is available space left in the virtual network's address range.

0 commit comments

Comments
 (0)