Search code examples
linuxwindowsiplanbeagleboard

Connecting BeagleBone through crossover cable?


I made a crossover cable to connect my laptop to my BeagleBone without router. The problem is without router my BB doesnt have IP address so I can't ping it. How do I configure my BB and my laptop to assign a static IP connection between my BB (running latest debian image) and my laptop (running Windows 8.1)?


Solution

  • You setup a static address inside the BB. Then it can be addressed just as in a normal network. You just have to make sure that the routine ruleset on your notebook known which network interface to use to reach the BB.

    So typically the BB gets a static address in a a separate local network. Same for the notebook, you configure a static address inside that separate network for the network interface you use to connect to the BB. That way the system known what packages to send and receive via which network adapter.