IDNLearn.com provides a seamless experience for finding the answers you need. Join our interactive Q&A community and access a wealth of reliable answers to your most pressing questions.
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.
Thank you for using this platform to share and learn. Keep asking and answering. We appreciate every contribution you make. IDNLearn.com is committed to providing accurate answers. Thanks for stopping by, and see you next time for more solutions.