cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
254
Views
0
Helpful
2
Replies

PAT Question

NaderH
Level 1
Level 1

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.

2 Replies 2

Martin L
VIP
VIP

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 **

Torbjørn
VIP
VIP

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 

Happy to help! Please mark as helpful/solution if applicable.
Get in touch: https://torbjorn.dev