I've created a network with the following rules:

I have two virtual machines, both running Windows Server 2012. Computer 1 (192.168.0.2) Computer 2 (192.168.0.3)
I can ping between the machines without any problems.
On Computer 1 I have SQL Server 2014 Express installed. These are the firewall rules added to the server:

I am unable to connect to the SQL Server instance from Computer 2. If I disable the firewall it works.
The rules added to the server work ok in Azure and on my Hyper V virtual machines. Do I need to add an other rules for it to work in Google Compute?
I only want to be able to access this SQL instance through machines on the same network.