text Photon-OS静态IP配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Photon-OS静态IP配置相关的知识,希望对你有一定的参考价值。

cat > /etc/systemd/network/10-static-en.network << "EOF"

[Match]
Name=eth0

[Network]
Address=192.168.1.12/24
Gateway=192.168.1.1
DNS=192.168.1.5
EOF

以上是关于text Photon-OS静态IP配置的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu18.04配置静态ip遇到的报错

Ubuntu16/18配置静态IP地址

如何为CentOS 7配置静态IP地址

如何在CentOS6上配置静态IP地址

VMware虚拟机中如何配置静态IP

如何给openstack虚拟机配置静态IP