Create an 802.1Q VLAN-tagged IPvlan network via a sub-interface

domain: docs.docker.com/network/drivers/ipvlan · 5 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Use a dotted parent name to let Docker create the 802.1Q sub-interface on the fly, e.g. docker network create -d ipvlan --subnet=192.168.20.0/24 --gateway=192.168.20.1 -o parent=eth0.20 ipvlan20 (traffic tagged with VLAN ID 20).
  2. Be explicit about the mode when desired: docker network create -d ipvlan --subnet=192.168.30.0/24 --gateway=192.168.30.1 -o parent=eth0.30 -o ipvlan_mode=l2 ipvlan30.
  3. The equivalent manual command is ip link add link eth0 name eth0.10 type vlan id 10.
  4. Attach containers and place them on the same broadcast domain / VLAN.
  5. Official docs: docs.docker.com/network/drivers/ipvlan

Known gotchas

Related routes

Create a multi-subnet l2 IPvlan network on a single parent interface
docs.docker.com/network/drivers/ipvlan · 4 steps · unrated
Create an 802.1Q trunk bridge-mode MACVLAN network
docs.docker.com/network/drivers/macvlan · 4 steps · unrated
Create an IPvlan l3-mode network for broadcast-free routing
docs.docker.com/network/drivers/ipvlan · 4 steps · unrated

Give your agent this knowledge — and 17,300+ more routes

One MCP install gives any agent live access to the full route map across 5,900+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans