@@ -271,7 +271,7 @@ After installing OT monitoring software, make sure to run the following tests:
271
271
272
272
Use the ` route` command to show the gateway' s IP address. For example:
273
273
274
- ```
274
+ ``` CLI
275
275
<root@xsense:/# route -n
276
276
Kernel IP routing table
277
277
Destination Gateway Genmask Flags Metric Ref Use Iface
@@ -282,7 +282,7 @@ Destination Gateway Genmask Flags Metric Ref Use Iface
282
282
283
283
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:
284
284
285
- ```
285
+ ``` CLI
286
286
<root@xsense:/# arp -a
287
287
cusalvtecca101-gi0-02-2851.network.microsoft.com (172.18.0.1) at 02:42:b0:3a:e8:b5 [ether] on eth0
288
288
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:
293
293
#### DNS checks
294
294
295
295
Use the `cat /etc/resolv.conf` command to find the IP address that' s configured for DNS traffic. For example:
296
- ` ` `
296
+ ` ` ` CLI
297
297
< root@xsense:/# cat /etc/resolv.conf
298
298
search reddog.microsoft.com
299
299
nameserver 127.0.0.11
@@ -303,7 +303,7 @@ options ndots:0
303
303
304
304
Use the ` host` command to resolve an FQDN. For example:
305
305
306
- ` ` `
306
+ ` ` ` CLI
307
307
< root@xsense:/# host www.apple.com
308
308
www.apple.com is an alias for www.apple.com.edgekey.net.
309
309
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
318
318
319
319
Use the ` wget` command to verify that port 443 is open for communication. For example:
320
320
321
- ` ` `
321
+ ` ` ` CLI
322
322
< root@xsense:/# wget https://www.apple.com
323
323
--2022-11-09 11:21:15-- https://www.apple.com/
324
324
Resolving www.apple.com (www.apple.com)... 72.246.148.202, 2a02:26f0:5700:1b4::1aca, 2a02:26f0:5700:182::1aca
0 commit comments