View previous topic :: View next topic |
Author |
Message |
tomcat22 n00b
Joined: 02 Jun 2004 Posts: 68
|
Posted: Tue May 10, 2005 3:23 pm Post subject: How to scan local network for all IP's? [solved] |
|
|
Hi,
simple problem: there's a new printer (Samsung CLP-550N) connected to our LAN and nobody knows what IP it has got.
Of course there's some windows-software delivered with it, but I think I just need the IP of the printer to print, but how can I detect it?
Thankx for any idea,
Tom _________________ Windows - gesehen, gelacht, gelöscht!
Last edited by tomcat22 on Tue May 10, 2005 4:13 pm; edited 1 time in total |
|
Back to top |
|
|
nyk Guru
Joined: 28 Aug 2004 Posts: 527 Location: Bern (Switzerland)
|
Posted: Tue May 10, 2005 3:29 pm Post subject: |
|
|
Try scanning the subnet with nmap -O for OS detection, so you get hints on what kind of machine there is at a certain IP.
eg. this for the local network:
Code: |
nmap -O 192.168.0.*
|
|
|
Back to top |
|
|
kashani Advocate
Joined: 02 Sep 2002 Posts: 2032 Location: San Francisco
|
Posted: Tue May 10, 2005 3:58 pm Post subject: |
|
|
Assuming it received its IP via DCHP you might try looking at the leases table. Generally your desktops if they are by the same manufacturer are all going to have the similar MAC addresses. They'll likely all start with 0000.56xx.xxxx, 000c.41xxx.xxx, and so forth based on the manufacturer of the NIC card. Your printer may have a drastically different MAC which might standout with a quick eyeball.
The nmap suggestion is probably the most foolproof solution.
kashani _________________ Will personally fix your server in exchange for motorcycle related shop tools in good shape. |
|
Back to top |
|
|
tomcat22 n00b
Joined: 02 Jun 2004 Posts: 68
|
Posted: Tue May 10, 2005 4:12 pm Post subject: |
|
|
thank you all, it works now!
btw: the printer can detect itself which ip it has and prints this out automaticly.
tom, lucky _________________ Windows - gesehen, gelacht, gelöscht! |
|
Back to top |
|
|
nyk Guru
Joined: 28 Aug 2004 Posts: 527 Location: Bern (Switzerland)
|
Posted: Tue May 10, 2005 4:22 pm Post subject: |
|
|
Ah yeah,of course, thats the best solution, sorry for forgetting about this...
On HP printers just press the two upper buttons for 2 secs, if I remember correctly, and then they print out their IP along with other info. |
|
Back to top |
|
|
tomcat22 n00b
Joined: 02 Jun 2004 Posts: 68
|
Posted: Wed May 11, 2005 7:14 am Post subject: |
|
|
kashani wrote: | The nmap suggestion is probably the most foolproof solution.kashani |
the right thing for me!
hardware here is from very different manufactures.
now we're living in a coloured world
tom _________________ Windows - gesehen, gelacht, gelöscht! |
|
Back to top |
|
|
|