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

    help i have been getting this error when i run my hub server in my cmd.Here is my connect config and my allinone.conf help please.




    allinone:
    {
    "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": false,
    "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": "example",
    "password": "example"
    }
    ]
    }
    }


    Connect:

    settings:
    address: 76.117.176.45
    port: 5091
    credentials:
    username: example
    password: example
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Code (text):
    address: 76.117.176.45
    must be 0.0.0.0. It has to be the same as:
    Code (text):
    }
    proxy": {
    "bind": {
    "address": "0.0.0.0",
    "port": 25565
    },
  3. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Did it worked?
  4. nrxphos

    nrxphos Member

    wait which address do i change the connect or the proxy and to what?
  5. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

  6. nrxphos

    nrxphos Member

    Code (text):

    }
    proxy": {
    "bind": {
    "address": "76.117.176.45",
    "port": 25565
    },

    or

    Connect
    address: 0.0.0.0
     
  7. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    If its localhost, do 0.0.0.0
  8. nrxphos

    nrxphos Member

    wait change the proxy or connect which to 0.0.0.0?
  9. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    The proxy
  10. nrxphos

    nrxphos Member

    so the connect is localhost or external ip
  11. nrxphos

    nrxphos Member

    and i am connected locally
  12. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    If you have the proxy/server on your PC, then you need to use localhost.
  13. 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"
          }
        ]
      }
    }
    {
      "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"
          }
        ]
      }
    }
    {
      "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: 25566
      credentials:
        username: hub
        password: example




    like this?
  14. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Why 3 times the proxy config?

    And the Bukkit-Connect config needs to be
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: hub
        password: example
     
  15. nrxphos

    nrxphos Member

    what about my server.properties?
  16. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    The hub needs to have 25566 as port. LilyPad uses the 25565 port
  17. nrxphos

    nrxphos Member

    and the ip blank rite?
  18. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

  19. nrxphos

    nrxphos Member

    wow i've tried ever possible solution and none work.
  20. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    It's working? Or not?

Share This Page