diff --git a/docs/extension/multiple-rfps.md b/docs/extension/multiple-rfps.md new file mode 100644 index 0000000..6055d16 --- /dev/null +++ b/docs/extension/multiple-rfps.md @@ -0,0 +1,6 @@ +# Multiple RFPs + +The [network setup described in the install section](../install/network.md) already accounts for multiple RFPs. +Just add more to the same LAN. +The DHCP options tell the other RFPs where they find the OMM. +The additional RFPs show up in the OMM and have to be activated manually. diff --git a/mkdocs.yml b/mkdocs.yml index 106f1d5..fb69b8f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,3 +23,4 @@ nav: - operation/troubleshooting.md - Extend: - extension/nerd.md + - extension/multiple-rfps.md