Compare cert salaries and plan your next career move
Daniel333 wrote: From RouterA I can ping both of RouterC's interface's and the node on it's E0 The extended ping coming from E0 fails to anything beyong RouterA's E0. Just to check, I SHOULDn't add RouterA's e0 to rip, right? shouldn't matter since I am translating on the S0?
Daniel333 wrote: Alright, so i think I have static NAT down, along with who gets ip nat inside/outside. So I moved to the next lab. I have a simple network in my lab.. 192.168.x.x /24 hostA---101.1 RouterA 1.1---1.2 RouterC 100.1 ---100.2 hostB I have set RouterA's E0 as inside and it's S0 as the outside. I have not added RouterA's subnet to RIP, but everything else I have and they are communicating fine. access-list 10 permmit 192.168.101.0 0.0.0.255 ip nat inside source list 10 int serial 0 overload But still hostA cannot ping any farther than RouterA's S0. Any idea what I might be doing wrong?
Daniel333 wrote: access-list 10 permit 192.168.101.0 0.0.0.255 ip nat inside source list 10 int serial 0 overload But still hostA cannot ping any farther than RouterA's S0. Any idea what I might be doing wrong?
tech-airman wrote: Daniel333, For PAT, you need to configure at least five statements: (config)# ip nat pool (config)# access-list (config)# ip nat inside source (config-if)# ip nat inside (config-if)# ip nat outside To help guide you to the answer, I've left some hints above. Use "?" to complete the statements. Good luck.
rossonieri#1 wrote: tech-airman wrote: Daniel333, For PAT, you need to configure at least five statements: (config)# ip nat pool (config)# access-list (config)# ip nat inside source (config-if)# ip nat inside (config-if)# ip nat outside To help guide you to the answer, I've left some hints above. Use "?" to complete the statements. Good luck. missing one important keyword : overload because if you dont do that -- you will fall into dynamic NAT with pool. cheers;)
Compare salaries for top cybersecurity certifications. Free download for TechExams community.