Thursday, July 13, 2017

Enable Windows Cloud FW rules + DB

netsh firewall add portopening UDP 137 blah enable all
netsh firewall add portopening UDP 138 blah enable all
netsh firewall add portopening TCP 139 blah enable all
netsh firewall add portopening TCP 445 blah enable all
netsh firewall add portopening TCP 1433 sql enable all
netsh firewall set icmpsetting all enable

No comments:

Post a Comment

Vmware NSX SSL creation 

Using OpenSSL for NSX Manager SSL import: Creates CSR and 4096 bit KEY Creating NSX 6.4.2 SSL    openssl req -out nsxcert.csr -newkey rsa:40...