具体操作步骤:

1.首先通过快捷键【Ctrl+Alt+T】打开终端命令行模式。

2.输入以下命令打开ubuntu的网络配置文件。

sudo vi /etc/network/interfaces

3.根据自己的需求修改设置address、gateway、netmask这三个值即可。

# The primary network interface iface eth0 inet static

auto eth0

iface eth0 inet static

address 192.168.1.110 #ip地址

gateway 192.168.1.1 #网关

netmask 255.255.255.0 #子网掩码

4.最后使用以下命令使网络设置生效即可。

sudo /etc/init.d/networking restart

发现敲了上面命令不行,就重启了一下虚拟机就OK了。

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐