标签:eth ubunt pre 子网 主机 子网掩码 etc 配置 serve
执行 sudo vim /etc/network/interfaces
添加如下配置:
auto eth0
iface eth0 inet static
address 192.168.xx.xxx (ip)
netmask 255.255.255.0 (子网掩码)
gateway 192.168.xx.xxx (网关)
dns-nameservers xxx.xxx.xxx.xxx (DNS)
根据宿主机 的网络信息自行修改内容
标签:eth ubunt pre 子网 主机 子网掩码 etc 配置 serve
原文地址:https://www.cnblogs.com/javaju/p/12092324.html