You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-iot/organizations/how-to-install-software.md
+69-2Lines changed: 69 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Install OT network monitoring software - Microsoft Defender for IoT
3
3
description: Learn how to install agentless monitoring software for an OT sensor and an on-premises management console for Microsoft Defender for IoT. Use this article if you're reinstalling software on a preconfigured appliance, or if you've chosen to install software on your own appliances.
4
-
ms.date: 07/13/2022
4
+
ms.date: 11/09/2022
5
5
ms.topic: how-to
6
6
---
7
7
@@ -25,7 +25,7 @@ Mount the ISO file onto your hardware appliance or VM using one of the following
25
25
- DVDs: First burn the software to the DVD as an image
26
26
- USB drive: First make sure that you’ve created a bootable USB drive with software such as [Rufus](https://rufus.ie/en/), and then save the software to the USB drive. USB drives must have USB version 3.0 or later.
27
27
28
-
Your physical media must have a minimum of 4GB storage.
28
+
Your physical media must have a minimum of 4-GB storage.
29
29
30
30
-**Virtual mount** – use iLO for HPE appliances, or iDRAC for Dell appliances to boot the ISO file.
31
31
@@ -267,6 +267,73 @@ After installing OT monitoring software, make sure to run the following tests:
267
267
268
268
- **ifconfig**: Verify that all the input interfaces configured during the installation process are running.
269
269
270
+
#### Gateway checks
271
+
272
+
Use the `route`command to show the gateway's IP address. For example:
273
+
274
+
``` CLI
275
+
<root@xsense:/# route -n
276
+
Kernel IP routing table
277
+
Destination Gateway Genmask Flags Metric Ref Use Iface
278
+
0.0.0.0 172.18.0.1 0.0.0.0 UG 0 0 0 eth0
279
+
172.18.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
280
+
>
281
+
```
282
+
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
+
285
+
``` CLI
286
+
<root@xsense:/# arp -a
287
+
cusalvtecca101-gi0-02-2851.network.microsoft.com (172.18.0.1) at 02:42:b0:3a:e8:b5 [ether] on eth0
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
289
+
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
290
+
>
291
+
```
292
+
293
+
#### DNS checks
294
+
295
+
Use the `cat /etc/resolv.conf` command to find the IP address that's configured for DNS traffic. For example:
296
+
``` CLI
297
+
<root@xsense:/# cat /etc/resolv.conf
298
+
search reddog.microsoft.com
299
+
nameserver 127.0.0.11
300
+
options ndots:0
301
+
>
302
+
```
303
+
304
+
Use the `host`command to resolve an FQDN. For example:
305
+
306
+
``` CLI
307
+
<root@xsense:/# host www.apple.com
308
+
www.apple.com is an alias for www.apple.com.edgekey.net.
309
+
www.apple.com.edgekey.net is an alias for www.apple.com.edgekey.net.globalredir.akadns.net.
310
+
www.apple.com.edgekey.net.globalredir.akadns.net is an alias for e6858.dscx.akamaiedge.net.
311
+
e6858.dscx.akamaiedge.net has address 72.246.148.202
312
+
e6858.dscx.akamaiedge.net has IPv6 address 2a02:26f0:5700:1b4::1aca
313
+
e6858.dscx.akamaiedge.net has IPv6 address 2a02:26f0:5700:182::1aca
314
+
>
315
+
```
316
+
317
+
#### Firewall checks
318
+
319
+
Use the `wget`command to verify that port 443 is open for communication. For example:
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.
271
338
272
339
## Configure tunneling access for sensors through the on-premises management console
0 commit comments