summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-01-03 16:04:16 +0100
committerGitHub <noreply@github.com>2025-01-03 16:04:16 +0100
commita5fb97bbec936437d10c484715e68dedb9a56617 (patch)
treeefe0744df25378443b552ee4127a6c35437d8444
parent3bbb39230571d06f0a493acd9bbfc59a58a99226 (diff)
parenta4bc7def837f8da9517b77d05999b4ebfb53b165 (diff)
downloadvyos-documentation-a5fb97bbec936437d10c484715e68dedb9a56617.tar.gz
vyos-documentation-a5fb97bbec936437d10c484715e68dedb9a56617.zip
Merge pull request #1585 from vyos/mergify/bp/sagitta/pr-1584
installation: add note about unsupported locally administered MAC addresses (backport #1584)
-rw-r--r--docs/installation/index.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/installation/index.rst b/docs/installation/index.rst
index 435a16cd..97f7d85c 100644
--- a/docs/installation/index.rst
+++ b/docs/installation/index.rst
@@ -2,7 +2,16 @@
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