Hello Experts,
I am about setting up a SQL Server 2014 cluster in Windows Server 2012 r2 Standard edition.
I need to identified the list of ports and inbound/outbound to be exempted from windows firewall. I have compiled some already below:
- Core Networking
- COM+ Network Access (DCOM-In)
- Failover Cluster Manager
- Failover Clustering (TCP/UDP 3343 Inbound and Outbound)
- File and Printer Sharing (TCP 139/445, UDP 137/138 - Inbound)
- Microsoft Management Console
- Performance Logs and Alerts (DCOM-In, TCP-In, TCP 135)
- Remote Desktop
- Remote Event Log Management
- Remote Scheduled Task Management (Inbound only)
- SQL Server Management Studio (TCP 49188 – inbound and outbound)
- SQL Server Browser (UDP/TCP 1434 inbound [SQL Server])
- SQL Named Instance Access (TCP 10440 – inbound and outbound)
- SQL Default Instance Access (TCP 1433 – inbound and outbound)
- SQL Service Broker (TCP 4022 – inbound and outbound)
- User & Computer Authentication (TCP/UDP 464 – inbound and outbound)
Can you please tell me if I am on the right track with regards above and the type rule i.e inbound and outbound rules.
Kindly assist