取消
显示结果 
搜索替代 
您的意思是: 
cancel
2013
查看次数
0
有帮助
1
回复

nat的问题

rru1
Level 1
Level 1
203145rkpj7wkkgfg43g17.jpg
Step 1 Create a network object for the dynamic NAT pool to which you want to translate the inside addresses:
ciscoasa(config)# object network myNatPool
ciscoasa(config-network-object)# range 209.165.201.20 209.165.201.30
Step 2 Create a network object for the inside network:
ciscoasa(config)# object network myInsNet
ciscoasa(config-network-object)# subnet 10.1.2.0 255.255.255.0
Step 3 Enable dynamic NAT for the inside network:
ciscoasa(config-network-object)# nat (inside,outside) dynamic myNatPool
Step 4 Create a network object for the outside web server:
ciscoasa(config)# object network myWebServ
Step 5 Define the web server address:
ciscoasa(config-network-object)# host 209.165.201.12
Step 6 Configure static NAT for the web server:
ciscoasa(config-network-object)# nat (outside,inside) static 10.1.2.20
请问最后一句是什么意思? 用10.1.2.3.20代替209.165.201.12?
1 条回复1

YilinChen
Spotlight
Spotlight
Step 1 到 Step 3 ,就是PAT,PAT对应公网IP使用 Step1 定义的地址池;
Step 4 到 Step 6,是将公网提供应用服务的某IP,映射到自己定义的内网的IP上,这样内部的主机,需要访问这个应用时,只需要访问这个内网IP地址就行了;
入门指南

使用上面的搜索栏输入关键字、短语或问题,搜索问题的答案。

我们希望您在这里的旅程尽可能顺利,因此这里有一些链接可以帮助您快速熟悉思科社区:









快捷链接