♦ NAT
- Network Address Translator
- 사설 IP 주소를 외부 네트워크에 패킷을 전송하기전에 공인 IP 주소로 변환하는 기술
- stub 도메인의 경계에 위치
- 내부 IP 주소의 재사용
- 라우터나 호스트의 변화 없이 사용 가능
- IP부족 현상 해결
- 2개의 네트워크를 연결하는 라우터에서만 가능
♦ 기본 용어
- 내부 inside : 내부 사설 네트워크
- 외부 outside : 외부 네트워크
- 내부 로컬 IP 주소 : 사설 IP 주소
- 내부 글로벌 IP 주소 : 내부에서 사용하는 네트워크의 대표 공인 IP. 외부 IP
♦ 주요 기능
- Static Address Translation
내부 로컬 주소와 글로벌 주소를 1대1 연결
- Dynamic Source Address Translation
내부 로컬 주소와 글로벌 주소를 동적으로 작성
- Dynamic Port Address Translation
- 하나의 글로벌 주소를 여러개의 로컬주소로 변환. 글로벌 주소 절약
♦ 설정 명령어
- 'ip nat {inside | outside}'
- 'ip nat pool [이름] [start-ip] [end-ip] [netmask] [perfix-length][type]'
- 'ip nat inside source {list [acl] pool [name] | static [local-ip] [global-ip]}'
- 확인
'show ip nat translation'
'show ip nat statics'
- 모든 동적인 변환 해제 : 'clear ip nat translation*'
- 단순 동적인 변환 해제 : 'clear ip nat translation [global ip]'
♦ NAT
- Network Address Translator
- technology that converts private IP address to public IP address before sending packet to external network
- Located at the boundary of the stub domain
- Reuse of internal IP address
- Can be used without change of router or host
- Address IP shortage
- Only on routers connecting two networks
♦ Basic terms
- inside inside: internal private network
- outside outside: external network
- Internal local IP address: Private IP address
- Internal Global IP Address: The representative public IP address of the internal network. External IP
♦ Key Features
- Static Address Translation
One-to-one connection of internal and global addresses
- Dynamic Source Address Translation
Dynamically create internal local and global addresses
- Dynamic Port Address Translation
- Convert one global address to multiple local addresses. Global address saving
♦ Setting command
- 'ip nat {inside | outside}
- 'ip nat pool [name] [start-ip] [end-ip] [netmask] [perfix-length]
- 'ip nat inside source {list [acl] pool [name] | static [local-ip] [global-ip]} '
- Confirm
'show ip nat translation'
'show ip nat statics'
- Disable all dynamic conversions: 'clear ip nat translation *'
- Simple dynamic translation off: 'clear ip nat translation [global ip]'
♦ NAT
- ජාල ලිපින පරිවර්තකය
- බාහිර ජාලයට පැකැට්ටුව යැවීම පෙර පුද්ගලික IP ලිපිනය පොදු පොදු IP ලිපිනය බවට පරිවර්තනය කරයි
- වසමේ වසමේ මායිමෙහි පිහිටා ඇත
- අභ්යන්තර IP ලිපිනය නැවත භාවිතා කිරීම
- රවුටරය හෝ සත්කාරකයේ වෙනසක් නොමැතිව භාවිතා කළ හැකිය
- ලිපිනය IP හිඟය
- ජාල දෙකක් සම්බන්ධ කරමින් රවුටර වල පමණක්
♦ මූලික නියමයන්
ඇතුළත ඇතුළත: අභ්යන්තර පෞද්ගලික ජාලය
පිටත පිටත: බාහිර ජාලය
අභ්යන්තර අභ්යන්තර IP ලිපිනය: පුද්ගලික IP ලිපිනය
- අභ්යන්තර ගෝලීය IP ලිපිනය: අභ්යන්තර ජාලයේ නියෝජිත ජාලය වන IP ලිපිනය. බාහිර IP
♦ විශේෂාංග
- ස්ථිතික ලිපිනය පරිවර්තනය
අභ්යන්තර සහ ගෝලීය ලිපින එකිනෙකා අතර සම්බන්ධයක් ඇත
- ගතික මූලාශ්ර ලිපින පරිවර්තනය
අභ්යන්තරීය හා ගෝලීය ලිපිනයන් ක්රමානුකූලව නිර්මාණය කිරීම
- ඩයිනමික් වරාය ලිපිනය පරිවර්තනය
- එක් ප්රාදේශීය ලිපින ගණනක් එක් ගෝලීය ලිපිනයකට පරිවර්තනය කරන්න. ගෝලීය ලිපින සුරැකීම
♦ විධාන කිරීම
- 'ip nat {ඇතුළත | පිටත}
- 'ip nat pool [name] [start-ip] [end-ip] [netmask]
- 'ip nat අභ්යන්තරයේ {list [acl] pool [name] | ස්ථිතික [ප්රාදේශීය-අයිපී] [ගෝලීය-ip]} '
- තහවුරු කරන්න
'ip nat translation'
'ip nat statics' පෙන්වන්න
- සියලු ගතික පරිවර්ථන අක්රිය කරන්න: 'පැහැදිලි ip nat translation *'
- සරල ගතික පරිවර්තකය: 'පැහැදිලි ip nat පරිවර්තනය [ගෝලීය ip]'
- Network Address Translator
- 사설 IP 주소를 외부 네트워크에 패킷을 전송하기전에 공인 IP 주소로 변환하는 기술
- stub 도메인의 경계에 위치
- 내부 IP 주소의 재사용
- 라우터나 호스트의 변화 없이 사용 가능
- IP부족 현상 해결
- 2개의 네트워크를 연결하는 라우터에서만 가능
♦ 기본 용어
- 내부 inside : 내부 사설 네트워크
- 외부 outside : 외부 네트워크
- 내부 로컬 IP 주소 : 사설 IP 주소
- 내부 글로벌 IP 주소 : 내부에서 사용하는 네트워크의 대표 공인 IP. 외부 IP
♦ 주요 기능
- Static Address Translation
내부 로컬 주소와 글로벌 주소를 1대1 연결
- Dynamic Source Address Translation
내부 로컬 주소와 글로벌 주소를 동적으로 작성
- Dynamic Port Address Translation
- 하나의 글로벌 주소를 여러개의 로컬주소로 변환. 글로벌 주소 절약
♦ 설정 명령어
- 'ip nat {inside | outside}'
- 'ip nat pool [이름] [start-ip] [end-ip] [netmask] [perfix-length][type]'
- 'ip nat inside source {list [acl] pool [name] | static [local-ip] [global-ip]}'
- 확인
'show ip nat translation'
'show ip nat statics'
- 모든 동적인 변환 해제 : 'clear ip nat translation*'
- 단순 동적인 변환 해제 : 'clear ip nat translation [global ip]'
♦ NAT
- Network Address Translator
- technology that converts private IP address to public IP address before sending packet to external network
- Located at the boundary of the stub domain
- Reuse of internal IP address
- Can be used without change of router or host
- Address IP shortage
- Only on routers connecting two networks
♦ Basic terms
- inside inside: internal private network
- outside outside: external network
- Internal local IP address: Private IP address
- Internal Global IP Address: The representative public IP address of the internal network. External IP
♦ Key Features
- Static Address Translation
One-to-one connection of internal and global addresses
- Dynamic Source Address Translation
Dynamically create internal local and global addresses
- Dynamic Port Address Translation
- Convert one global address to multiple local addresses. Global address saving
♦ Setting command
- 'ip nat {inside | outside}
- 'ip nat pool [name] [start-ip] [end-ip] [netmask] [perfix-length]
- 'ip nat inside source {list [acl] pool [name] | static [local-ip] [global-ip]} '
- Confirm
'show ip nat translation'
'show ip nat statics'
- Disable all dynamic conversions: 'clear ip nat translation *'
- Simple dynamic translation off: 'clear ip nat translation [global ip]'
♦ NAT
- ජාල ලිපින පරිවර්තකය
- බාහිර ජාලයට පැකැට්ටුව යැවීම පෙර පුද්ගලික IP ලිපිනය පොදු පොදු IP ලිපිනය බවට පරිවර්තනය කරයි
- වසමේ වසමේ මායිමෙහි පිහිටා ඇත
- අභ්යන්තර IP ලිපිනය නැවත භාවිතා කිරීම
- රවුටරය හෝ සත්කාරකයේ වෙනසක් නොමැතිව භාවිතා කළ හැකිය
- ලිපිනය IP හිඟය
- ජාල දෙකක් සම්බන්ධ කරමින් රවුටර වල පමණක්
♦ මූලික නියමයන්
ඇතුළත ඇතුළත: අභ්යන්තර පෞද්ගලික ජාලය
පිටත පිටත: බාහිර ජාලය
අභ්යන්තර අභ්යන්තර IP ලිපිනය: පුද්ගලික IP ලිපිනය
- අභ්යන්තර ගෝලීය IP ලිපිනය: අභ්යන්තර ජාලයේ නියෝජිත ජාලය වන IP ලිපිනය. බාහිර IP
♦ විශේෂාංග
- ස්ථිතික ලිපිනය පරිවර්තනය
අභ්යන්තර සහ ගෝලීය ලිපින එකිනෙකා අතර සම්බන්ධයක් ඇත
- ගතික මූලාශ්ර ලිපින පරිවර්තනය
අභ්යන්තරීය හා ගෝලීය ලිපිනයන් ක්රමානුකූලව නිර්මාණය කිරීම
- ඩයිනමික් වරාය ලිපිනය පරිවර්තනය
- එක් ප්රාදේශීය ලිපින ගණනක් එක් ගෝලීය ලිපිනයකට පරිවර්තනය කරන්න. ගෝලීය ලිපින සුරැකීම
♦ විධාන කිරීම
- 'ip nat {ඇතුළත | පිටත}
- 'ip nat pool [name] [start-ip] [end-ip] [netmask]
- 'ip nat අභ්යන්තරයේ {list [acl] pool [name] | ස්ථිතික [ප්රාදේශීය-අයිපී] [ගෝලීය-ip]} '
- තහවුරු කරන්න
'ip nat translation'
'ip nat statics' පෙන්වන්න
- සියලු ගතික පරිවර්ථන අක්රිය කරන්න: 'පැහැදිලි ip nat translation *'
- සරල ගතික පරිවර්තකය: 'පැහැදිලි ip nat පරිවර්තනය [ගෝලීය ip]'
Comments
Post a Comment