Skip to content

Commit 544842a

Browse files
authored
Merge pull request #77 from Lethja/mac-address-multicast-correction
Corrected bullet point about multicast MAC addresses.
2 parents 186ee9d + d89aac2 commit 544842a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/advanced/network.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ Edit the MAC address so that no MiSTers on your network share the same address.
181181
MAC addresses are made up of six sets of two characters that range between `00`-`FF` and are seperated by `:`.
182182
When changing the MAC address, avoid these addresses that have special meaning:
183183

184-
* Any address that start's with `00`, `01`, `02`, `03`, `06` or `0A`
184+
* Multicast (any address where the first set ends in `1`, `3`, `5`, `7`, `9`, `B`, `D` or `F`):
185+
*`EB:C8:21:56:E3:43`
186+
* ✔️ `EC:C8:21:56:E3:43`
185187
* Broadcast (`FF:FF:FF:FF:FF:FF`)
186188
* All zeros (`00:00:00:00:00:00`)
187189

0 commit comments

Comments
 (0)