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

VPN host is unreachable #2149

Closed
mfranciszkiewicz opened this issue Aug 5, 2022 · 1 comment
Closed

VPN host is unreachable #2149

mfranciszkiewicz opened this issue Aug 5, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mfranciszkiewicz
Copy link
Contributor

Occurring while executing ya-perf:

[2022-08-05T15:49:55.460+0200 INFO yapapi.utils] Error: Command 'Run /bin/bash ('-c', 'scp -v /golem/dummy.dat [email protected]:/golem/upload')' failed on provider; message: 'ExeScript command exited with code 1'; stderr: 'Executing: program /usr/bin/ssh host 192.168.0.7, user root, command scp -v -t /golem/upload
OpenSSH_8.8p1, OpenSSL 1.1.1n  15 Mar 2022
debug1: Reading configuration data /root/.ssh/config
debug1: /root/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to 192.168.0.7 [192.168.0.7] port 22.
debug1: connect to address 192.168.0.7 port 22: Host is unreachable
ssh: connect to host 192.168.0.7 port 22: Host is unreachable
lost connection
'
@mfranciszkiewicz mfranciszkiewicz added the bug Something isn't working label Aug 5, 2022
@wkargul wkargul self-assigned this Aug 12, 2022
@wkargul
Copy link
Contributor

wkargul commented Aug 12, 2022

This log from above came from execution of exe script. This is something what scp tool (running in background for VPN transfer test) produces as the output when host is unreachable.

It means that the client node was trying to connect to the host node (192.168.0.7) but failed. This is the effect of node beeing unable to connect but it is not indicating any specific bug by itself. Sometimes node may be disconnected due to network problems so we expect to observe such logs.

Likely in this particular situation disconnection is caused by timeouts or any other known issue adressed under tasks:

@wkargul wkargul closed this as completed Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants