Skip to content

Configuring networking

Configuring networking

Configure a static network for your automotive operating system (OS) image.

Prerequisites

  • A custom OS image manifest

Procedure

  1. Add SSH packages to your manifest:

    console title="Extra SSH RPMs" --8<-- "demos/networking/networking.mpp.yml:1:7"

  2. Configure the static_ip variable overrides:

    console title="Example static network configuration" --8<-- "demos/networking/networking.mpp.yml:8:15"

  3. Enable SSH root access:

    console title="SSH root access configuration" --8<-- "demos/networking/networking.mpp.yml:50:55"

  4. Enable the SSH service through systemd:

    console title="SSH service managed by systemd" --8<-- "demos/networking/networking.mpp.yml:56:59"

Next steps
  1. Configure the firewall for your OS image.
  2. Configure interprocess communications (IPCs) between your ASIL and QM containers and across partitions.
  3. Encrypt your filesystem.
  4. Enable BlueChi orchestration.
  5. Build your automotive OS image with kernel-automotive or your custom kernel.