2018年12月23日 星期日

網路原理(一) RSE6 Section 9.2

NAT64
NAT-PT has been deprecated by IETF in favor of its replacement, NAT64. NAT64 is beyond the scope of this curriculum.

Overload
過載

Port Forwarding
通訊埠轉發就是將外網主機的IP位址的一個通訊埠轉發到內網中一台機器,提供相應的服務。當用戶訪問該IP的這個通訊埠時,伺服器自動將請求轉發到對應區域網內部的機器上。通訊埠轉發有動態和靜態之分。 

Unique Local Address (ULA)
IPv6 unique local addresses (ULA) are similar to RFC 1918 private addresses in IPv4, but there are significant differences as well.

====Command====  

show ip nat statistics command
clear ip nat statistics command
clear ip nat translation * command
ip nat inside source command
ip nat inside source list access-list-number pool name command
ip nat pool command
ip nat translation timeout command
show ip nat statistics command
show ip nat translations command 

沒有留言:

張貼留言

 2025 MTK 韌體工程師 上機考心得  前言: 以前, 我覺得寫前後端的人才是真正的寫程式, 很羨慕那些大神 直到這次準備, 我才發現靠杯, 原來寫底層的程式也那麼硬派, XOR 一些奇奇怪怪的加速運算操作, 剛看到真的是無法想像, 有夠虧賊!   1. C/C++ Pro...