From bc9d3ffc9b7e44b438f914fc2800dacf513dce00 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 May 2023 23:08:20 +0200 Subject: [PATCH 1/2] docs: DHCP mode --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 09e52de..518d6ce 100644 --- a/readme.md +++ b/readme.md @@ -155,6 +155,8 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti - 'c *:* rwm' ``` + Even if you don't need DHCP, it's still recommended to enable this feature as it prevents NAT issues and increases performance by using a `macvtap` interface. + * ### How do I install a specific version of vDSM? By default, version 7.2 will be installed, but if you prefer an older version, you can add its URL to your compose file as follows: From 24ab417e9e910271da66947dbce6ca7e3d057dbf Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 May 2023 23:10:15 +0200 Subject: [PATCH 2/2] docs: DHCP mode --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 518d6ce..de24afd 100644 --- a/readme.md +++ b/readme.md @@ -155,7 +155,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti - 'c *:* rwm' ``` - Even if you don't need DHCP, it's still recommended to enable this feature as it prevents NAT issues and increases performance by using a `macvtap` interface. + Please note that even if you don't need DHCP, it's still recommended to enable this feature as it prevents NAT issues and increases performance by using a `macvtap` interface. * ### How do I install a specific version of vDSM?