Skip to content

Commit b74886a

Browse files
authored
added CLI
1 parent e9f8787 commit b74886a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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 gateway's IP address. For example:
273273
274-
```
274+
``` CLI
275275
<root@xsense:/# route -n
276276
Kernel IP routing table
277277
Destination Gateway Genmask Flags Metric Ref Use Iface
@@ -282,7 +282,7 @@ Destination Gateway Genmask Flags Metric Ref Use Iface
282282
283283
Use the `arp -a` command to verify that there is a binding between the MAC address and the IP address of the default gateway. For example:
284284
285-
```
285+
``` CLI
286286
<root@xsense:/# arp -a
287287
cusalvtecca101-gi0-02-2851.network.microsoft.com (172.18.0.1) at 02:42:b0:3a:e8:b5 [ether] on eth0
288288
mariadb_22.2.6.27-r-c64cbca.iot_network_22.2.6.27-r-c64cbca (172.18.0.5) at 02:42:ac:12:00:05 [ether] on eth0
@@ -293,7 +293,7 @@ redis_22.2.6.27-r-c64cbca.iot_network_22.2.6.27-r-c64cbca (172.18.0.3) at 02:42:
293293
#### DNS checks
294294
295295
Use the `cat /etc/resolv.conf` command to find the IP address that's configured for DNS traffic. For example:
296-
```
296+
``` CLI
297297
<root@xsense:/# cat /etc/resolv.conf
298298
search reddog.microsoft.com
299299
nameserver 127.0.0.11
@@ -303,7 +303,7 @@ options ndots:0
303303

304304
Use the `host` command to resolve an FQDN. For example:
305305

306-
```
306+
``` CLI
307307
<root@xsense:/# host www.apple.com
308308
www.apple.com is an alias for www.apple.com.edgekey.net.
309309
www.apple.com.edgekey.net is an alias for www.apple.com.edgekey.net.globalredir.akadns.net.
@@ -318,7 +318,7 @@ e6858.dscx.akamaiedge.net has IPv6 address 2a02:26f0:5700:182::1aca
318318

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

321-
```
321+
``` CLI
322322
<root@xsense:/# wget https://www.apple.com
323323
--2022-11-09 11:21:15-- https://www.apple.com/
324324
Resolving www.apple.com (www.apple.com)... 72.246.148.202, 2a02:26f0:5700:1b4::1aca, 2a02:26f0:5700:182::1aca

0 commit comments

Comments
 (0)