Explore Westonci.ca, the top Q&A platform where your questions are answered by professionals and enthusiasts alike. Ask your questions and receive detailed answers from professionals with extensive experience in various fields. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A 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 appreciate your visit. Hopefully, the answers you found were beneficial. Don't hesitate to come back for more information. We hope this was helpful. Please come back whenever you need more information or answers to your queries. We're glad you visited Westonci.ca. Return anytime for updated answers from our knowledgeable team.