佚名 通过本文向大家介绍了ubuntu mac地址,ubuntu 修改mac地址,ubuntu查看mac地址,ubuntu mac,ubuntu mac主题等相关知识,希望对您有所帮助,也希望大家多多支持linkedu.com
一.修改/etc/network/interfaces,注释自动获取IP,并添加自动从网卡获取地址。
#auto lo
#iface lo inet lockloop
auto eth0
二. 修改/etc/network/interfaces,添加静态IP信息
iface eth0 inet static
address ***.***.***.***
netmask 255.255.255.0
gateway ***.***.***.254
三.修改/etc/resolv.conf,设置DNS
namaserver ***.***.***.***
nameserver ***.***.***.***
四.重启网络
管理员身份执行 /etc/init.d/networking restart
五.重新启动网络,enjoy Ubuntu </div>
#auto lo
#iface lo inet lockloop
auto eth0
二. 修改/etc/network/interfaces,添加静态IP信息
iface eth0 inet static
address ***.***.***.***
netmask 255.255.255.0
gateway ***.***.***.254
三.修改/etc/resolv.conf,设置DNS
namaserver ***.***.***.***
nameserver ***.***.***.***
四.重启网络
管理员身份执行 /etc/init.d/networking restart
五.重新启动网络,enjoy Ubuntu </div>