Skip to content

Winrm Port is Wrong #234

Description

@RiverHeart

👻 Brief Description

The port for winrm is wrong. It's setup for 5989 which is CIM-XML per Wikipedia . Winrm (HTTP) should be 5985

firewall_rule 'allow world to winrm' do
port 5989
source '0.0.0.0/0'
only_if { windows? && node['firewall']['allow_winrm'] }
end

🥞 Cookbook version

Firewall latest. Seems to have been present since 2015

👩‍🍳 Chef-Infra Version

Latest

🎩 Platform details

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions