Skip to content

Commit eb2fbb9

Browse files
authored
Merge pull request #304547 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 04513c2 + 73a850c commit eb2fbb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/virtual-network/virtual-network-encryption-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ sections:
2121
answer: |
2222
Encryption verification is limited to the status of the network interface resource, vnetEncryptionSupported, and Accelerated networking during public preview. After public preview, virtual network flow logs can be used to see the encrypted and unencrypted flows between virtual machines.
2323
24-
- question: Is there data not encrypted?
24+
- question: Why are packets dropped in encrypted virtual networks, and how can I prevent it?
2525
answer: |
26-
Fragmented packets aren't offloaded to hardware and don't get encrypted. Use an MTU of 1500 in the network configuration of your virtual machines.
26+
Fragmented packets are not offloaded to hardware and are therefore dropped. To avoid this, configure your virtual machines with a network MTU of 1400. For encrypted virtual networks, ensure the "Don't Fragment" (DF) flag is set. Packets exceeding the 1400 MTU limit will be dropped rather than fragmented.
2727
2828
- question: What certificate is used for the DTLS establishment on the Azure Host?
2929
answer: |

0 commit comments

Comments
 (0)