From 94b0fac5432df117d519e85df0a9aaef6e36f4b8 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 16 Apr 2023 14:32:28 -0300 Subject: [PATCH] hardware/network: Fix note about forwarding IP on multi-card setups --- hardware/network.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/network.rst b/hardware/network.rst index c68b2a8..d8a93e9 100644 --- a/hardware/network.rst +++ b/hardware/network.rst @@ -80,7 +80,7 @@ Each port forward must be assigned a number, starting at 0 and counting up (skip The host system can access forwarded ports through 127.0.0.1 or its own IP address, while other devices on the network can access them through the host's IP address. -.. note:: The emulated machine's IP address must be set to 10.0.2.15 (the default IP provided through DHCP) for port forwarding to work. +.. note:: The emulated machine's IP address must be set to 10.0.\ *x*\ .15 (the default IP provided through DHCP) for port forwarding to work. .. container:: toggle-always-show