From d5c49a702141da02afa8f30d659a6da3c792263a 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 65dbe7a..4332076 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