I am trying to create regular tunnel on https://tunnelbroker.net. Public IP address of our institute is 14.139.196.2. On using this address as IPv4 endpoint address the message
"IP is not ICMP pingable. Please make sure ICMP is not blocked. If you are blocking ICMP, please allow 66.220.2.74 through your firewall."
is being displayed. On using
cat /proc/sys/net/ipv4/icmp_echo_ignore_all
I understood that ICMP ping is enabled on my system. What IPv4 Endpoint should I mention? Or How do I get around with the error?