Skip to content

Commit 816df78

Browse files
committed
typo fix
1 parent e199c29 commit 816df78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/defender-for-iot/organizations/how-to-install-software.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ After installing OT monitoring software, make sure to run the following tests:
271271

272272
Use the `route` command to show the IP address of the Gateway. For example:
273273

274-
```cli
274+
```
275275
276276
<root@xsense:/# route -n
277277
Kernel IP routing table
@@ -282,9 +282,9 @@ Destination Gateway Genmask Flags Metric Ref Use Iface
282282
283283
```
284284

285-
Use the `arp -a` command to verify that the MAC recognizes the IP if a ping command to the gateway IP trigger fails. For example:
285+
Use the `arp -a` command to verify that the MAC recognizes the IP, if a ping command to the gateway IP fails to trigger it. For example:
286286

287-
```cli
287+
```
288288
289289
<root@xsense:/# arp -a
290290
cusalvtecca101-gi0-02-2851.network.microsoft.com (172.18.0.1) at 02:42:b0:3a:e8:b5 [ether] on eth0
@@ -298,7 +298,7 @@ redis_22.2.6.27-r-c64cbca.iot_network_22.2.6.27-r-c64cbca (172.18.0.3) at 02:42:
298298

299299
Use the `cat /etc/resolv.conf` command to check the IP that is configured for DNS. For example:
300300

301-
```cli
301+
```
302302
303303
<root@xsense:/# cat /etc/resolv.conf
304304
search reddog.microsoft.com
@@ -310,7 +310,7 @@ options ndots:0
310310

311311
Use the `host` command to resolve an FQDN. For example:
312312

313-
```cli
313+
```
314314
315315
<root@xsense:/# host www.apple.com
316316
www.apple.com is an alias for www.apple.com.edgekey.net.
@@ -327,7 +327,7 @@ e6858.dscx.akamaiedge.net has IPv6 address 2a02:26f0:5700:182::1aca
327327

328328
Use the `wget` command to verify that port 443 is open for communication. For example:
329329

330-
```cli
330+
```
331331
332332
<root@xsense:/# wget https://www.apple.com
333333
--2022-11-09 11:21:15-- https://www.apple.com/

0 commit comments

Comments
 (0)