Index: /trunk/src/VBox/Devices/Network/slirp/socket.c
===================================================================
--- /trunk/src/VBox/Devices/Network/slirp/socket.c	(revision 27456)
+++ /trunk/src/VBox/Devices/Network/slirp/socket.c	(revision 27457)
@@ -1111,4 +1111,6 @@
 
     src = addr->sin_addr.s_addr;
+#if 0
+    /* @todo: check why it's too strict. */
     if (type == ICMP_ECHOREPLY)
     {
@@ -1127,4 +1129,5 @@
         }
     }
+#endif
 
     ip = mtod(m, struct ip *);
