02-25-2025 01:55 PM - edited 02-25-2025 06:52 PM
What is incorrect with the configuration of PAT for R1 and R2? I am unable to ping the server from f0/0 on R2. The router configuration files are attached to this post.
02-25-2025 02:46 PM
the file is not attach; u must use zip file to be able to attach it to this post
Regards, ML
**Please Rate All Helpful Responses **
02-26-2025 12:05 AM
Hello @NaderH,
You seem to be missing the configuration of a nat pool(if you intended to use one). You currently only have a DHCP pool configured.
ip nat inside source list 1 pool RoomA_Pool overload
ip nat pool RoomA_Pool {start ip} {end ip} prefix 24
Alternatively you can use the interface IP address
ip nat inside source list 1 interface {outside interface} overload
You can read more about NAT in the following config guide: https://www.cisco.com/c/en/us/td/docs/routers/ios/config/17-x/ip-addressing/b-ip-addressing/m_iadnat-addr-consv-xe.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide