No antigo, /etc/network/interfaces
eu poderia definir uma interface virtual:
auto enp7s0f0
iface enp7s0f0 inet static
address aaa.aaa.aaa.aaa
netmask 255.255.255.0
gateway aaa.aaa.aaa.1
auto enp7s0f0:0
iface enp7s0f0:0 inet static
address bbb.bbb.bbb.bbb
netmask 255.255.255.0
Como isso pode ser alcançado com o netplan no Ubuntu Server 17.10?
Agora eu tenho:
network:
version: 2
renderer: networkd
ethernets:
enp7s0f0:
addresses: [aaa.aaa.aaa.aaa/24]
gateway4: aaa.aaa.aaa.1
Como adicionar interface virtual com o endereço bbb.bbb.bbb.bbb
?