12-05-2024 09:21 AM
Hi, I need help with setting up NAT, it's a small task and I'm stuck on the point that I can't ping between two routers. Attached zip with .pkt.
Solved! Go to Solution.
12-05-2024 09:31 AM
12-05-2024 11:59 AM - edited 12-05-2024 11:59 AM
@gogobyna on this file, you can ping from PC to INTERNET. But, your NAT is incorrect as you are using the IP address 203.x.x.x, which should not exist on the router.
Removing the NAT, the ping works.
ip nat inside source static 202.1.1.2 203.1.1.2
ip nat inside source static 202.1.1.2 203.1.1.1
what is your objective with NAT? do you want to ping the server using the Router external interface?
12-05-2024 09:31 AM
12-05-2024 10:38 AM
Thanks it worked, but I must have messed with NAT because when I try to ping the server (INTERNET) from local pc it fails in the RX1 router (ping goes to the server and then fails on the way back). Any suggestions what should I check?
12-05-2024 11:59 AM - edited 12-05-2024 11:59 AM
@gogobyna on this file, you can ping from PC to INTERNET. But, your NAT is incorrect as you are using the IP address 203.x.x.x, which should not exist on the router.
Removing the NAT, the ping works.
ip nat inside source static 202.1.1.2 203.1.1.2
ip nat inside source static 202.1.1.2 203.1.1.1
what is your objective with NAT? do you want to ping the server using the Router external interface?
12-05-2024 01:52 PM
Oh, my bad, I did not understand the task correctly. Everything is working now, thanks for your help
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