Skip to content

macvlan

A Docker network mode that gives a container its own MAC address and IP on your physical LAN.

macvlan is useful when a container needs to appear as a real device on your network — for example Pi-hole listening on port 53 without conflicting with the host. It has quirks, like the host being unable to reach the container directly.

Related articles

Docker

A platform for packaging applications and their dependencies into lightweight, portable containers.

MAC Address

A unique hardware identifier assigned to a device's network interface.

VLAN(Virtual LAN)

A logical network segment that isolates traffic on shared physical switches.