90 likes | 231 Views
網路伺服器應用 Linux Server. Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw http://www.cse.dlit.edu.tw/~andres. Chapter 4 連上 Internet. 4.1 Linux 網路相關設定檔案 4.2 安裝網路卡. 4.1 Linux 網路相關設定檔案. /etc/sysconfig/network 設定主機名稱
E N D
網路伺服器應用Linux Server Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw http://www.cse.dlit.edu.tw/~andres
Chapter 4 連上 Internet 4.1 Linux 網路相關設定檔案 4.2 安裝網路卡
4.1 Linux 網路相關設定檔案 • /etc/sysconfig/network • 設定主機名稱 • /etc/sysconfig/network-scripts/ifcfg-ethn • 網路卡參數檔案 • network, IP • Netmask • Broadcast • Gateway • IP 取得方式( DHCP, static ) • 是否在開機的時候啟動 • ifcfg-eth0 , ifcfg-eth1, ……
Linux 網路相關設定檔案 • /etc/resolv.conf • 設定 DNS • /etc/hosts • 記錄主機名稱(或別名)與IP對照表 • 可將常連上 Internet 的實體 IP 配合該 IP 的主機名稱寫入這個檔案當中 • 所有的內部保留的 IP • 加快內部網路速度
4.2 安裝網路卡 • 4.2.1 手動安網路卡驅動程式 • 4.2.2 使用private IP測試網路卡工作 • 1. 設定 /etc/sysconfig/network
2. 設定網路卡 • /etc/sysconfig/network-scripts/ifcfg-eth0
3. 啟動與關閉網路卡 • ifup 跟 ifdown