On 04/08/2021 04.31, Chuck Payne wrote:
Doug,
Try this, ok this is the correct syntax
nmap -sP -p 9100 192.168.1-254
You have define a range
nmap -sP 10.0.0.0/8 <http://10.0.0.0/8>
I never see a wild character used successful.
I tried the command here before posting, worked fine. minas-tirith:/etc/cups # time nmap -p 9100 -n 192.168.1.* Starting Nmap 7.70 ( https://nmap.org ) at 2021-08-04 03:57 CEST Nmap scan report for 192.168.1.1 Host is up (0.0049s latency). PORT STATE SERVICE 9100/tcp filtered jetdirect MAC Address: 00:8E:F2:F5:1C:13 (Netgear) Nmap scan report for 192.168.1.3 Host is up (0.21s latency). PORT STATE SERVICE 9100/tcp closed jetdirect MAC Address: 5C:51:88:8F:3B:18 (Motorola Mobility, a Lenovo Company) Nmap scan report for 192.168.1.8 Host is up (0.22s latency). PORT STATE SERVICE 9100/tcp closed jetdirect MAC Address: 38:80:DF:5C:75:B5 (Unknown) Nmap scan report for 192.168.1.201 Host is up (0.0030s latency). PORT STATE SERVICE 9100/tcp closed jetdirect MAC Address: 64:68:0C:74:E7:06 (Comtrend) Nmap scan report for 192.168.1.9 Host is up (0.000076s latency). PORT STATE SERVICE 9100/tcp closed jetdirect Nmap done: 256 IP addresses (5 hosts up) scanned in 8.81 seconds real 0m8.955s user 0m0.215s sys 0m0.049s minas-tirith:/etc/cups # -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.2 x86_64 (Minas Tirith))