1 / 20

Network1 @ NCU

Network1 @ NCU. CSIE 基爾 @ NCU 網路開源社 Updated : 11172013. About Me. Kir NCU CSIE NCU Computer Center Network Management Host Management Systems Engineering. 課程. 相關學分:計算機概論、計算機網路 等級:入門 – 進階 背景知識:用過宿網佳 課程目標: 了解網路設定基本含義 學會如何設定 網路 認識 private IP. Network Basic 1.

chase
Download Presentation

Network1 @ NCU

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Network1 @ NCU CSIE 基爾 @NCU網路開源社 Updated: 11172013

  2. About Me • Kir • NCU CSIE • NCU Computer Center • Network Management • Host Management • Systems Engineering

  3. 課程 • 相關學分:計算機概論、計算機網路 • 等級:入門 – 進階 • 背景知識:用過宿網佳 • 課程目標: • 了解網路設定基本含義 • 學會如何設定網路 • 認識private IP

  4. Network Basic 1

  5. 指令:ifconfig @ freebsd

  6. 1. IP WHY router1知道要傳給router2? • 種類: • IPv4 跟 • 推廣成效不佳的IPv6 • 用途:router識別封包 • 地點:網路層 • 依據:ISP> 各管理單位

  7. google的IP位置怎麼找?

  8. 宿舍網路IP怎麼來? • MAC switch

  9. 為什麼要用IPv6? • IP已經不夠用。 • 剩下一個Class A • 他其實很強大。 • 一個位址取代三行位址 • 設備支援度仍不佳 • 學習成本高

  10. 2. Netmask (子網路遮罩) • 用途:定義設備管轄範圍 • 表示方法: • 255.255.0.0 • /16 • 11111111111111110000000000000000 • 2(32) – 2(32-16) • 0xffff0000 213 115 140 77 11010101 01110011 10001100 01001101 255 255 255 0 11111111 11111111 11111111 0

  11. LAN A 往123.cc 140.115.213.11 0.0.0.0 全世界的IP都是”140.115.2.254”管轄的 在LAN中找123.cc > fail Y 140.115.213.254 管轄140.115.213.0 到140.115.213.254 123.cc 123.123.123.123 B 出去找123.cc > success 往123.cc 全世界的IP都不是”140.115.213.254”管轄的 140.115.213.77 255.255.255.255

  12. 3.Default gateway (預設閘道) • 用途:找到LAN的出口router • 通常定義: • .1.2 .254 • Ex. • 192.168.0.2 • 192.168.0.254 • 140.115.1.254 switch

  13. PROXMOX網路架構

  14. 實體環境 • 一台實體主機 • 一張網卡 • 一個IP • 多個網路服務@多台虛擬主機

  15. 設定 • IP位址:10.10.10.[分組號碼] • 子網路:255.255.255.0 • 閘道:10.10.10.1

  16. 設定檔位置 • FreeBSD:/etc/rc.conf • 這檔案放置著開機的啟動設定 #編輯該檔案 $ vi/etc/rc.conf #設錯可能開不了機 IP 子網路 閘道

  17. 重開機 > 查看設定狀況 #重開機 $ reboot #查看設定狀況 $ifconfig #如果看到自己設定的值,代表成功 #如果系統打不開,代表設定檔打錯

  18. Try網路是否連線成功 • 指令:ping 目標網址或IP #試試看連google $ ping www.google.com

  19. Private IP • 外部網路不承認的IP • 內部網路可以分派的IP • 因為我們只有一個外部IP,所以其他IP用private IP

More Related