Facebook
From Eratic Camel, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 187
  1. netsh advfirewall firewall add rule name = SQLPort dir = in protocol = tcp action = allow localport = 1433 remoteip = localsubnet profile = DOMAIN  
  2.  
  3. lub
  4.  
  5. netsh firewall set portopening protocol = TCP port = 1433 name = SQLPort mode = ENABLE scope = SUBNET profile = CURRENT