Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. netsh advfirewall firewall add rule name=“SQL Server” dir=in action=allow protocol=TCP localport=1433
  2. netsh advfirewall firewall add rule name=“SQL Admin Connection” dir=in action=allow protocol=TCP localport=1434
  3. netsh advfirewall firewall add rule name=“SQL Service Broker” dir=in action=allow protocol=TCP localport=4022
  4. netsh advfirewall firewall add rule name=“SQL Debugger/RPC” dir=in action=allow protocol=TCP localport=135
  5. netsh advfirewall firewall add rule name=“Analysis Services” dir=in action=allow protocol=TCP localport=2383
  6. netsh advfirewall firewall add rule name=“SQL Browser” dir=in action=allow protocol=TCP localport=2382
  7. netsh advfirewall firewall add rule name=“HTTP” dir=in action=allow protocol=TCP localport=80
  8. netsh advfirewall firewall add rule name=“SSL” dir=in action=allow protocol=TCP localport=443
  9. netsh advfirewall firewall add rule name=“SQL Browser” dir=in action=allow protocol=TCP localport=1434
  10. netsh advfirewall firewall add rule name=“ICMP Allow incoming V4 echo request” protocol=icmpv4:8,any dir=in action=allow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement