我试图从 photon OS IP ping 我的机器,但无法这样做。所以我关注了一个帖子并将其更改/etc/systemd/network/10-eth0.network
为以下内容:
[Match]
Name=eth0
[Network]
Domains=HOSTNAME domain.local
Gateway=1xxx.xxx.x.x
Address=1xx.xxx.x.xxx
DHCP=no
[DHCP]
UseDomains=false
现在我什至无法登录。有什么可以做的吗?