Skip to content

Commit

Permalink
docs: Networking (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 16, 2024
1 parent fb5f684 commit 392e9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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?

Expand Down

0 comments on commit 392e9a6

Please sign in to comment.