Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rundeck Error - ICMP Port Unreachable #54

Open
CaioAlmeida opened this issue Nov 16, 2017 · 2 comments
Open

Rundeck Error - ICMP Port Unreachable #54

CaioAlmeida opened this issue Nov 16, 2017 · 2 comments

Comments

@CaioAlmeida
Copy link

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:

<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
env:Header
<a:To xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://CAIO-PC:5985/wsman</a:To>
<a:ReplyTo xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<a:Address mustUnderstand="true">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address>
</a:ReplyTo>
<w:MaxEnvelopeSize xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" mustUnderstand="true">153600</w:MaxEnvelopeSize>
<a:MessageID xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing">uuid:D20C736E-3529-4ACD-B404-5F1D34BF0427</a:MessageID>
<w:Locale xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" mustUnderstand="false" xml:lang="en-US"/>
<p:DataLocale xmlns:p="http://schemas.microsoft.com/wbem/wsman/1/wsman.xsd" mustUnderstand="false" xml:lang="en-US"/>
<w:OperationTimeout xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">PT60.000S</w:OperationTimeout>
<a:Action xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" mustUnderstand="true">http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action>
<w:ResourceURI xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" mustUnderstand="true">http://schemas.microsoft.com/wbem/wsman/1/windows/shell/cmd</w:ResourceURI>
<w:OptionSet xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
<w:Option Name="WINRS_NOPROFILE">FALSE</w:Option>
<w:Option Name="WINRS_CODEPAGE">437</w:Option>
</w:OptionSet>
</env:Header>
env:Body
<rsp:Shell xmlns:rsp="http://schemas.microsoft.com/wbem/wsman/1/windows/shell">
rsp:InputStreamsstdin</rsp:InputStreams>
rsp:OutputStreamsstdout stderr</rsp:OutputStreams>
</rsp:Shell>
</env:Body>
</env:Envelope>

Response:
[EMPTY]

@UnicodeTreason
Copy link
Contributor

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
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants