Skip to content

Commit 99a7bf1

Browse files
authored
Update virtual-network-test-latency.md
1 parent 99ff14e commit 99a7bf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-network/virtual-network-test-latency.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ Download the [latest version of latte.exe](https://gallery.technet.microsoft.com
7474

7575
Consider putting latte.exe in separate folder, such as *c:\tools*.
7676

77-
## Allow latte.exe through the Windows firewall
77+
## Allow latte.exe through Windows Defender Firewall
7878

79-
On the *receiver*, create an Allow rule on the Windows Firewall to allow the latte.exe traffic to arrive. It's easiest to allow the entire latte.exe program by name rather than to allow specific TCP ports inbound.
79+
On the *receiver*, create an Allow rule on Windows Defender Firewall to allow the latte.exe traffic to arrive. It's easiest to allow the entire latte.exe program by name rather than to allow specific TCP ports inbound.
8080

8181
Allow latte.exe through Windows Defender Firewall by running the following command:
8282

8383
```cmd
84-
netsh advfirewall firewall add rule program=\<path\>\latte.exe name="Latte" protocol=any dir=in action=allow enable=yes profile=ANY
84+
netsh advfirewall firewall add rule program=<path>\latte.exe name="Latte" protocol=any dir=in action=allow enable=yes profile=ANY
8585
```
8686

8787
For example, if you copied latte.exe to the *c:\tools* folder, this would be the command:
@@ -129,7 +129,7 @@ On the Linux VMs, both *sender* and *receiver*, run the following commands to pr
129129
Run the following commands:
130130
131131
```bash
132-
#CentOS/RHEL - Install Git and other helpful tools
132+
#RHEL/CentOS - Install Git and other helpful tools
133133
sudo yum install gcc -y -q
134134
sudo yum install git -y -q
135135
sudo yum install gcc-c++ -y

0 commit comments

Comments
 (0)