VirtualBox ubuntu server 16.04配置静态IP

前端之家收集整理的这篇文章主要介绍了VirtualBox ubuntu server 16.04配置静态IP前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

VirtualBox ubuntu server 16.04配置静态IP

走了很多弯路,配了好久,才成功。写下了,备忘。

1.虚拟机上网模式改成桥接网卡;

2.使用ifconfig命令查看网卡名字

除lo外的就是你要配置的网卡名字


3.在 /etc/network/interfaces配置静态ip

vim /etc/network/interfaces
配置参考列子:


4.重启网络

/etc/init.d/networking restart

5.如果重启失败,使用systemctl查看报错信息

systemctl status networking
原文链接:https://www.f2er.com/ubuntu/351304.html

猜你在找的Ubuntu相关文章