Configuring networking
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:
console title="Extra SSH RPMs" --8<-- "demos/networking/networking.mpp.yml:1:7"
-
Configure the
static_ip
variable overrides:console title="Example static network configuration" --8<-- "demos/networking/networking.mpp.yml:8:15"
-
Enable SSH
root
access:console title="SSH root access configuration" --8<-- "demos/networking/networking.mpp.yml:50:55"
-
Enable the SSH service through
systemd
:console title="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-automotive
or your custom kernel.