From d4c8b9c7cb513cf212387771e73acc20fe4d92a9 Mon Sep 17 00:00:00 2001 From: Henry Wurzburg Date: Wed, 11 Dec 2024 10:55:12 -0600 Subject: [PATCH] Update IP address defaults --- common/source/docs/common-network.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/source/docs/common-network.rst b/common/source/docs/common-network.rst index cc046b6d08..4e8e4ff938 100644 --- a/common/source/docs/common-network.rst +++ b/common/source/docs/common-network.rst @@ -52,7 +52,7 @@ This is the global 6 byte MAC address. The default is automatically generated fr - :ref:`NET_IPADDR2` - :ref:`NET_IPADDR3` -This is the autopilot's 4 byte IP address. It defaults to ``192.168.13.14``. It can be dynamically assigned if the network has a DHCP server by enabling ArduPilot's DHCP client using the :ref:`NET_DHCP` parameter, or manually set as desired. +This is the autopilot's 4 byte IP address. It defaults to ``192.168.144.14``. It can be dynamically assigned if the network has a DHCP server by enabling ArduPilot's DHCP client using the :ref:`NET_DHCP` parameter, or manually set as desired. - :ref:`NET_NETMASK` is the number of leading bits set in the subnet mask. For example, if its set to 24, then the subnet mask is 255.255.255.0, which is the default. - :ref:`NET_GWADDR0` @@ -60,7 +60,7 @@ This is the autopilot's 4 byte IP address. It defaults to ``192.168.13.14``. It - :ref:`NET_GWADDR2` - :ref:`NET_GWADDR3` -This is the gateway's IP address out of the local sub-net defined by the :ref:`NET_NETMASK` mask. Any destination IPs that are outside the masked subnet range will be sent to the gateway's MAC address with the final destinations IP address. +This is the gateway's IP address out of the local sub-net defined by the :ref:`NET_NETMASK` mask. Any destination IPs that are outside the masked subnet range will be sent to the gateway's MAC address with the final destinations IP address. The default is ``192.168.144.1``. PPP Configuration -----------------