<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <p>As much as it is usually bad form to follow up on your own post, I wanted to add this additional bit of info.</p>
  <p>if I execute the command:</p>
  <p>[root@MyRouter ~]# tcpdump -i ipsec0 -vv -c 5</p>
  <p>and "ping 192.168.227.27" from another console, I see:</p>
  <p><br>tcpdump: listening on ipsec0, link-type RAW (Raw IP), capture size 262144 bytes<br>10:14:49.230332 IP (tos 0x0, ttl 64, id 8701, offset 0, flags [DF], proto ICMP (1), length 84)<br>MyRouter > 192.168.227.27: ICMP echo request, id 53647, seq 6374, length 64<br>10:14:50.241077 IP (tos 0x0, ttl 64, id 9655, offset 0, flags [DF], proto ICMP (1), length 84)<br>MyRouter > 192.168.227.27: ICMP echo request, id 53647, seq 6375, length 64<br>10:14:51.265054 IP (tos 0x0, ttl 64, id 10137, offset 0, flags [DF], proto ICMP (1), length 84)<br>MyRouter > 192.168.227.27: ICMP echo request, id 53647, seq 6376, length 64<br>10:14:52.289083 IP (tos 0x0, ttl 64, id 10671, offset 0, flags [DF], proto ICMP (1), length 84)<br>MyRouter > 192.168.227.27: ICMP echo request, id 53647, seq 6377, length 64<br>10:14:53.313041 IP (tos 0x0, ttl 64, id 11115, offset 0, flags [DF], proto ICMP (1), length 84)<br>MyRouter > 192.168.227.27: ICMP echo request, id 53647, seq 6378, length 64<br>5 packets captured<br>5 packets received by filter<br>0 packets dropped by kernel<br></p>
  <p><br></p>
  <p>So it appears packets are being correctly routed over the tunnel.</p>
  <p><br></p>
  <p>Is it safe to say the problem is likely on the Meraki end at this point, where they do not have a proper route installed or their firewall is not configured correctly?</p>
 </body>
</html>