Hi,
I'm just having a mess about with PAT/NAT in packet tracer. I have set the outside interface on the router to overload. I used the translations command on the router to display the translations as follows:
However, when i use type "show ip nat statistics" (router#show ip nat statistics"), i get an invalid command message saying the input after the 'nat' keyword is invalid. I'm using a Cisco 2620Xm router in packet tracer if that makes any difference. Any hel0p appreciated
Thanks
I'm just having a mess about with PAT/NAT in packet tracer. I have set the outside interface on the router to overload. I used the translations command on the router to display the translations as follows:
Code:
Pro Inside global Inside local Outside local Outside global
tcp 179.80.8.200:1025 172.16.4.7:1025 172.80.15.0:80 172.80.15.0:80
tcp 179.80.8.200:1026 172.16.4.7:1026 172.80.15.0:80 172.80.15.0:80
Thanks