下载此文档

原版CCNA教材19章NATppt课件.ppt


文档分类:资格/认证考试 | 页数:约20页 举报非法文档有奖
1/20
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/20 下载此文档
文档列表 文档介绍
第十九章 网络地址翻译 NAT
NAT——网络地址翻译
随着Internet的飞速发展,网上丰富的资源产生着巨大的吸引力
接入Internet成为当今信息业最为迫切的需求
但这受到IP地址的许多限制
首先,许多局域网在未联入Int
Ping ……
Ping !!!!!
ip nat pool dyn-nat netmask
ip nat inside source list 1 pool dyn-nat
!
interface Ethernet0
ip address
ip nat inside
!
interface Serial0
ip address
ip nat outside
!
access-list 1 permit
!
动态NAT的配置
Translate between inside hosts addressed from to the globally unique network.
This interface connected to the outside world.
This interface connected to the inside network.
PAT的配置
ip nat pool ovrld-nat
netmask
ip nat inside source list 1 pool ovrld-nat overload
!
interface Ethernet0/0
ip address
ip nat inside
!
interface Serial0/0
ip address
ip nat outside
!
access-list 1 permit
Router#sh ip nat trans
Pro Inside global Inside local Outside local Outside global
tcp :11003 :11003 :23 :23
tcp :1067 :1067 :23 :23
Verifying NAT
A translation for a Telnet is still active. Two different inside hosts appear on the outside with a single IP address.
Basic IP address translation
Unique TCP port numbers are used to distinguish between hosts.
Router#show ip nat trans
Pro Inside global Inside local Outside local Outside global
--- --- ---
--- --- ---
IP address translation with overloading
Router#debug ip nat
NAT: s=->, d= [0]
NAT*: s=, d=-> [0]
NAT: s=->, d= [1]
NAT: s=->, d= [2]
NAT: s=->, d= [3]
NAT*: s=, d=-> [1]
NAT: s=->,

原版CCNA教材19章NATppt课件 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数20
  • 收藏数0 收藏
  • 顶次数0
  • 上传人wangzhidaol
  • 文件大小940 KB
  • 时间2022-06-02