Skip to content

Commit 24468dd

Browse files
authored
Merge pull request #267747 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents c2f2edb + f99aa42 commit 24468dd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
href: egress-udr.md
472472
- name: Use an HTTP proxy
473473
href: http-proxy.md
474-
- name: Managed NAT Gateway
474+
- name: Use a NAT Gateway
475475
href: nat-gateway.md
476476
- name: Outbound network and FQDN rules for AKS clusters
477477
href: outbound-rules-control-egress.md

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,12 @@ Unicast is supported in virtual networks. Multicast, broadcast, IP-in-IP encapsu
128128

129129
### Can I deploy a DHCP server in a virtual network?
130130

131-
Azure virtual networks provide DHCP service and DNS to VMs. Client/server DHCP traffic (source port UDP/68, destination port UDP/67) is not supported in a virtual network.
131+
Azure virtual networks provide DHCP service and DNS to Azure Virtual Machines. However, you can also deploy a DHCP Server in an Azure VM to serve the on-prem clients via a DHCP Relay Agent.
132132

133-
You can't deploy your own DHCP service to receive and provide unicast or broadcast client/server DHCP traffic for endpoints inside a virtual network. Deploying a DHCP server VM with the intent to receive unicast DHCP relay (source port UDP/67, destination port UDP/67) traffic is also an *unsupported* scenario.
133+
DHCP Server in Azure was previously marked as unsupported since the traffic to port UDP/67 was rate limited in Azure. However, recent platform updates have removed the rate limitation, enabling this capability.
134+
135+
> [!NOTE]
136+
> The on-premises client to DHCP Server (source port UDP/68, destination port UDP/67) is still not supported in Azure, since this traffic is intercepted and handled differently. So, this will result in some timeout messages at the time of DHCP RENEW at T1 when the client directly attempts to reach the DHCP Server in Azure, but this should succeed when the DHCP RENEW attempt is made at T2 via DHCP Relay Agent. For more details on the T1 and T2 DHCP RENEW timers, see [RFC 2131](https://www.ietf.org/rfc/rfc2131.txt).
134137
135138
### Can I ping a default gateway in a virtual network?
136139

0 commit comments

Comments
 (0)