it:ad:sql_server:howto:install

IT:AD:SQL Server:HowTo:Install

Summary

I don't do this enough to remember anything in between installs:

Installing using NETWORK SERVICES

FireWall

Configuration of Firewall, using netsh (I think this is only still needed for systems older than vista and WS2K8)

netsh firewall set portopening protocol = TCP port = 1433 name = SQLPort mode = ENABLE scope = SUBNET profile = CURRENT

Configuration of Advanced Firewall, using netsh

netsh advfirewall firewall add rule name = SQLPort dir = in protocol = tcp action = allow localport = 1433 remoteip = localsubnet profile = DOMAIN
  • /home/skysigal/public_html/data/pages/it/ad/sql_server/howto/install.txt
  • Last modified: 2023/11/04 01:57
  • by 127.0.0.1