Skip to content

Backup of Remote Host: Waiting for NBD Server connection #193

Answered by abbbi
aroskamp asked this question in Q&A / Support
Discussion options

You must be logged in to vote

please add log with verbose option, it shows detailed informaiton on which interface the nbd server is setup.

its unable to connect to the nbd endpoint:

nbd://vhst7.ibb.com:10809/vda

possible causes:

  1. firewall blocking access
  2. hostname resolution on system where virtnbdbackup is executed resolves vhst7.ibb.com to a wrong ip
  3. the nbd service on the remote host is bind to a wrong ip/interface due to resolve issues (maybe remote system resolves its own hostname to 127.0.0.1 and binds nbd endpoint to the loopback device) , you can try --nbd-ip option to bind nbd service to a specific ip that is reachable from the host youre executing virtnbdbackup from.
  -I NBD_IP, --nbd-ip NBD_IP
           …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@aroskamp
Comment options

Answer selected by aroskamp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants