NetDocuments-Archive / rd-winrm-plugin

Allows rundeck to execute commands with powershell
Apache License 2.0
31 stars 19 forks source link

Rundeck Error - ICMP Port Unreachable #54

Open CaioAlmeida opened 6 years ago

CaioAlmeida commented 6 years ago

Im trying to run a simple command on my windows remote node but im getting the error : "ICMP Port Unreachable".

Both machines doesnt have antivirus and the firewall are down.

below the output im getting from rundeck.

[overthere-winrm:CAIO-PC] failed: WinRM Error: Login failure sending message on http://CAIO-PC:5985/wsman error: ICMP Port Unreachable Request: <?xml version="1.0" encoding="UTF-8"?>

http://CAIO-PC:5985/wsman http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous 153600 uuid:D20C736E-3529-4ACD-B404-5F1D34BF0427 PT60.000S http://schemas.xmlsoap.org/ws/2004/09/transfer/Create http://schemas.microsoft.com/wbem/wsman/1/windows/shell/cmd FALSE 437 stdin stdout stderr Response: [EMPTY]
UnicodeTreason commented 6 years ago

Even when my connections were blocked by firewalls I only received timeout errors. Have you completed "winrm quickconfig" on the server you are connecting to?

UnicodeTreason commented 6 years ago

@CaioAlmeida Are you still having issues? I just noticed this portion of your error "overthere-winrm" Are you certain you are using this plugin and not this one: https://github.com/rundeck-plugins/rundeck-winrm-plugin I ask as the other plugin uses "overthere" but this one does not.