01-18-2018 05:38 AM - edited 03-05-2019 09:47 AM
Hello people,
Please I need an assistance. I have a configuration i'm running for a purpose
"ip nat inside source list 101 interface FastEthernet0/1 overload
ip nat inside source static tcp 192.168.0.1 23 195.110.22.30 23 extendable
ip nat inside source static 192.168.1.200 195.110.22.30 extendable"
I'm hosting an application on 192.168.1.200 and my other branch access in from the public IP address : 195.110.22.30. But my problem now is that if i'm pinging from outside the icmp echo is replying from 192.168.1.200 system. I was to redirect the icmp echo to respond on the router rather than going to the system inside because at times if the system is powered off, i cant monitor my up time by pinging. Please Help.
Thank You.
01-18-2018 11:04 AM
01-19-2018 01:43 AM
Pawan, Thank you for your reply. Please Kindly assist me with the config. Thanks.
01-18-2018 12:03 PM
Hello
@ekpesinyang wrote:
Hello people,
Please I need an assistance. I have a configuration i'm running for a purpose
"ip nat inside source list 101 interface FastEthernet0/1 overload
ip nat inside source static tcp 192.168.0.1 23 195.110.22.30 23 extendable
ip nat inside source static 192.168.1.200 195.110.22.30 extendable"
I'm hosting an application on 192.168.1.200 and my other branch access in from the public IP address : 195.110.22.30. But my problem now is that if i'm pinging from outside the icmp echo is replying from 192.168.1.200 system. I was to redirect the icmp echo to respond on the router rather than going to the system inside because at times if the system is powered off, i cant monitor my up time by pinging. Please Help.
Thank You.
Not sure I understand but first of all why are you using the extendable keyword it only used when you natting with the same inside source address to different port/global addressing etc.
Can you post your full config of nat and access-list 101 please.
Just to confirm you are pinging 195.110.22.30 and it returning 192.168.1.200 correct?
res
Paul
01-19-2018 01:51 AM
Hello paul,
please see the config you requested here.
"ip nat inside source list 101 interface FastEthernet0/1 overload
ip nat inside source static tcp 192.168.1.1 23 197.210.22.30 23 extendable
ip nat inside source static 192.168.1.200 197.210.22.30 extendable
!
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
! "
01-19-2018 03:54 AM
@paul driver wrote:
Hello
Not sure I understand but first of all why are you using the extendable keyword it only used when you natting with the same inside source address to different port/global addressing etc.
Can you post your full config of nat and access-list 101 please.
Just to confirm you are pinging 195.110.22.30 and it returning 192.168.1.200 correct?
res
Paul
Can you please clarify the above???
01-19-2018 05:50 AM
Hello Paul Like i stated already, the configuration is to allow me have access to an application hosted on 192.168.1.200 has to be accessed. since i'm not very sure of the port the application is using, i had to give extendable to make sure everything is allowed. Thank you.
01-20-2018 04:07 AM
can you draw a topoly whats you doing and how your NAT is applying because i am still unable to understand why you using extendable
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