Activity log for bug #1743200

Date Who What changed Old value New value Message
2018-01-14 09:44:59 Maciej Dems bug added bug
2018-01-23 16:20:12 Mathieu Trudel-Lapierre nplan (Ubuntu): status New Triaged
2018-01-23 16:20:13 Mathieu Trudel-Lapierre nplan (Ubuntu): importance Undecided Wishlist
2018-05-02 16:28:15 Albert Bicchi bug added subscriber Albert Bicchi
2018-10-04 22:56:33 Michael Iatrou bug added subscriber Michael Iatrou
2018-11-26 16:04:49 tutelacooldouce bug added subscriber tutelacooldouce
2018-11-26 16:07:40 tutelacooldouce nplan (Ubuntu): status Triaged In Progress
2018-11-27 13:10:26 Mathieu Trudel-Lapierre nplan (Ubuntu): status In Progress Triaged
2018-11-27 13:10:43 Mathieu Trudel-Lapierre summary No virtual interfaces No support for interface labels
2018-12-10 22:24:45 Douglas bug added subscriber Douglas
2018-12-14 10:44:42 Marco M bug added subscriber Marco Mariani
2019-02-05 20:45:24 Jed Record bug added subscriber Jed Record
2019-05-13 16:37:46 Jamie Murphy bug added subscriber Jamie Murphy
2019-06-07 18:30:49 Stelios Vouzonikos bug task added netplan
2019-08-28 18:43:19 Kyle Pericak bug added subscriber Kyle Pericak
2019-09-30 16:35:08 Dominik Dusik bug added subscriber Dominik Dusik
2019-11-22 13:56:02 Sandor Zeestraten bug added subscriber Sandor Zeestraten
2020-01-22 03:34:17 Alexey Zilber bug added subscriber Mark Shuttleworth
2020-01-22 03:36:05 Alexey Zilber bug added subscriber Jane Silber
2020-01-22 10:08:43 Maciej Dems description In the old /etc/network/interfaces I could define a virtual interface: auto eth0 iface eth0 inet static address aaa.aaa.aaa.aaa netmask 255.255.255.0 gateway aaa.aaa.aaa.1 auto eth0:0 iface enp7s0f0:0 inet static address bbb.bbb.bbb.bbb netmask 255.255.255.0 This is not possible to achieve with the netplan. The only exisiting posibilities are either to create a VLAN, which may be not an option in some networks where you have no access to other hosts, or to define both addresses for one interface: network: version: 2 renderer: networkd ethernets: eth0: addresses: [aaa.aaa.aaa.aaa/24, bbb.bbb.bbb/24] gateway4: aaa.aaa.aaa.1 This solution is not optimal either, because configuring iptables or some services may require specific interface name for a single network. It should be possible to add the same physical interfaces with different networks and different alias names. In the old /etc/network/interfaces I could define a virtual interface:     auto eth0     iface eth0 inet static         address aaa.aaa.aaa.aaa         netmask 255.255.255.0         gateway aaa.aaa.aaa.1     auto eth0:0     iface eth0:0 inet static         address bbb.bbb.bbb.bbb         netmask 255.255.255.0 This is not possible to achieve with the netplan. The only exisiting posibilities are either to create a VLAN, which may be not an option in some networks where you have no access to other hosts, or to define both addresses for one interface:     network:       version: 2       renderer: networkd       ethernets:         eth0:           addresses: [aaa.aaa.aaa.aaa/24, bbb.bbb.bbb/24]           gateway4: aaa.aaa.aaa.1 This solution is not optimal either, because configuring iptables or some services may require specific interface name for a single network. It should be possible to add the same physical interfaces with different networks and different alias names.
2020-04-13 16:33:17 Federico Alves bug added subscriber Federico Alves
2020-04-22 12:33:22 Francis Ginther tags id-5e98792c0fbd366c03967e8d
2020-05-15 07:55:51 Lukas Märdian netplan: status New Triaged
2020-05-15 07:55:54 Lukas Märdian netplan: importance Undecided Wishlist
2020-05-26 14:29:53 Dan Streetman bug added subscriber Dan Streetman
2020-06-23 17:10:12 Jay Vosburgh bug added subscriber Jay Vosburgh
2020-06-30 14:16:55 Matthieu Clemenceau bug added subscriber Matthieu Clemenceau
2020-06-30 14:17:41 Lukas Märdian bug added subscriber Lukas Märdian
2020-09-23 13:25:18 Lukas Märdian netplan: status Triaged Fix Released
2020-09-23 13:25:26 Lukas Märdian nplan (Ubuntu): status Triaged Fix Released