回覆列表
  • 1 # 成功的t希望

      1、設定IP地址、閘道器  cp /etc/network/interfaces /etc/network/interfaces.bak # 備份原有配置檔案  vi /etc/network/interfaces # 編輯網網絡卡配置檔案  # The loopback network interface  auto lo  iface lo inet loopback  # The primary network interface  auto eth0 # 開機自動連線網路  allow-hotplug eth0  iface eth0 inet static # static表示使用固定ip,dhcp表述使用動態ip  address 192.168.21.166 # 設定ip地址  netmask 255.255.255.0 # 設定子網掩碼  gateway 192.168.21.2 # 設定閘道器  按 ESC 鍵,然後輸入 :eq 儲存並退出。  下面的版本便於複製, 因為配置檔案裡最好不要有中文:  # The loopback network interface  auto lo  iface lo inet loopback  # The primary network interface  auto eth0  allow-hotplug eth0  iface eth0 inet static  address 192.168.21.166  netmask 255.255.255.0  gateway 192.168.21.1  2、設定dns  cp /etc/resolv.conf /etc/resolv.conf.bak # 備份原有dns配置檔案  vi /etc/resolv.conf # 編輯配置檔案  nameserver 127.0.0.1  nameserver 8.8.8.8 # 設定首選dns  nameserver 8.8.4.4 # 設定備用dns  按 ESC 鍵,然後輸入 :eq 儲存並退出。  下面的版本便於複製, 因為配置檔案裡最好不要有中文:  nameserver 127.0.0.1  nameserver 8.8.8.8  nameserver 8.8.4.4  3、重啟網路  service networking restart # 重啟網路  至此,IP地址、閘道器、DNS配置完成,現在系統已經可以上網了。

  • 中秋節和大豐收的關聯?
  • 練習毛筆執筆七年,一直沒形成相對穩定的執筆習慣,導致時而順手時而僵硬,是什麼情況?