Skip to content

Commit 6044a41

Browse files
committed
DOCS: subnets
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
1 parent ab45f28 commit 6044a41

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/SUBNETS.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ You need to specify the network interface and the network mask. You can also con
88
> If you don't see all expected devices run the following command in the NetAlertX container (replace the interface and ip mask):
99
> `sudo arp-scan --interface=eth0 192.168.1.0/24`
1010
>
11-
> If this command returns no results, the network is not accessible due to your network or firewall restrictions (Wi-Fi Extenders, VPNs and inaccessible networks). If direct scans are not possible, check the [remote networks documentation](./REMOTE_NETWORKS.md) for workarounds.
12-
11+
> If this command returns no results:
12+
>
13+
> - ✅ If you see output like `IPv4: (none)` or `Using 0.0.0.0`:
14+
> → The interface was not detected correctly.
15+
> → Fix: explicitly set the interface using `--interface=<name>`.
16+
>
17+
> - ❌ If the scan runs correctly but still finds no devices:
18+
> → The network may not be accessible due to firewall, VLAN, or network restrictions (Wi-Fi extenders, VPNs, etc.). If direct scans are not possible, check the [remote networks documentation](./REMOTE_NETWORKS.md) for workarounds.
1319
1420
## Example Values
1521

0 commit comments

Comments
 (0)