IPerf3 UDP test requires TCP ports to be opened in firewall as well #1559
Replies: 2 comments 1 reply
-
Hi, the control interface between the server and client is always over TCP, even if the test itself is UDP. |
Beta Was this translation helpful? Give feedback.
-
I am not familiar with Twmap, but by briefly reading this explanation it seems that the answer is yes, when only two entities are used as shown in Figure 2. The iperf3-control and the TWAMP-control interfaces have similar usages. Note that these interfaces are used throughout the test and not only to start a test - the Twamp description say "TWAMP-Control - Initiates, starts, and ends test sessions". |
Beta Was this translation helpful? Give feedback.
-
Trying with udp test, I deployed iperf in azure vm (windows 10), i had the following networking Inbound port rules and the test failed, Iperf client was unable to connect to Iperf Server.
server command: Iperf3.exe -s -i 1 -p 5201 -f KBytes
But as soon as i changed the TCP port setting as below, then the test went ok.
Anyone know why UDP test need the same UDP port number to be opened in TCP port setting as well?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions