1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

[OPEN] Can't join a server with /server, "No Route to Host" / server offline

Discussion in 'Support' started by Nomar, Dec 20, 2013.

  1. Nomar

    Nomar New Member

    Ive setup LilyPad on McProHosting using MultiCraft, running Lilypad itself on a seperate server. It works, i can use the IP of the proxy to join the hub, i can do /server and it lists all, but when i type /server PvP, it says "This server is currently online, please try again later!"

    If i try to join the pvp server with its own IP it says authentication to lilypad failed, so it must be working.

    I tried with both Spigot 1.7.2, Bukkit 1.7.2 Dev and Bukkit 1.7.2 Beta. Im updated to the latest Lilypad of about 3 days ago.

    I checked the logs of all 3 servers, they all say nothing when i type /server pvp. But the console of the pvp server keeps spamming this:

    Code (text):
    20.12 13:27:04 [Server] INFO Couldn't connect to remote host: "No route to host", retrying
     
    Ive read on internet that this might be because the port 5098 isnt forwared, but im using an online host and MultiCraft, so i can't forward ports.

    Both servers have Bukkit-Connect / Lilypad-Connect, Bukkit-Portal / Lilypad-portal and portalcommand.

    The config of portalcommand on both servers is EXACTLY the same:

    Code (text):
    quick-commands: true
    allowed-servers:
    - Lobby
    - PvP
    messages:
      server-offline: '&f[&7Server&f] This server is currently &4offline&f. Try again
        later!'
      allowed-servers: '&fYou can connect to the following servers: {servers}'
      server: '&6{name}&f'
     

    Config of the Lobby and Pvp Bukkit-Connect config:

    Code (text):
    settings:
      address: 185.28.188.174
      port: 5091
      credentials:
        username: Lobby
        password: M0nkeyCr4aftZ0rzLobby

    settings:
      address: 185.28.188.174
      port: 5091
      credentials:
        username: PvP
        password: M0nkeyCr4aftZ0rzPvp
     
    My allinone config:

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "185.28.188.174",
          "port": 25671
        },
        "outbound": {
          "address": "185.28.188.174"
        },
        "servers": [
          {
            "domain": "*",
            "server": "Lobby"
          }
        ],
        "motd": "A Minecraft Server",
        "playerMaximum": 1,
        "authenticate": true,
        "throttle": 2500,
        "tabEnabled": true,
        "localeFull": "You seem to be already logged in",
        "localeOffline": "The requested server is currently offline. Try again later!",
        "localeLoggedIn": "You have logged in from another location",
        "localeLostConn": "Lost connection... Please try to reconnect",
        "localeShutdown": "The server is being restarted. Please try to reconnect"
      },
      "queryTcp": {
        "bind": {
          "address": "185.28.188.174",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "185.28.188.174",
          "port": 3001
        }
      },
      "connect": {
        "bind": {
          "address": "185.28.188.174",
          "port": 5091
        },
        "logins": [
          {
            "username": "Lobby",
            "password": "M0nkeyCr4aftZ0rzLobby"
          },
          {
            "username": "PvP",
            "password": "M0nkeyCr4aftZ0rzPvp"
          }
        ]
      }
    }
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Change
    Code (text):
    },
      "queryUdp": {
        "bind": {
          "address": "185.28.188.174",
          "port": 3001
        }
    to
    Code (text):
    },
      "queryUdp": {
        "bind": {
          "address": "185.28.188.174",
          "port": 25565
        }
  3. Nomar

    Nomar New Member

    I did that, restarted all server, but nothing changed, i still have the problem.
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Try to change this:
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "185.28.188.174",
          "port": 25671
        },
    to
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25671
        },
  5. Nomar

    Nomar New Member

    Still same problem ): If it helps, here are the IP's of the servers:

    185.28.188.174:25671 - Lilypad

    185.28.188.151:62792 - Pvp

    185.28.189.181:25565 - Lobby

    Altough it keeps not working, i kept being able to join the lobby ;/
  6. The_Zip

    The_Zip Active Member Resource Contributor

    Just copy exactly what you did for you Lilypad/Hub server, on all configs, and it should be fine, just change the IP's.
  7. Nomar

    Nomar New Member

    What do you mean Lilypad/Hub server? The proxy or the lobby? And what part do i paste where?
  8. The_Zip

    The_Zip Active Member Resource Contributor

    I am a little confused, sorry, but correct me if I am wrong. You have three servers hooked up in your network. Your hub and the sever LilyPad are both working, therefor you did something correct there, but your pvp server isn't. @Matt 's suggestion should have fixed it, but if not, why not mimic(copy) what you did right with two other servers.
  9. Nomar

    Nomar New Member

    Yes your wrong. I have 3 "servers" in total. One of them is running Lilypad only. One is the Lobby server ("hub" but i called it Lobby", and the other one is pvp.

    You say mimic what you did. Lobby and PvP have the same lilypad configs already.
  10. The_Zip

    The_Zip Active Member Resource Contributor

    Ah, ok. What builds are you using for LilyPad?
  11. Nomar

    Nomar New Member

    All Lilypad stuff if newest version, pvp and lobby are CraftBukkit Beta 1.7.2 right now
  12. The_Zip

    The_Zip Active Member Resource Contributor

    Can you maybe re-download the newest versions, Bukkit-Connect-#55 , and the all in one #107, just in case you messed up somewhere along those lines.
  13. Nomar

    Nomar New Member

    They are both using the newest Bukkit-Connect version, which is 51, not 55, and the all in one was already build 107. Still not working ):
  14. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Code (text):

    :~$ telnet 185.28.188.174 5091
    Trying 185.28.188.174...
    Connected to 185.28.188.174.
     
    Should work fine. Ask your host if they are blocking outbound connections.
  15. Nomar

    Nomar New Member

    I asked them before because i had a problem with BungeeCord, they said it's fully compatible with no firewall.
  16. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Let me explain what is happening.

    In your server.properties you have a server-ip defined. Bukkit-Connect will use this IP as the inbound IP to connect to the outbound destination (LilyPad). For some reason, your host is not allowing the outbound connection to be made on that specific IP.
  17. Nomar

    Nomar New Member

    So i can't get this to work? And why then am i able to join the Lobby server..
  18. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    I can't answer that question. I simply don't know enough about your setup.
  19. Nomar

    Nomar New Member

    Please, is there anything else i can do to make sure you can help me?
  20. The_Zip

    The_Zip Active Member Resource Contributor

    @Nomar , the last two things we have tried to help you on, you haven't gotten back to us with. Report back what your host said, and give us a little more information.

Share This Page