We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82de786 commit 3fdab89Copy full SHA for 3fdab89
docs/installation/index.rst
@@ -2,6 +2,17 @@
2
Installation and Image Management
3
#################################
4
5
+.. note:: This is most likely only relevant for virtual installations:
6
+
7
+ When installing VyOS ensure that the MAC address selected for your NICs is
8
+ not a locally administered MAC address. Locally administered addresses are
9
+ distinguished from universally administered addresses by setting (assigning
10
+ the value of 1 to) the second-least-significant bit of the first octet of
11
+ the address:
12
13
+ Example: ``02:00:00:00:00:01``, where the second-least-significant bit
14
+ (``02`` in hex) is set to ``1``.
15
16
.. toctree::
17
:maxdepth: 2
18
:caption: Content
0 commit comments