Configure Windows Firewall for SQL based CS Professional Suite applications
This article provides basic instructions on how to add exceptions to Microsoft Windows Firewall to prevent problems operating CS Professional Suite SQL-based applications. Any other questions about setting firewall exceptions should be directed to your firm's IT professional.
If you're connecting a named instance through a firewall, you may need to configure the database engine to listen to a specific port, so that port can be opened in the firewall.
- Open theControl Panel.
- SelectAdministrative Tools.noteThe path toAdministrative Toolsdepends on theControl Panelview.
- In Category view, selectSystem and Securityand thenAdministrative Tools.
- In Small or Large icon view, selectAdministrative Tools.
- OpenWindows Firewall with Advanced Security.
- SelectInbound Rulesand thenNew Rule.
- In theNew Inbound Rule Wizard, use the following information to create a port exception.
- SelectPort.
- SelectTCPand specify port 1433.
- Allow the connection.
- Select all 3 profiles (Domain, Private, and Public).
- Name the rule SQL Server TCP 1433.
- SelectNew Ruleagain and use the following information to create another port exception.
- SelectPort.
- SelectUDPand specify port 1434.
- Allow the connection.
- Select all 3 profiles (Domain, Private, and Public).
- Name the rule SQL Server UDP 1434.
- SelectNew Ruleagain and use the following information to create a program exception.
- SelectProgram.
- SelectBrowseto select sqlserver.exe and the applicable location. Your path might look likeC:\Program Files\Microsoft SQL Server\MSSQL[SQLVersion]<instance_name>\MSSQL\Binn.
- Allow the connection.
- Select all 3 profiles (Domain, Private, and Public).
- Name the rule sqlserver.exe.
- SelectNew Ruleagain and use the following information to create another program exception.
- SelectProgram.
- SelectBrowseto select sqlbrowser.exe at this location:C:\Program Files\Microsoft SQL Server\90\Shared
- Allow the connection.
- Select all 3 profiles (Domain, Private, and Public).
- Name the rule sqlbrowser.exe.