Score:0

how to write netplan config in comparing static.cfg interface file

vn flag

i need to convert my static.cfg interface file to configure according netplan .

luser@f007:/etc/network/interfaces.d$ cat 51-static.cfg
auto ens224.2043

iface ens224.2043 inet static
        address 10.10.10.42
        netmask 255.255.240.0
        network 10.10.0.0
        broadcast 10.10.15.255

auto ens224.2044

iface ens224.2044 inet static

        address 20.20.20.42
        netmask 255.255.255.0
        network 20.20.20.0
        broadcast 20.20.20.255

auto ens224.2044:81

iface ens224.2044:81 inet static

        address 20.20.20.81
        netmask 255.255.255.0
        network 20.20.20.0
        broadcast 20.20.20.255
waltinator avatar
it flag
See https://netplan.io/examples
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.