My task is to SSH into an embedded (linux) computer system from my PC. I have connected my PC directly to an embedded computer using LAN cable, both computers are configured to get IP address using DHCP.
Once the cable is plugged in, my PC gets a link-local IP address like: 169.254.11.114 . The embedded computer doesn't have any monitor, keyboard connected to it so I cant see its IP address.
I'm carious if there's any way that I can find the embedded computer's link-local IP address ?!
Of course I know that I can use a DHCP server and connect the computers to it so I can easily do this task, but my question is specially about finding link-local address of the other computer in a peer to peer connection.