ubuntu 手动配置网络 IP DNS 网关
Posted devit
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 手动配置网络 IP DNS 网关相关的知识,希望对你有一定的参考价值。
vim 编辑 /etc/network/interfaces 文件:
auto eth0 iface eth0 inet static address 192.168.1.2/24 gateway 192.168.1.1 dns-nameservers 192.168.1.1
以上是关于ubuntu 手动配置网络 IP DNS 网关的主要内容,如果未能解决你的问题,请参考以下文章