From 76838e9170c762d7ac16650f97ea22d6f3ca9a18 Mon Sep 17 00:00:00 2001 From: Ashley Mensah Date: Thu, 30 Apr 2026 12:45:16 +0200 Subject: [PATCH] fix(client): remove NB_ENABLE_NETSTACK_LOCAL_FORWARDING default In netstack mode with local forwarding enabled, ICMP packets get replied to by both the gVisor netstack and the native OS (via the forwarder), causing duplicate ping responses. Local forwarding is only needed when remote peers must reach host-local services, so it should not be on by default. --- release_files/install-steamos.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/release_files/install-steamos.sh b/release_files/install-steamos.sh index 08e1a9dea..eb43719b1 100755 --- a/release_files/install-steamos.sh +++ b/release_files/install-steamos.sh @@ -176,7 +176,6 @@ Wants=network-online.target [Service] Type=simple Environment=NB_USE_NETSTACK_MODE=true -Environment=NB_ENABLE_NETSTACK_LOCAL_FORWARDING=true Environment=NB_CONFIG=${CONFIG_DIR}/config.json Environment=NB_STATE_DIR=${STATE_DIR} Environment=NB_DAEMON_ADDR=unix://${STATE_DIR}/netbird.sock