이전 /etc/network/interfaces
에는 가상 인터페이스를 정의 할 수있었습니다.
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
Ubuntu Server 17.10의 netplan으로 어떻게 달성 할 수 있습니까?
지금 나는 가지고 있습니다 :
network:
version: 2
renderer: networkd
ethernets:
enp7s0f0:
addresses: [aaa.aaa.aaa.aaa/24]
gateway4: aaa.aaa.aaa.1
주소로 가상 인터페이스를 추가하는 방법은 bbb.bbb.bbb.bbb
무엇입니까?