how i get fragmented ip packets in my vnet?

Moty Evroni 0 Reputation points
2023-09-18T07:47:50.6733333+00:00

i dont get fragment packets from out of vnet

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,602 questions
{count} votes

1 answer

Sort by: Most helpful
  1. GitaraniSharma-MSFT 49,701 Reputation points Microsoft Employee
    2023-09-19T14:14:02.6433333+00:00

    Hello @Moty Evroni ,

    I understand that you were unable to get fragmented packets from out of your Azure Vnet.

    You were facing issue in transferring large SIP INVITE packets (2000 bytes) between 2 different Azure Vnets which were connected via Vnet peering.

    I recommended you refer the below documentation to get a generic idea of fragmentation in Azure:

    https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-tcpip-performance-tuning

    The Azure Virtual Network stack will attempt to fragment a packet at 1,400 bytes.

    Virtual Network stack is set up to drop "out of order fragments," that is, fragmented packets that don't arrive in their original fragmented order. These packets are dropped mainly because of a network security vulnerability announced in November 2018 called FragmentSmack.

    You provided an update that you were able to resolve your issue by using TCP connection.

    Thanks for your continued contribution on Q&A and appreciate much for taking the time to share the resolution.

    Kindly let us know if you need further assistance on this issue.


    Please don’t forget to close the thread by clicking "Accept the answer", as this can be beneficial to other community members.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.