Configuring networking
Configure a static network for your automotive operating system (OS) image.
Prerequisites
- A custom OS image manifest
Procedure
-
Add SSH packages to your manifest:
Extra SSH RPMs--8<-- "demos/networking/networking.mpp.yml:1:7" -
Configure the
static_ipvariable overrides:Example static network configuration--8<-- "demos/networking/networking.mpp.yml:8:15" -
Enable SSH
rootaccess:SSH root access configuration--8<-- "demos/networking/networking.mpp.yml:50:55" -
Enable the SSH service through
systemd:SSH service managed by systemd--8<-- "demos/networking/networking.mpp.yml:56:59"
Next steps
- Configure the firewall for your OS image.
- Configure interprocess communications (IPCs) between your ASIL and QM containers and across partitions.
- Encrypt your filesystem.
- Enable BlueChi orchestration.
- Build your automotive OS image with
kernel-automotiveor your [custom kernel](building_an_os_image_that uses_a_custom_kernel.md).