Setting up a Local Area Network (LAN) using an unmanaged Ethernet switch requires assigning static IPv4 addresses to connected Linux workstations via Netplan.
Netplan Static IP Configuration
network:
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: no
addresses:
- 192.168.1.10/24
Comments and corrections