ssh: can not assign requested address

Discussion in 'ISPConfig 3 Priority Support' started by Tom John, Jul 28, 2019.

  1. Tom John

    Tom John Active Member HowtoForge Supporter

    Hello guys,
    When i want to connect via SSH to another server i get the following problem:

    ssh: connect to host bkup707.backup.schaal-it.com port 22: Cannot assign requested address
    The ping gets back the IP Address of the server so it looks fine.
    Do you have an idea what is my problem?

    thanks in advance for your kind help
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    What shows
    Code:
    grep -i bkup707 /etc/hosts
    host bkup707.backup.schaal-it.com
    
    What operating system is on the host you try to connect from? What exacly is the ssh command line you use? Try adding -v or -vv to get more verbose output, that may reveal what the problem is.
    You should also try connection from another host with different IP-address, to see if maybe the server is blocking your IP-address.
    Also using Internet Search Enginew with
    Code:
    ssh "Cannot assign requested address"
    might help.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    You might want to ask @florian030 as you seem to host your server there.
     

Share This Page