Hello List, I need to find out the IP address of a network device. It is a little gadget that will respond to requests on port 80 (as well as some other). I have been trying to scan with nmap, but so far no luck. I could do with a few tips.
My test machine is running Kubuntu 8.10 and is equiped with two ethernet. If I configure eth1 as 192.168.1.1 and then issue nmap -vvv -n -e eth1 192.168.1.1/24 I get: Starting Nmap 4.62 ( http://nmap.org ) at 2009-02-04 19:22 NZDT Initiating ARP Ping Scan at 19:22 Scanning 256 hosts [1 port/host] Completed ARP Ping Scan at 19:22, 5.42s elapsed (256 total hosts) Read data files from: /usr/share/nmap Nmap done: 256 IP addresses (0 hosts up) scanned in 5.467 seconds Raw packets sent: 512 (21.504KB) | Rcvd: 0 (0B) So nothing responded in that class C network. So far so good. But if I use nmap -vvv -n -e eth1 192.168.2.1/24 I see the scan traffic going out on eth0. I was under the impression, that nmap would be using eth1 to do its business?! I've been reading up and down nmap.org, but don't seem to be getting anywhere. What I would like to achieve is to hock up the gadget to eth1 and scan the complete IP4 range. Any other thoughts? Anchors? -- Kind regards Stefan Schulz Professional Web Solutions http://pws.co.nz --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
