Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

software:linux:linux_os:network [2023-05-10 15:27] – angelegt Urs Grafsoftware:linux:linux_os:network [2023-05-10 15:32] (aktuell) Urs Graf
Zeile 1: Zeile 1:
 ====== General Network Settings ====== ====== General Network Settings ======
 +For networking, our [[software:linux:yocto:start|yocto]] images are currently (status: March 2023) using [[https://wiki.archlinux.org/title/Systemd-networkd|systemd-networkd]] which can be quite cumbersome for users without experience. The following tutorials are covering the most important basic network settings.
  
-===== User interface / General settings ===== +===== DHCP / Static IP addresses =====
- +
-To work with different custom Yocto builds we are providing may need documentation, especially for new users. +
- +
-==== Networking ==== +
- +
-For networking, our Yocto images are currently (status: March 2023) using [[https://wiki.archlinux.org/title/Systemd-networkd|systemd-networkd]] which can be quite cumbersome for users without experience. The following tutorials are covering the most important basic network settings. +
- +
-=== DHCP / Static IP addresses === +
 In order to enable DHCP or set a static IP address please refer to the //systemd-networkd// documentation linked above. In case you have configured the IP address being provided as a static IP address by the DHCP server via the system's MAC address and the system does not get the according IP address from the DHCP server, it may be caused by the way some Linux distributions are announcing themselves on the network (UID vs. MAC address), which can be resolved as described [[https://superuser.com/questions/1338510/wrong-ip-address-from-dhcp-client-on-ubuntu-18-04|here]]: In order to enable DHCP or set a static IP address please refer to the //systemd-networkd// documentation linked above. In case you have configured the IP address being provided as a static IP address by the DHCP server via the system's MAC address and the system does not get the according IP address from the DHCP server, it may be caused by the way some Linux distributions are announcing themselves on the network (UID vs. MAC address), which can be resolved as described [[https://superuser.com/questions/1338510/wrong-ip-address-from-dhcp-client-on-ubuntu-18-04|here]]:
  
Zeile 18: Zeile 10:
 </code> </code>
  
-=== WiFi ===+===== WiFi =====
 Setting up a WiFi connection on a specific WiFi network interface (''wlan0''-interface on the following example) can be done as shown on the following BeagleBoneBlue Yocto image example: Setting up a WiFi connection on a specific WiFi network interface (''wlan0''-interface on the following example) can be done as shown on the following BeagleBoneBlue Yocto image example:
 \\ \\ \\ \\