Refer to the exhibit.
R1(config)# ip nat inside source static 192.168.11.254 209.165.200.1
R1(config)#interface FastEthernet0/0
R1(config-if)#ip nat inside
R1(config-if)#interface Serial0/0/1
R1(config-if)#ip nat outside
Router R1 is configured with static NAT. Addressing on the router and the web server are correctly configured, but there is no connectivity between the web server and users on the Internet.
What is a possible reason for this lack of connectivity?
A.The router NAT configuration has an incorrect inside local address. B.The inside global address is incorrect. C.The NAT configuration on interface S0/0/1 is incorrect. D.Interface Fa0/0 should be configured with the command ip nat outside正确答案A