The administrator of a comapny needs to ensure that a web
server in
their network is accessible from the Internet. Since the
network uses private
addressing, this requires an IP-to-registered-address
mapping. The following
command is entered on the router:
router(config)# ip nat inside source static 192.168.2.1
198.18.1.254
After unsuccessful results from a ping to the Internet, the
administrator issues the
show ip nat translations command and the output is blank.
What could be the
problem with the NAT configuration for this mapping?
A. The keyword overload is missing from the command.
B. The administrator needs to define a NAT pool first.
C. An access list must be defined to create static NAT
translations.
D. The interfaces need to be configured for NAT.
Answer Posted / shahin
The correct answer is (D) - The interface need to be
configured for NAT.
In the above scenario, administrator just configured NAT on
router global configuration mode. He didn't specify the
interface where translation would take place. We need to
specify the interface. For that commands are
Router(config)#interface serial [slot/port]
Router(config-if)# ip nat outside
Router(config)#interface ethernet/fastethernet [slot/port]
Router(config-if)# ip nat inside
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
In how many ways can data be transferred in ccna?
Differentiate full-duplex from half-duplex.
Suppose we are having two Switches i.e. Switch1 & Switch2 Port1 of Switch1 is Connected to Uplink and switch2 is also connected to switch1? So 1>Is there is any loop? 2>How we come to know that there is a loop created? 3>If we add Switch3 to switch2 then there is a possibility of loop Creation?
What is the passive topology in ccna?
What is etherchannel?
What is Route Poisoning?
Why is UDP lease favored when compared to TCP?
What is the Difference Between Windows 2003 And Windows 2008 Server?
What is the size of ipv4?
In how many ways you can access the router?
What is the difference between full duplex and half duplex?
What causes a triggered update to reset the router hold-down timer?
What is difference between tcp/ip and osi model?
On which base distance vector choose best path?
What is the point-to-point protocol in ccna?