Skip to content

Commit 619d915

Browse files
Apply suggestions from review
Co-authored-by: Batami Gold <[email protected]>
1 parent 816df78 commit 619d915

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -269,49 +269,41 @@ After installing OT monitoring software, make sure to run the following tests:
269269

270270
#### Gateway checks
271271

272-
Use the `route` command to show the IP address of the Gateway. For example:
272+
Use the `route` command to show the gateway's IP address. For example:
273273
274274
```
275-
276275
<root@xsense:/# route -n
277276
Kernel IP routing table
278277
Destination Gateway Genmask Flags Metric Ref Use Iface
279278
0.0.0.0 172.18.0.1 0.0.0.0 UG 0 0 0 eth0
280279
172.18.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
281280
>
282-
283281
```
284282
285283
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:
286284
287285
```
288-
289286
<root@xsense:/# arp -a
290287
cusalvtecca101-gi0-02-2851.network.microsoft.com (172.18.0.1) at 02:42:b0:3a:e8:b5 [ether] on eth0
291288
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
292289
redis_22.2.6.27-r-c64cbca.iot_network_22.2.6.27-r-c64cbca (172.18.0.3) at 02:42:ac:12:00:03 [ether] on eth0
293290
>
294-
295291
```
296292
297293
#### DNS checks
298294
299-
Use the `cat /etc/resolv.conf` command to check the IP that is configured for DNS. For example:
300-
295+
Use the `cat /etc/resolv.conf` command to find the IP address that's configured for DNS traffic. For example:
301296
```
302-
303297
<root@xsense:/# cat /etc/resolv.conf
304298
search reddog.microsoft.com
305299
nameserver 127.0.0.11
306300
options ndots:0
307301
>
308-
309302
```
310303

311304
Use the `host` command to resolve an FQDN. For example:
312305

313306
```
314-
315307
<root@xsense:/# host www.apple.com
316308
www.apple.com is an alias for www.apple.com.edgekey.net.
317309
www.apple.com.edgekey.net is an alias for www.apple.com.edgekey.net.globalredir.akadns.net.
@@ -320,15 +312,13 @@ e6858.dscx.akamaiedge.net has address 72.246.148.202
320312
e6858.dscx.akamaiedge.net has IPv6 address 2a02:26f0:5700:1b4::1aca
321313
e6858.dscx.akamaiedge.net has IPv6 address 2a02:26f0:5700:182::1aca
322314
>
323-
324315
```
325316

326317
#### Firewall checks
327318

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

330321
```
331-
332322
<root@xsense:/# wget https://www.apple.com
333323
--2022-11-09 11:21:15-- https://www.apple.com/
334324
Resolving www.apple.com (www.apple.com)... 72.246.148.202, 2a02:26f0:5700:1b4::1aca, 2a02:26f0:5700:182::1aca
@@ -342,7 +332,6 @@ index.html.1 100%[===================>] 97.62K --.-KB/s in 0.02s
342332
2022-11-09 11:21:15 (5.88 MB/s) - 'index.html.1' saved [99966/99966]
343333
344334
>
345-
346335
```
347336

348337
For more information, see [Check system health](how-to-troubleshoot-the-sensor-and-on-premises-management-console.md#check-system-health) in our sensor and on-premises management console troubleshooting article.

0 commit comments

Comments
 (0)