当前位置:网站首页>NAT network address translation
NAT network address translation
2022-07-28 07:07:00 【Peanut flavored peanuts】
Catalog
3、 ... and .ACL working principle
Preface
NAT(Network Address Translation), Refers to network address translation ,1994 Put forward in . When some hosts in the private network have been assigned to the local IP Address , But when you want to communicate with a host on the Internet , You can use NAT Method . This method needs to be installed on the router connected to the Internet NAT Software . In this way, all hosts using local addresses communicate with the outside world , All in NAT Router converts its local address to global address IP Address , To connect to the Internet .
One .NAT function
solve ip The problem of insufficient address , It can also effectively prevent external intrusion , Hide and protect the network .
advantage : High safety , flexibility , Economize on public ownership ip
shortcoming : Delay increases , Configuration and maintenance are complex
static state nat: One to one conversion between private network and public network , Do not save the public network , But it can hide the network .
dynamic nat: Multiple private networks ip Corresponding to multiple public networks ip, One to one mapping based on address pool
Two .ACL effect
1. Used for access control of data packets ( Discard or release )
2. In combination with other agreements , Used to match the range
3、 ... and .ACL working principle
When a packet passes through the interface , Because the interface is enabled ACL, At this time, the router will check the message , Then make the corresponding treatment .
Four . Application rules
1. The same direction of an interface , Only one... Can be called ACL
2. One ACL There can be more than one rule The rules , According to the rules ID Sort from small to large , From top to bottom
3. Once a packet is rule matching , No more downward matching
4. When used for packet access control , By default, all devices are implicitly let go
5、 ... and . static state nat

undo t m
user-interface console 0
idle-timeout 0
q
int g0/0/0
ip add 192.168.10.1 24
int g0/0/1
ip add 13.0.0.1 24
nat static global 8.8.8.8 inside 192.168.10.1
6、 ... and . dynamic nat
undo t m
user-interface console 0
idle-timeout 0
q
int g0/0/0
ip add 192.168.10.1 24
int g0/0/1
ip add 13.0.0.1 24
nat address-group 1 13.0.0.10 13.0.0.20
acl 2000
rule permit source 192.168.10.0 0.0.0.255
rule permit source 13.0.0.0 0.0.0.255
int g0/0/1
nat outbound 2000 address-group 1 no-pat
7、 ... and .PAT( Port multiplexing )
natserver
undo t m
user-interface console 0
idle-timeout 0
q
int g0/0/0
ip add 192.168.10.1 24
int g0/0/1
ip add 13.0.0.1 24
int g0/0/0
nat server protocol tcp global current-interface 80 inside 192.168.10.100 80

summary
NAT Network address translation
ACL Control the flow of packets
边栏推荐
- Wangeditor (@4.7.15) - lightweight rich text editor
- Shell script - sort, uniq, TR, array sort, cut, Eval command configuration
- Esxi community network card driver updated again
- metasploit渗透ms7_010练习
- DHCP服务
- DHCP principle and configuration
- Custom component -- data listener
- Software testing (concept)
- Applets: WSX scripts
- 主动扫描技术nmap详解
猜你喜欢

DOM -- page rendering, style attribute operation, preloading and lazy loading, anti shake and throttling

Canvas drawing 1

LNMP搭建过程详解

Svg understanding and drawing application

Custom component -- communication between parent and child components

PXE无人值守安装管理

Custom components -- styles

Neo4j运行报错Error occurred during initialization of VM Incompatible minimum and maximum heap sizes spec

VNC Timed out waiting for a response from the computer

MOOC Weng Kai C language week 3: judgment and circulation: 2. circulation
随机推荐
Difference between process and thread
JS string method Encyclopedia
MOOC翁恺C语言第八周:指针与字符串:1.指针2.字符类型3.字符串4.字符串计算
Network - data link layer
1、 PXE overview and installation
Understanding of C language EOF
Applet creation component
Results fill in the blank. How many days of national day are Sundays (solved by pure Excel)
RAID磁盘阵列
Network - network layer
Common models in software development
MOOC Weng Kai C language fourth week: further judgment and circulation: 3. Multiple branches 4. Examples of circulation 5. Common errors in judgment and circulation
Small turtle C (Chapter 5 loop control structure program 567) break and continue statements
[learning notes] VIM editor
Uniapp monitor whether the app has a network connection
MOOC翁恺C语言 第四周:进一步的判断与循环:1.逻辑类型与运算2.级联和嵌套的判断
MOOC翁恺 C语言 第三周:判断与循环:1.判断
360 compatibility issues
登录进oracle10g的oem,想管理监听程序却总是弹出帐号密码输入页面
Use powercli to create a custom esxi ISO image