Ubuntu 18.04 单网卡多IP设置
程序员文章站
2022-06-03 21:25:38
...
16.04的/etc/network/interfaces已经没用了,用新工具netplan
Multiple addresses on an interface
The addresses key can take a list of addresses to assign to an interface:
network:
version: 2
renderer: networkd
ethernets:
enp3s0:
addresses:
- 10.100.1.38/24
- 10.100.1.39/24
gateway4: 10.100.1.1
让他生效:netplan apply
下一篇: PHP学习笔记——目录博文