---
title: "how to create firewall rule for sql server?"  
description: "how to create firewall rule for sql server?"  
author: "Nishi Tiwari"  
published: 2020-01-07  
updated: 2020-01-07  
canonical: https://www.mindstick.com/forum/155645/how-to-create-firewall-rule-for-sql-server  
category: "webhosting"  
tags: ["google cloud"]  
reading_time: 1 minute  

---

# how to create firewall rule for sql server?

[describe](https://www.mindstick.com/interview/12752/what-is-ddms-describe-some-of-its-capabilities) it.

## Replies

### Reply by Nishi Tiwari

## Create a firewall rule for SQL Server

Configure a firewall rule to allow traffic on port 1433 so other clients can connect to the newly created SQL Server instance over the internet.

1. In the Google Cloud Console, go to the Firewall rules section.

## OPEN THE FIREWALL RULES

2. Click Add firewall rule and complete the following fields:

a. For the new Firewall Rule Name, enter allow-tcp-1433.

b. For Source Filter, select IP Ranges.

c. To allow access for all IP addresses, for Source IP Ranges, enter 0.0.0.0/0.

d. For Allowed protocols and ports, enter tcp:1433.

3. To create the firewall rule, click Create.

![how to create firewall rule for sql server?](https://www.mindstick.com/mindstickforums/eba149d3-e764-40e6-9c0a-cbce053341b5/images/183bfcad-7aa2-4adf-9cad-567fd4c50903.png)\


---

Original Source: https://www.mindstick.com/forum/155645/how-to-create-firewall-rule-for-sql-server

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
