eve-ng修改固定IP地址操作方法
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
ping 域名时,要等很久才有反应,
nslookup 发现解析是127.0.0.1
修改/etc/resole.conf
nameserver 114.114.114.114 保存后,失效,一看,不能修改。
推荐本站淘宝优惠价购买喜欢的宝贝:
本文链接:https://hqyman.cn/post/3386.html 非本站原创文章欢迎转载,原创文章需保留本站地址!
休息一下~~