I have bought one of those Soekris boxes and installed openBSD (flashrd) on it, but now I can't remember if I gave it a 10.0.0.0/255.0.0.0 or a 192.168.0.0/255.255.0.0 IP address.
Is there a way to tell using Linux?
|
feedback
|
|
Yes, easy :) Add both a Another way is to plugin to the device directly to your linux box with a cross over cable (or just isolate them as the only two devices on your switch. Turn your linux interface into promiscuous mode so that it looks at all the traffic instead of ignoring things not directed at it, then start a | |||||||
feedback
|
|
Other than connecting your Soekris Board via a serial cable to your Computer and use Minicom (or any other terminal software)? Not that I'm aware of. | |||
|
feedback
|
|
If its a toss-up between the two ranges, another approach may be to put it onto a network with another system (possible via crossover cable) and scan (via ping if ICMP has not been disabled) those ranges with the other system (switching that system between the two network plans/ranges as needed). | |||
|
feedback
|
|
The easiest way to figure out the IP address of something is to plug it into a computer running tcpdump / wireshark. Turn on the sniffer, plug your box into the main interface of that box, and look for arps and other traffic generated by the mystery box. Typically can figure it out from that pretty easily. You can also ask your switch if you've got a managed switch. Connect to it and ask it for the arp / FDB / CAM table for the port the mystery device is plugged into. | |||
|
feedback
|