Skip to content

Commit

Permalink
Update IP address defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Dec 11, 2024
1 parent cc8f7a0 commit d4c8b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/source/docs/common-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ This is the global 6 byte MAC address. The default is automatically generated fr
- :ref:`NET_IPADDR2<NET_IPADDR2>`
- :ref:`NET_IPADDR3<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<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<NET_DHCP>` parameter, or manually set as desired.

- :ref:`NET_NETMASK<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<NET_GWADDR0>`
- :ref:`NET_GWADDR1<NET_GWADDR1>`
- :ref:`NET_GWADDR2<NET_GWADDR2>`
- :ref:`NET_GWADDR3<NET_GWADDR3>`

This is the gateway's IP address out of the local sub-net defined by the :ref:`NET_NETMASK<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<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
-----------------
Expand Down

0 comments on commit d4c8b9c

Please sign in to comment.