From d5fc608f7d0eeaa117e13ceacc4e81b0415a7cc1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 08:51:05 +0200 Subject: [PATCH] macvlan --- run/network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run/network.sh b/run/network.sh index 45c47ec..1c2fb0e 100644 --- a/run/network.sh +++ b/run/network.sh @@ -29,7 +29,7 @@ configureDHCP() { echo "docker variable to your container: --device=/dev/vhost-net" && exit 85 fi - VM_NET_TAP="_VmMacvtap" + VM_NET_TAP="dsm" echo "Info: Retrieving IP via DHCP using MAC ${VM_NET_MAC}..." ip l add link eth0 name "${VM_NET_TAP}" address "${VM_NET_MAC}" type macvtap mode bridge || true @@ -54,7 +54,7 @@ configureDHCP() { TAP_PATH="/dev/tap$(