blob: f9e230fc872419aa7db9c5c6bb91e7a11d8babde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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`.
:::
```{eval-rst}
.. toctree::
:maxdepth: 2
:caption: Content
install
virtual/index
cloud/index
vyos-on-baremetal
update
image
migrate-from-vyatta
```
|