On 8/4/21 3:14 AM, Bengt Gördén wrote:
On 2021-08-04 04:31, Chuck Payne wrote:
Try this, ok this is the correct syntax
nmap -sP -p 9100 192.168.1-254
You probably missed a "1" in the third tuple.
nmap -sP -p 9100 192.168.1.1-254 or nmap -sP -p 9100 192.168.1.0/24
If you meant to do permutation of the third tuple it would be: nmap -sP -p 9100 192.168.0-255.0/24
As I mentioned in one reply, there is something not kosher about this computer: it cannot deal with bash (UNIX) commands. I am trying to get thru to the people who sold it to me. Meanwhile, running the code on the half-working laptop gives me the ip and the MAC address of the printer. How to use this information to get thru to it from Leap, I don't know. Thanx for your contribution--doug