Skip to content

Commit 5a2f243

Browse files
committed
added extra validation checks and screenshots
1 parent 5c966d6 commit 5a2f243

File tree

6 files changed

+27
-1
lines changed

6 files changed

+27
-1
lines changed

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

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Mount the ISO file onto your hardware appliance or VM using one of the following
2525
- DVDs: First burn the software to the DVD as an image
2626
- 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.
2727

28-
Your physical media must have a minimum of 4 GB storage.
28+
Your physical media must have a minimum of 4-GB storage.
2929

3030
- **Virtual mount** – use iLO for HPE appliances, or iDRAC for Dell appliances to boot the ISO file.
3131

@@ -267,6 +267,32 @@ After installing OT monitoring software, make sure to run the following tests:
267267

268268
- **ifconfig**: Verify that all the input interfaces configured during the installation process are running.
269269

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+
270296
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.
271297

272298
## Configure tunneling access for sensors through the on-premises management console
18.4 KB
Loading
7.33 KB
Loading
23.8 KB
Loading
11.5 KB
Loading
31.1 KB
Loading

0 commit comments

Comments
 (0)