回顾
Inside local 内部本地地址(内部主机的实际地址,一般为私有地址)
Inside global 内部全局地址(内部主机经NAT转换后去往外部的地址,是ISP分配的合法IP地址)
Outside local 外部本地地址(外部主机由NAT设备转换后的地址,一般为私有地址,内部主机访问该外部主机时,
认为它是一个内部的主机而非外部主机)
Outside global 外部全局地址(外部主机的真实地址,互联网上的合法IP地址)
ip nat inside source 即是IL<->IG (由内部发起的流量) 内外互访均可触发 NAT
ip nat inside destination 即是IG-->IL (由外部发起的流量)
ip nat inside destination list 1 pool x IG---->IL 测试只支持 outside入站转换 inside出站触发不了
①只有TCP流量才会转换,ping 流量是不会触发NAT的Destination转换的!
②nat pool 一定要设置type为 rotary!!
外部----TCP 内部可以实现TCP 负载
内部---TCP外部 无法转换
ip nat outside source static 2.2.2.2 1.1.1.1 OG<---->OL 双向转换
问题:
1
ip nat outside destination list 2 pool X
本句7200反正没有。 本句成立么?
若怎么理解 ip natinside destination 理解 OG--->OL 内部TCP外部 转换诚OL地址实现 负载或者 隐藏
2 关于 inside outside 的触发方向 理解正确么?
3 一些nat 的选项 都不懂这有解释 E文。。
http://www.cisco.com/en/US/docs/ios/12_3/ipaddr/command/reference/ip1_i2g.html
extendable Extend this translation when used // 若转换多对一 转换可加入
mapping-id Associate a mapping id to this mapping
no-alias Do not create an alias for the global address
no-payload No translation of embedded address/port in the payload
redundancy NAT redundancy operation
route-map Specify route-map
vrf Specify vrf //mpls用么 不知道
accounting Specify the accounting
add-route Add special route to Virtual Interface //ip nat outside des 为了产生一条去往OL的路由
arp-ping WLAN ARP Ping
type Specify the pool type //ip nat outside des 轮询用到了
》
match-host Keep host numbers the same after translation //P2P对等转换
rotary Rotary address pool