From c08189c8cd3f352eb585ed25678a8baa27645a38 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 6 Feb 2025 17:27:32 -0700 Subject: [PATCH] Update Networking/Docker/Creating a MACVLAN Sub-Interface.md --- Networking/Docker/Creating a MACVLAN Sub-Interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Networking/Docker/Creating a MACVLAN Sub-Interface.md b/Networking/Docker/Creating a MACVLAN Sub-Interface.md index 93ea846..538459b 100644 --- a/Networking/Docker/Creating a MACVLAN Sub-Interface.md +++ b/Networking/Docker/Creating a MACVLAN Sub-Interface.md @@ -4,7 +4,7 @@ You may find that you only have one network adapter on a server / VM and need to !!! info "Assumptions" It is assumed that you are running Rocky Linux (or CentOS / RedHat). -## Create the Permanent Interface +## Create the Permanent Sub-Interface You will begin with making a new interface, it will have the name `macvlan0`. ``` sh nmcli connection add type macvlan ifname surveillance dev ens18 mode bridge ipv4.method manual ipv4.addresses 192.168.4.100/24