From ce6c40c12c98e709246dc8569a9128d1e755d3c0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Jun 2024 06:08:40 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 62b51dc..a61d092 100644 --- a/readme.md +++ b/readme.md @@ -205,7 +205,7 @@ kubectl apply -f kubernetes.yml ### How can DSM acquire an IP address from my router? - After configuring the container for macvlan (see above), it is possible for DSM to become part of your home network by requesting an IP from your router, just like your other devices. + After configuring the container for [macvlan](#how-do-i-assign-an-individual-ip-address-to-the-container), it is possible for DSM to become part of your home network by requesting an IP from your router, just like your other devices. To enable this mode, add the following lines to your compose file: @@ -219,7 +219,7 @@ kubectl apply -f kubernetes.yml ``` > [!NOTE] -> Even if you don't need DHCP, it's still recommended to enable this mode, as it prevents NAT issues and increases performance by using a `macvtap` interface. You can just set a static IP from the DSM control panel afterwards. +> In this mode, the container and DSM will each have their own separate IPs. ### How do I pass-through the GPU?