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: "Connection refused: no futher information 127.0.0.1 , retrying

Discussion in 'Support' started by nrxphos, Jun 30, 2013.

  1. nrxphos

    nrxphos Member

    as you can see my problem is in the title and yes i have tried port fowarding 5091 plz help
  2. boboman13

    boboman13 Member Contributor

    1) Are you connecting to the correct IP?
    2) Have you port forwarded the correct server port?
  3. nrxphos

    nrxphos Member

    1) I am using local host 127.0.0.1.
    2)Yes, i have both 25565 and 5091 port-forwarded.
  4. boboman13

    boboman13 Member Contributor

    Are you trying to connect to the server from the same machine, or are you on a different machine? If you aren't on the same machine you should not be using localhost to connect.
  5. nrxphos

    nrxphos Member

    yes i am using the same computer
  6. boboman13

    boboman13 Member Contributor

    Where do you see this error? When you try to connect is that in the MOTD, the log..?
  7. nrxphos

    nrxphos Member

    its in my command prompt when i start my hub server it says done then it starts to say that error
  8. boboman13

    boboman13 Member Contributor

    nrxphos please pastie your allinone.conf and your config.yml, por favor.
  9. nrxphos

    nrxphos Member

    allinone.conf:


    {
    "proxy": {
    "bind": {
    "address": "0.0.0.0",
    "port": 25565
    },
    "outbound": {
    "address": "0.0.0.0"
    },
    "servers": [
    {
    "domain": "*",
    "server": "hub"
    }
    ],
    "motd": "MC-VG.NO-IP.ORG",
    "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": "lol"
    },
    {
    "username": "faction",
    "password": "lol"
    },
    {
    "username": "SG",
    "password": "lol"
    }
    ]
    }
    }





    config.yml:


    settings:
    address: 127.0.0.1
    port: 5091
    credentials:
    username: hub
    password: lol
  10. boboman13

    boboman13 Member Contributor

    "address": "0.0.0.0",
    address: 127.0.0.1

    Those are meant to be connecting to the same - also, your connect address should be your external.
  11. nrxphos

    nrxphos Member

    its says cannot assign requested address: bind
    when i load the server-standalone-allinone
  12. nrxphos

    nrxphos Member

    when i change my connect 2 the external it does that ^
  13. nrxphos

    nrxphos Member

    dude it still does the error help help help
  14. boboman13

    boboman13 Member Contributor

    Wait, if this comes up in the hub server then it might be a problem, not with LilyPad, but with your server.properties - did you set that up to the correct IP?
  15. nrxphos

    nrxphos Member

    the ip is blank in my server.properties. so which do i make it 127.0.0.1 or my external ip
  16. boboman13

    boboman13 Member Contributor

    That has to be your external IP, if you want other people to join. It must also be port forwarded.
  17. nrxphos

    nrxphos Member

    thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! it finally worked thank you so much
  18. boboman13

    boboman13 Member Contributor

    No problem! :) Glad I could help you out.

Share This Page