From 592844d7439a143ee6feee512c8f92d4cc6606b4 Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt Date: Thu, 11 Jul 2024 19:58:12 +0200 Subject: [PATCH] Route through the VPN --- meta-hulks/conf/distro/HULKs-OS.conf | 2 +- .../network-config/network-config/configure_network | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-hulks/conf/distro/HULKs-OS.conf b/meta-hulks/conf/distro/HULKs-OS.conf index ad51ebd..a1bffeb 100644 --- a/meta-hulks/conf/distro/HULKs-OS.conf +++ b/meta-hulks/conf/distro/HULKs-OS.conf @@ -4,5 +4,5 @@ SUMMARY = "HULKs flavoured Poky" DISTRO = "HULKs-OS" DISTRO_NAME = "HULKs-OS" -DISTRO_VERSION = "7.5.3" +DISTRO_VERSION = "7.5.4" SDKIMAGE_FEATURES:remove = "dbg-pkgs src-pkgs" diff --git a/meta-hulks/recipes-hulks/network-config/network-config/configure_network b/meta-hulks/recipes-hulks/network-config/network-config/configure_network index f682ba4..a293903 100644 --- a/meta-hulks/recipes-hulks/network-config/network-config/configure_network +++ b/meta-hulks/recipes-hulks/network-config/network-config/configure_network @@ -29,7 +29,8 @@ Name=en* eth* Address=10.1.24.${NAO_NUMBER}/16 [Route] -Gateway=0.0.0.0 +Gateway=10.1.24.1 +Destination=10.2.24.0/24 " > /etc/systemd/network/80-wired.network hostnamectl set-hostname ${HOSTNAME}