i have 3 routers connected as shown in figure.
I have given a command of PAT on r2.
ip nat pool pat 25.1.0.1 25.1.0.100 prefix-length 24
ip nat inside source list 2 pool pat overload
Standard IP access list 210 permit 1.1.1.0, wildcard bits 0.0.0...
Hi,This is a non-working setup. Kindly try to ping 1.1.1.1 from router R3. You will get the ping reply with source address PATed and the router R3 will not accept this reply.