I'm hoping to install OpenWrt on a GoFlex Home unit but I am currently unable to gain access to it. Without a disk connected it ends up with a flashing orange light, but with its disk in place it ends up with a steady green which is supposed to mean it has booted up OK, but it does not request an IP address from the DHCP server and I am unable to connect. I have noticed that I can ping it whilst it is booting, but get no response once the steady green light has come on.
This unit will not connect via serial cable so I can't really tell what is going on. I suspect that nc was setup on it and think it is looking for an nc server at a particular IP address.
Is there any way to tell what it is looking for? I guess if I kept changing the IP address of my server and ran nc on it whilst booting the GFH unit, I might find what it is looking for. What else could I do?
As @anomeome above indicates, if you believe it's using DHCP then sniff the traffic from the wire. tcpdump, wireshark, a switch with port mirroring, or more. There are several ways to achieve this.
Your post indicates that you can disconnect the disk. You could try connecting the disk to another computer, either with an internal cable or USB adapter. Then you could use the other computer to examine the contents of the disk, assuming the computer can recognise the file system (hint: most current Linux distros recognise more file systems than Windows does). Then, if you can read the filesystem, you might be able to find the configuration information for the network... maybe.
You're probably right, but I've never used it before and it looks pretty complicated. I know the MAC address and IP address so I need to find out how to filter on those two values...
If the IP address is fixed and cannot be changed - which seems unlikely, but I've not read the Seagate manuals for the product (hint, hint) - then all you need to do is put your computer into the same subnet as the device. Then you'll be able to connect to it.
Then, once you're fed up with dealing with a device which is fixed to a single IP address which cannot be changed, throw it away and get something less awkward.
Nmap scan report for 192.168.1.22
Host is up (-0.21s latency).
All 65535 scanned ports on 192.168.1.22 are filtered
MAC Address: 00:10:75:2E:AE:0F (Segate Technology)
Nmap done: 1 IP address (1 host up) scanned in 1394.73 seconds
Then, once you've learned how to use the application, it's a case of selecting a capture interface, then deciding whether to apply a capture filter, a display filter, or both.