Discover answers to your questions with Westonci.ca, the leading Q&A platform that connects you with knowledgeable experts. Connect with a community of experts ready to provide precise solutions to your questions quickly and accurately. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.
Sagot :
Select Fiji.
Press Enter to get started.
At the Fiji> prompt, type enable and press Enter.
At the Fiji# prompt, type config t and press Enter.
At the Fiji(config)# prompt, type interface fa0/0 and press Enter.
At the Fiji(config-if)# prompt, type ip nat inside and press Enter.
At the Fiji(config-if)# prompt, type interface fa0/1 and press Enter.
At the Fiji(config-if)# prompt, type ip nat inside and press Enter.
At the Fiji(config-if)# prompt, type interface s0/0/0 and press Enter.
At the Fiji(config-if)# prompt, type ip nat outside and press Enter.
At the Fiji(config-if)# prompt, type access-list 50 permit 192.168.1.0 0.0.0.255 and press Enter.
At the Fiji(config)# prompt, type access-list 50 permit 192.168.2.0 0.0.0.255 and press Enter.
At the Fiji(config)# prompt, type ip nat pool my_addrs 70.0.0.64 70.0.0.69 netmask 255.255.255.248 and press Enter.
At the Fiji(config)# prompt, type ip nat inside source list 50 pool my_addrs overload and press Enter.
Press Ctrl + Z.
At the Fiji# prompt, type copy run start and press Enter.
Press Enter to begin building the configuration.
We hope our answers were helpful. Return anytime for more information and answers to any other questions you may have. Thanks for using our service. We're always here to provide accurate and up-to-date answers to all your queries. Your questions are important to us at Westonci.ca. Visit again for expert answers and reliable information.