On 8/4/21 9:04 AM, Carlos E. R. wrote:
On Wed, 4 Aug 2021 11:05:19 +0200 "Carlos E. R." <> wrote:
On 04/08/2021 06.08, Douglas McGarrett wrote:
On 8/3/21 8:47 PM, Carlos E. R. wrote:
This doesn't make sense:
localhost:~ # nmap -sP 192.168.1.* Starting Nmap 7.70 ( https://nmap.org ) at 2021-08-03 20:11 EDT Nmap done: 256 IP addresses (0 hosts up) scanned in 206.30 seconds
It should have at least found the Epson printer and the router. I was hoping it would find the old HP printer, so I would know what its IP is. Not really. With the options you used, it will only find them if
On 04/08/2021 02.21, Douglas McGarrett wrote: they respond to ping.
try:
nmap -n 192.168.1.*
That's no help either.
localhost:~ # nmap -n 192.168.1.* Starting Nmap 7.70 ( https://nmap.org ) at 2021-08-03 21:45 EDT Nmap done: 256 IP addresses (0 hosts up) scanned in 206.33 seconds
No that's the full output if you scan a network with no devices on it:
# nmap -sP 192.168.178.* Starting Nmap 7.70 ( https://nmap.org ) at 2021-08-04 13:28 BST Nmap done: 256 IP addresses (0 hosts up) scanned in 206.22 seconds # Notice that you pasted the next '#' symbol, you pasted from prompt to
On 04/08/2021 14.38, Dave Howorth wrote: prompt in a single mouse sweep. That's proof. He did not post proof, and he said something impossible about a Dell computer. Where are the messages from nmap pertaining to that Dell? I want proofs about what he says of the Dell.
I do not want interpretations of what is happening, what he THINKS is happening. I want the commands full output showing proof. We will then draw our own conclusions.
18 2021-08-03 20:10:31 nmap -sP 192.168.1.* 19 2021-08-03 20:11:06 cnf nmap 20 2021-08-03 20:11:20 zypper install nmap 21 2021-08-03 20:11:55 nmap -sP 192.168.1.* 22 2021-08-03 21:45:17 nmap -n 192.168.1.* 23 2021-08-03 21:50:49 ping 192.168.1.26 24 2021-08-04 15:10:08 64 bytes from 192.168.1.26: icmp_req=3 ttl=64 time=0.244 ms 25 2021-08-04 15:10:08 64 bytes from 192.168.1.26: icmp_req=4 ttl=64 time=0.242 ms 26 2021-08-04 15:11:27 nmap -sP -p 9100 192.168.1.1-254 27 2021-08-04 15:13:46 nmap -sP -p 9100 192.168.1.0/24 28 2021-08-04 15:14:26 nmap -sP -p 9100 192.168.0-255.0/24 29 2021-08-04 16:09:14 ping 30 2021-08-04 16:10:52 history As you see, it does not respond to the commands. (I was surprised that OpenSUSE does not have nmap as a normal function, and I had to install it, as you can also see. 192.168.1.26 is my Epson printer, with a static IP, and appears without problems when pinged from the partially-working laptop. Unfortunately, the damaged laptop cannot access the internet, so I cannot send you a download from it, unless I copy it and snail-mail it and send it from here. --doug