欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Ubuntu 7.10 綁定IP及MAC地址

  發(fā)布時間:2008-09-08 16:23:10   作者:佚名   我要評論
一.修改/etc/network/interfaces,注釋自動獲取IP,并添加自動從網(wǎng)卡獲取地址。   #auto lo   #iface lo inet lockloop   auto eth0   二. 修改/etc/network/interfaces,添加靜態(tài)IP信息   iface eth0 inet static   a
一.修改/etc/network/interfaces,注釋自動獲取IP,并添加自動從網(wǎng)卡獲取地址

  #auto lo

  #iface lo inet lockloop

  auto eth0

  二. 修改/etc/network/interfaces,添加靜態(tài)IP信息

  iface eth0 inet static

  address ***.***.***.***

  netmask 255.255.255.0

  gateway ***.***.***.254

  三.修改/etc/resolv.conf,設(shè)置DNS

  namaserver ***.***.***.***

  nameserver ***.***.***.***

  四.重啟網(wǎng)絡(luò)

  管理員身份執(zhí)行 /etc/init.d/networking restart

  五.重新啟動網(wǎng)絡(luò),enjoy Ubuntu

相關(guān)文章

最新評論