我有一台装有 Debian 9.2 的服务器。(Soyoustart)
我想添加 2 个额外的 IP 地址。
以这种方式添加它们是否正确?
在文件“/etc/systemd/network/50-default.network”中,这些行:
[Address]
Address=22.33.44.55/32 #for the IP1
Label=failover1 # optional
Address=66.77.88.99/32 #for the IP2
Label=failover2 # optional
Run Code Online (Sandbox Code Playgroud)
然后重新启动系统。
谢谢你。