QUESTION 14
Refer to the exhibit. If the Web Server has been configured to listen only to TCP port 8080 for all the HTTP requests, which command can you enter to show
internet users to access the web server on http port 80?
A. ip nat inside source static tcp 10.1.1.100 8080 10.1.1.100 80
B. ip nat outside source static tcp 10.1.1.100 8080 10.1.1.100 80
C. ip nat outside source static tcp 10.1.1.100 80 10.1.1.100 80
D. ip nat inside source static tcp 10.1.1.100 8080 10.1.1.100 80
A and D are same!!