Using Console
Using CLI
gcloud compute firewall-rules list
allowed
section of the rule and checking if it allows tcp:135
or tcp:49152-65535
.
gcloud compute firewall-rules delete [FIREWALL_RULE_NAME]
Replace [FIREWALL_RULE_NAME] with the name of the firewall rule you want to delete.
Y
when prompted.
gcloud compute firewall-rules list
The firewall rule that allowed RPC traffic should no longer be listed.
Using Python