Changes between Version 16 and Version 17 of Docs/825gen2/Dev/Networking/NetworkPrinting
- Timestamp:
- 04/02/25 07:39:15 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/NetworkPrinting
v16 v17 9 9 Using NMAP on PC command prompt or !PowerShell window: 10 10 11 In this case the range of IP addresses is limited to 10.1.0.0 through 10.1.5.255 to reduce the time it takes to scan the network. It is known that this network DHCP server is configured to assign IP addresses within this range.11 In this example the range of IP addresses is limited to 10.1.0.0 through 10.1.5.255 to reduce the time it takes to scan the network. It is known that this network DHCP server is configured to assign IP addresses within this range. 12 12 {{{ 13 13 nmap -T4 -F -oN C:\temp\scan_q.txt 10.1.0-5.*