04-04-2022
04:25 AM
- last edited on
04-04-2022
05:38 PM
by
Translator
Dear seniors,
I configured the static nat. but the host is not pinging the server.
ip nat inside source static 192.168.1.100 1.1.1.1
you can find the file below.
thanks in advance
Solved! Go to Solution.
04-04-2022
05:01 AM
- last edited on
04-04-2022
05:38 PM
by
Translator
You need a static route on the R1 pointing to R2.
R1#sh ip nat trans
R1#sh ip nat translations
Pro Inside global Inside local Outside local Outside global
icmp 1.1.1.1:5 192.168.1.100:5 2.2.2.10:5 2.2.2.10:5
icmp 1.1.1.1:6 192.168.1.100:6 2.2.2.10:6 2.2.2.10:6
icmp 1.1.1.1:7 192.168.1.100:7 2.2.2.10:7 2.2.2.10:7
icmp 1.1.1.1:8 192.168.1.100:8 2.2.2.10:8 2.2.2.10:8
--- 1.1.1.1 192.168.1.100 --- ---
04-04-2022
05:01 AM
- last edited on
04-04-2022
05:38 PM
by
Translator
You need a static route on the R1 pointing to R2.
R1#sh ip nat trans
R1#sh ip nat translations
Pro Inside global Inside local Outside local Outside global
icmp 1.1.1.1:5 192.168.1.100:5 2.2.2.10:5 2.2.2.10:5
icmp 1.1.1.1:6 192.168.1.100:6 2.2.2.10:6 2.2.2.10:6
icmp 1.1.1.1:7 192.168.1.100:7 2.2.2.10:7 2.2.2.10:7
icmp 1.1.1.1:8 192.168.1.100:8 2.2.2.10:8 2.2.2.10:8
--- 1.1.1.1 192.168.1.100 --- ---
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