packer-plugin-amazon icon indicating copy to clipboard operation
packer-plugin-amazon copied to clipboard

fix(docs): correct firewall command for WinRM HTTPS setup

Open anurag5sh opened this issue 6 months ago • 0 comments

This PR updates the firewall rule creation command to ensure it applies to all network profiles (Public, Private, and Domain) instead of being limited to the Public profile.

Issue: The old command implicitly applied the firewall rule only to the Public network profile. This could cause issues if a user changes their network profile to Private or Domain, as the rule would no longer be effective, potentially blocking traffic on port 5986.

This change ensures that port 5986 remains open regardless of the active network profile. It addresses potential issues where the rule would not be applied if the user's network profile switched from public to private, thereby preventing unintended connectivity problems. (i/o timeout issues)

anurag5sh avatar May 06 '25 04:05 anurag5sh