is it good practice to block default ports and change the default ports  for sql server instance for share point connectivity ?

HI

We have plan to deploy our organization internet portal ,

-our all sharepoint 2013 and SQL SERVER s are in DMZ zone

for sql server security i am following Configure SQL Server security for SharePoint 2013 environments technet article

https://technet.microsoft.com/en-us/library/ff607733?f=255&MSPPError=-2147217396

and Blocking the standard SQL Server ports

-is it good practice to block default ports and change the default ports  for sql server instance for share point connectivity ?

-is it take affect on any other services or face any problem in future for our portal? 

April 23rd, 2015 4:46pm

Some people do that, although I think it is more of 'security through obscurity'. The ports would be discoverable through an nmap scan anyhow.

Consider enabling TLS connections on your SQL Server.

Free Windows Admin Tool Kit Click here and download it now
April 23rd, 2015 11:07pm

HI

how to enable TLS connections in sql server , is it necessary for deploying sharepoint 2013 using sql server back end,

or

can i consider for using sql aliases in sharepoint servers and leave default ports in sql server ?

April 24th, 2015 8:01am

In the SQL Server Configuration Manager, under SQL Server Network Configuration, right click on Protocols for <InstanceName>, go to Properties, and change Force Encryption to Yes. There shouldn't be anything that you need to do.

I use SQL Aliases when I'm not using AlwaysOn listeners. You should always use SQL Aliases when using single SQL Servers, Clusters, or any HA method that doesn't involve an AlwaysOn listener.

Free Windows Admin Tool Kit Click here and download it now
April 24th, 2015 9:27am

HI,

thanks 

- i did not get that point you told AlwaysOn listeners ,


April 24th, 2015 9:41am

AlwaysOn Listeners are for when using SQL AlwaysOn. If you aren't using that, then don't worry about it. But do make sure to implement a SQL Alias on your SharePoint server(s).
Free Windows Admin Tool Kit Click here and download it now
April 24th, 2015 9:57am

we have plan to make sql server cluster and always on ,

we are deploying internet based portal for our organization its the portal for one of governmental.

so actually i want to know more about sql server security and high availability methods

-if we use sql aliases in sharepoint servers for a named instance ,

how it will take affect on implement all high availability methods and disaster recovery methods for sql server ? 

or can i open other thread for above line

April 24th, 2015 11:33am

If you're using AlwaysOn, simply point SharePoint at the listener name. You should be familiar with AlwaysOn Listeners prior to deployment. AlwaysOn provides local High Availability for SharePoint. Disaster Recovery is an entirely different matter (as usually the DR data center would be too far away to leverage AlwaysOn in Sync mode).
Free Windows Admin Tool Kit Click here and download it now
April 24th, 2015 11:35am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics