|

楼主 |
发表于 2020-10-24 20:59:26
|
显示全部楼层
本帖最后由 huangzhihua 于 2021-1-11 21:19 编辑
EVE-NG配置静态固定地址
vi /etc/network/interfaces
修改以下内容:
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet static
bridge_ports eth0
bridge_stp off
address 192.168.0.219
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameserver 114.114.114.114
然后重启网卡生效
/etc/init.d/networking restart
转载自:https://blog.csdn.net/qq_24814121/article/details/104605203
或者是001的方法:
- rm -f /opt/ovf/.configured
- su -
|
|