Discover a wealth of knowledge at Westonci.ca, where experts provide answers to your most pressing questions. Ask your questions and receive accurate answers from professionals with extensive experience in various fields on our platform. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly 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 time. Please revisit us for more reliable answers to any questions you may have. Thank you for choosing our platform. We're dedicated to providing the best answers for all your questions. Visit us again. Get the answers you need at Westonci.ca. Stay informed by returning for our latest expert advice.