So I find myself having to forward ICMP through a Cisco router for monitoring purposes. Unfortunately, ICMP doesn't operate on a 'port', so the standard port natting won't work. For security and management, I can't NAT the IPs 1 to 1. I just need to forward ICMP requests from the public IP to the private.
I can't seem to find a way to do this.
Does anyone have any ideas?
I can't seem to find a way to do this.
Does anyone have any ideas?

Because you got no service listening to those datagrams on boxes either box, those boxes will respond with ICMP unreach (destination port unreachable). So instead of having ICMP echo request -> echo reply, you will have UDP dg -> ICMP unreach
Unless there is a NAT rule for something, router is supposed to assume traffic as addressed to itself, and handle it.
Comment