Default eve-ng设备使用 VPC设置IP 1 vi /etc/network/interfaces 1 2 3 4 5 6 iface eth0 inet static hostname localhost address 10.9.10.1 netmask 255.255.255.0 gateway 10.9.10.254 dns-nameservers 119.29.29.29 1 /etc/init.d/networking restart