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.

couldn't connect to remote host: "network unreachble": no further information", retrying

Discussion in 'Support' started by nrxphos, Aug 3, 2013.

  1. nrxphos

    nrxphos Member

  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Can you please send you proxy config again? And your Bukkit-Connect
  3. nrxphos

    nrxphos Member

    Code (text):

    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
        "motd": "A Minecraft Server",
        "playerMaximum": 9001,
        "authenticate": true,
        "throttle": 2500,
        "tabEnabled": false,
        "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": "0.0.0.0",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "example"
          },
          {
            "username": "factions",
            "password": "example"
          }
        ]
      }
    }


    CONNECT:
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: hub
        password: example
     
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    The config looks good
  5. nrxphos

    nrxphos Member

    if you dont see a problem can u ask coelho to come and read this?
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Btw, did you watched the tutorial video?
  7. nrxphos

    nrxphos Member

    yes from start to finish? 6 times!
  8. nrxphos

    nrxphos Member

    i did every detail coelho told me even the stuff that was up to ur option
  9. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Okay,

    @Coelho
    Could you please look to these configs? It looks good. But it doesn't work for @nrxphos. Could you please check it?

    Proxy config:
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
        "motd": "A Minecraft Server",
        "playerMaximum": 9001,
        "authenticate": true,
        "throttle": 2500,
        "tabEnabled": false,
        "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": "0.0.0.0",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "example"
          },
          {
            "username": "factions",
            "password": "example"
          }
        ]
      }
    }
    Bukkit-Connect config:
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: hub
        password: example
    Thanks!
  10. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Try the newest builds. They might fix your issue.
  11. nrxphos

    nrxphos Member

    i did update it when matt told me in a conversation or this thread i dont remember. but i did update it

Share This Page