nerdexam
LPI

305-300 · Question #61

Which of the following network interface types are valid in an LXD container configuration? (Choose THREE)

The correct answer is C. physical D. bridged E. macvlan. LXD supports several network interface types that define how containers connect to the host and external networks. According to LXD documentation, valid interface types include physical, bridged, and macvlan. A physical interface allows a container to be directly connected to a…

Containerization

Question

Which of the following network interface types are valid in an LXD container configuration? (Choose THREE)

Options

  • Awif
  • Bipsec
  • Cphysical
  • Dbridged
  • Emacvlan

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    16% (5)
  • C
    78% (25)

Explanation

LXD supports several network interface types that define how containers connect to the host and external networks. According to LXD documentation, valid interface types include physical, bridged, and macvlan. A physical interface allows a container to be directly connected to a host network interface. A bridged interface connects the container to a Linux bridge, enabling communication with other containers and external networks. Macvlan assigns a unique MAC address to the container, making it appear as a separate device on the physical network.

Topics

#LXD#network interfaces#bridged networking#macvlan

Community Discussion

No community discussion yet for this question.

Full 305-300 Practice