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.

Solved Setup across multiple IPs

Discussion in 'Support' started by Tahg, Aug 18, 2013.

Thread Status:
Not open for further replies.
  1. Tahg

    Tahg New Member

    Hi, I had succussfully set up a bunch of servers on one box, and things were working fine. Now I'm trying to split of the proxy and our main hub to another box, with obviously a different IP. When I use 0.0.0.0, I can connect to the hub fine, but when using the external IP it tell me I'm not connecting through through the proxy. In any case, when I can get on the hub, it tells me I'm not going through the proxy when connecting to any other servers. What am I doing wrong?
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    May i see both configs?
  3. Tahg

    Tahg New Member

    This i s my config currently. I have other servers on a different ip, but removed them for privacy. They all connect fine and use the address here, port 5091. Setting outbound here to anything else prevents me from joining the hub. Otherwise, I can join it but can't join anything not local to this ip. Not sure what other config you are looking for.
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "192.186.133.82",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
        "motd": "",
        "playerMaximum": 500,
        "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": "192.186.133.82",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "192.186.133.82",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "192.186.133.82",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "password"
          }
        ]
      }
    }
    Last edited by a moderator: Aug 18, 2013
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    TCP and UDP stays 0.0.0.0
  5. Tahg

    Tahg New Member

    Ok, I changed those, but it didn't help. I'm getting Reached end of stream for /192.186.133.82 on the other servers
  6. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    You're supposed to connect to LilyPad, not the individual MC servers, so you'd be connecting towards 192.186.133.82.
  7. Tahg

    Tahg New Member

    I connect to the lilypad proxy as you say. Right now I have some servers that work, and afaict, an identical setup aside from the bukkit-connect name that doesn't work.

    EDIT Sorry to have bothered you. The issue was with another plugin I didn't know we had installed.
    Last edited: Aug 19, 2013
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    So this is solved?
  9. Tahg

    Tahg New Member

    Ya, it is. Wasn't an issue with lilypad at all in the end. I just thought it was because I kept getting kicked regarding the proxy.
  10. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Marked as solved and locked

    Please open a new topic for further questions
Thread Status:
Not open for further replies.

Share This Page