No, and I will be looking into this issue in more detail, because I've found that I can not access shares on some devices over the subnet either.
VNet subnet is 10.0.2.0/24, Gateway subnet 10.0.3.0/24
tracert 10.0.2.4
Tracing route to 10.0.2.4 over a maximum of 30 hops
1 64 ms 91 ms 66 ms 10.0.3.0
2 46 ms 45 ms 44 ms 10.0.2.4
Trace complete.
tracert 10.0.2.9
Tracing route to 10.0.2.9 over a maximum of 30 hops
1 33 ms 44 ms 39 ms 10.0.3.0
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * ^C
route print
Interface List
14...2c 27 d7 14 db 0e ......Intel(R) 82574L Gigabit Network Connection
31...........................PANtest-vnet
1...........................Software Loopback Interface 1
IPv4 Route Table
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.254.5 192.168.254.41 25
10.0.2.0 255.255.255.0 On-link 10.0.3.5 43
10.0.2.255 255.255.255.255 On-link 10.0.3.5 281
10.0.3.0 255.255.255.0 On-link 10.0.3.5 43
10.0.3.5 255.255.255.255 On-link 10.0.3.5 281
10.0.3.255 255.255.255.255 On-link 10.0.3.5 281
10.0.4.0 255.255.255.0 On-link 10.0.3.5 43
10.0.4.255 255.255.255.255 On-link 10.0.3.5 281
51.132.254.33 255.255.255.255 192.168.254.5 192.168.254.41 26
127.0.0.0 255.0.0.0 On-link 127.0.0.1 331
127.0.0.1 255.255.255.255 On-link 127.0.0.1 331
127.255.255.255 255.255.255.255 On-link 127.0.0.1 331
192.168.254.0 255.255.255.0 On-link 192.168.254.41 281
192.168.254.41 255.255.255.255 On-link 192.168.254.41 281
192.168.254.255 255.255.255.255 On-link 192.168.254.41 281
224.0.0.0 240.0.0.0 On-link 127.0.0.1 331
224.0.0.0 240.0.0.0 On-link 192.168.254.41 281
224.0.0.0 240.0.0.0 On-link 10.0.3.5 281
255.255.255.255 255.255.255.255 On-link 127.0.0.1 331
255.255.255.255 255.255.255.255 On-link 192.168.254.41 281
255.255.255.255 255.255.255.255 On-link 10.0.3.5 281
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 192.168.254.5 Default
0.0.0.0 0.0.0.0 192.168.254.5 Default
IPv6 Route Table
Active Routes:
If Metric Network Destination Gateway
1 331 ::1/128 On-link
14 281 fe80::/64 On-link
14 281 fe80::7c8b:3ac7:1a6c:46fc/128
On-link
1 331 ff00::/8 On-link
14 281 ff00::/8 On-link
Persistent Routes:
None
There are no rules in place that would block the traffic.
I can access any of the 20 machines using RDP on 3389, but a few 9,11,14,15,,16,17,16,19,21,22,24 respond on RDP but not ICMP, although within the range, 8,10,13,29,23 respond on both RDP and ICMP. That's weird.
Will setup Wireshark on a test machine later.