Score:0

convert ifupdown bridge config to netplan

in flag

How can I implement "iface br-mgmt:0" in netplan config file from the ifupdown config file?

auto eth0
iface eth0 inet manual

auto eth0.10
iface eth0.10 inet manual
   vlan-raw-device eth0

auto br-mgmt
iface br-mgmt inet static
bridge_ports eth0.10
address 10.4.4.38
netmask 255.255.252.0
gateway 10.4.4.0

auto br-mgmt:0
iface br-mgmt:0 inet static
    address 10.4.4.11
    netmask 255.255.252.0
user535733 avatar
cn flag
Have you looked at http://netplan.io/examples ? Seems like a couple examples look very much like your case.
Score:0
us flag

Netplan does not support interface aliases. You can assign multiple addresses to a single interface.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.