我打算使用我的 Ubuntu 16 接口之一作为中继,因此我不需要在该接口上进行任何 IP 配置(它将全部位于 VLAN 绑定子接口上)。如何在没有 IP 地址的情况下配置它?目前,它有一个由 NFVI 在 VM 部署期间自动分配给它的 IP 地址,如果我尝试在 /etc/network/interfces.d/50-cloud-init.cfg 中对其进行哈希处理,我会得到以下信息:
root@client:/etc/network/interfaces.d# service networking restart
Job for networking.service failed because the control process exited with error code. See "systemctl status networking.service" and "journalctl -xe" for details.
root@client:/etc/network/interfaces.d#
在那里取消哈希可以解决问题。是否存在某种“无 IP 地址”?
提前谢谢了!
答案1
显然,通过 CLI 分配本地链路可以清除该错误 - 但仅限于分配 IP 时v6链接本地与“iface ens5 inet6auto”。尝试分配IPv4link-local 与“iface ens5 inet auto”仍然返回错误,但无论如何我都可以单独使用 IPv6 link-local。无论如何,让一个接口在没有任何 IPv4/IPv6 地址的情况下启动仍然很好,例如完全用作中继。