This work is licensed under a Creative Commons Attribution 4.0 International License.
Direct Ethernet connection to Raspberry Pi/Odroid without router
The solution is based on running DHCP service at your workstation (your notebook for example), and use it to attribute an IP address to your Raspberry Pi/Odroid. Then use ssh to connect to your Raspberry Pi/Odroid through this IP address.
Terminology | Explaination |
---|---|
Client | Your Single Board Computer, such as a Raspberry Pi or an Odroid |
Server | Your workstation with any linux based systems, like Ubuntu |