Skip to content

Commit

Permalink
installation: add note about unsupported locally administered MAC add…
Browse files Browse the repository at this point in the history
…resses
  • Loading branch information
c-po committed Jan 2, 2025
1 parent 82de786 commit 3fdab89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Installation and Image Management
#################################

.. note:: This is most likely only relevant for virtual installations:

When installing VyOS ensure that the MAC address selected for your NICs is
not a locally administered MAC address. Locally administered addresses are
distinguished from universally administered addresses by setting (assigning
the value of 1 to) the second-least-significant bit of the first octet of
the address:

Example: ``02:00:00:00:00:01``, where the second-least-significant bit
(``02`` in hex) is set to ``1``.

.. toctree::
:maxdepth: 2
:caption: Content
Expand Down

0 comments on commit 3fdab89

Please sign in to comment.