Nmap Scan Point

(imported topic written by jdefilip)

I’m trying to scan all IP addresses in my environment. I’m able to scan on the local subnet successfully. I tried
192.168.0-255.1-254
showing no IP addresses in the result. Any suggestions would be great.

Thanks!

(imported comment written by Adam_Case)

The Nmap scan point does not allow the syntax you are using. Unfortunately, you can only place a range in the 4th octet of the IP.

192.168.0.1-254

192.168.1.1-254

etc…

(imported comment written by jdefilip)

Thanks for the reply Adam_Case. If anyone has any other solutions that would be greatly appreciated.