{"body":"Variant 1:\n---\nversion: 1\nconfig:\n  - type: physical\n    name: ens3\n    subnets:\n      - type: static\n        control: auto\n        address: 176.9.X.X\n        gateway: 176.9.X.Y\n        netmask: 255.255.255.255\n  - type: physical\n    name: ens3:0\n    subnets:\n      - type: static6\n        control: auto\n        address: 2a01::XX\n        gateway: 2a01::XY\n        netmask: 64\n\nResults in\n\nauto lo\niface lo inet loopback\n    dns-nameservers 213.133.98.98 213.133.99.99 213.133.100.100\n\nauto ens3\niface ens3 inet static\n    address 176.9.X.X\n    gateway 176.9.X.Y\n    netmask 255.255.255.255\n\nauto ens3:0\niface ens3:0 inet6 static6\n    address 2a01::XX\n    gateway 2a01::XY\n    netmask 64\n\n-> The static6 seems to be invalid, Ubuntu can't up the interface","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/KfepW47y","modified":1499245833,"id":"KfepW47y","size":753,"lines":40,"own_paste":false,"theme":"","date":1499245833}