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
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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,32 @@ 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 IP address of the Gateway. For example:
273
+
274
+
:::image type="content" source="media/tutorial-install-components/route-n.png" alt-text="Screenshot that shows the result of running the command route." border="false":::
275
+
276
+
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:
277
+
278
+
:::image type="content" source="media/tutorial-install-components/arp-a.png" alt-text="Screenshot that shows the result of running the command arp -a." border="false":::
279
+
280
+
### DNS Checks
281
+
282
+
Use the `cat /etc/resolv.conf`command to check the IP that is configured for DNS. For example:
283
+
284
+
:::image type="content" source="media/tutorial-install-components/cat-etc-resolv-conf.png" alt-text="Screenshot that shows the result of running the command to check DNS." border="false":::
285
+
286
+
Use the `host`command to resolve an FQDN. For example:
287
+
288
+
:::image type="content" source="media/tutorial-install-components/host.png" alt-text="Screenshot that shows the result of running the command host." border="false":::
289
+
290
+
### Firewall Checks
291
+
292
+
Use the `wget`command to verify that port 443 is open for communication. For example:
293
+
294
+
:::image type="content" source="media/tutorial-install-components/wget.png" alt-text="Screenshot that shows the result of running the command wget." border="false":::
295
+
270
296
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
297
272
298
## Configure tunneling access for sensors through the on-premises management console
0 commit comments