Spring中的aware接口详情
297
2022-09-22
CCNA实验:配置PAT端口映射
R2(config)#int s2/1R2(config-if)#ip add 192.168.0.2 255.255.255.0R2(config-if)#no shR2(config)#router ospf 1R2(config-router)#network 0.0.0.0 0.0.0.0 area 0R2(config
R3(config)#int s3/1R3(config-if)#ip add 131.1.1.3 255.255.255.0R3(config-if)#no sh R3(config-if)#exitR3(config)#^ZR3(config)#router ospf 1R3(config-router)#network 0.0.0.0 0.0.0.0 area 0第二步:在R1上定义NAT的inside 和outsideR1(config)#int s1/2R1(config-if)#ip nat insR1(config-if)#int s1/3R1(config-if)#ip nat out R1(config-if)#第三步:在R1上定义PAT转换R1(config)#access-list 1 permit 192.168.0.0 0.0.0.255R1(config)#ip nat inside source list 1 interface s1/3 overload R1(config)#第四步:在R2上ping测试R2#ping 131.1.1.3
Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 131.1.1.3, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 60/80/108 ms第五步:在R1上进行nat查看R1#debug ip natIP NAT debugging is onR1#00:10:05: NAT: s=192.168.0.2->131.1.1.1, d=131.1.1.3 [0]00:10:05: NAT: s=131.1.1.3, d=131.1.1.1->192.168.0.2 [0]00:10:05: NAT: s=192.168.0.2->131.1.1.1, d=131.1.1.3 [1]00:10:05: NAT: s=131.1.1.3, d=131.1.1.1->192.168.0.2 [1]00:10:05: NAT: s=192.168.0.2->131.1.1.1, d=131.1.1.3 [2]00:10:05: NAT: s=131.1.1.3, d=131.1.1.1->192.168.0.2 [2]00:10:06: NAT: s=192.168.0.2->131.1.1.1, d=131.1.1.3 [3]00:10:06: NAT: s=131.1.1.3, d=131.1.1.1->192.168.0.2 [3]00:10:06: NAT: s=192.168.0.2->131.1.1.1, d=131.1.1.3 [4]00:10:06: NAT*: s=131.1.1.3, d=131.1.1.1->192.168.0.2 [4]R1#
R1#sh ip nat translations Pro Inside global Inside local Outside local Outside globalicmp 131.1.1.1:1993 192.168.0.2:1993 131.1.1.3:1993 131.1.1.3:1993icmp 131.1.1.1:1992 192.168.0.2:1992 131.1.1.3:1992 131.1.1.3:1992icmp 131.1.1.1:1991 192.168.0.2:1991 131.1.1.3:1991 131.1.1.3:1991icmp 131.1.1.1:1990 192.168.0.2:1990 131.1.1.3:1990 131.1.1.3:1990icmp 131.1.1.1:1989 192.168.0.2:1989 131.1.1.3:1989 131.1.1.3:1989R1#//现在可以看到转换后的效果是转换为131.1.1.3 的不同的端口
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~