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 How to link two IP addresses in the LilyPad?

Discussion in 'Support' started by ACE, Sep 8, 2013.

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

    ACE New Member

    Is it possible to link two IP addresses in the LilyPad?
    If yes, please describe how!
    I have 2 dedicated server!
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Can you explain your question in more detail?
  3. ACE

    ACE New Member

    There are 2 dedicated server, I want to make sure that both of them were united LilyPad
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    You have 2 dedicated servers, with different servers on it and you want to link it to the LilyPad proxy?
  5. ACE

    ACE New Member

    yes
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    In your bukkit connect config:
    Code (text):
    settings:
      address: IP of the proxy server.
      port: 5091
      credentials:
        username: usernamehere
        password: passwordhere
     
  7. ACE

    ACE New Member

    Error: Authentication to LilyPad failed
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Are the username and password matching with each other?
  9. ACE

    ACE New Member

    yes...
  10. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    May i see your config(s)?
  11. ACE

    ACE New Member

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "37.59.28.124",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
        "motd": "\u0026c\u0026l\u003e\u003e \u00263\u0026lSteel\u00266\u0026l-\u0026a\u0026lCraft \u0026c\u0026l\u003c\u003c \u00268\u0026o[\u00266\u0026o1.5.2\u00268\u0026o]                        \u0026c\u003c  Pabotaet MineZ",
        "playerMaximum": 10000,
        "authenticate": false,
        "throttle": -1,
        "tabEnabled": true,
        "localeFull": "You seem to be already logged in",
        "localeOffline": "\u0026aСервер на Тех.Работах Добавляем \u0026cMineZ,\u0026eи много других плющек :)",
        "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": "123456"
          },
          {
            "username": "pvp",
            "password": "123456"
          },
          {
            "username": "sg",
            "password": "123456"
          },
          {
            "username": "pb",
            "password": "123456"
          },
          {
            "username": "hns",
            "password": "123456"
          },
          {
            "username": "sb",
            "password": "123456"
          },
          {
            "username": "hg",
            "password": "123456"
          },
          {
            "username": "mz",
            "password": "123456"
          },
          {
            "username": "mg2000",
            "password": "123456"
          }
        ]
      }
    }
    2 private
    Code (text):
    settings:
      address: 37.59.28.124
      port: 5091
      credentials:
        username: mg2000
        password: 123456
    Last edited: Sep 8, 2013
  12. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Try to change this:
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
    And then connect to 37.59.28.124
  13. ACE

    ACE New Member

    okay...
  14. About7Deaths

    About7Deaths Member

    If you have a dedicated sever he is saying to do this so I can connect to local host. I feel like you are using a shared host and not a dedicated server but I could be wrong.
  15. ACE

    ACE New Member

    did not help
  16. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    You must connect to LilyPad, not the Minecraft server.
  17. ACE

    ACE New Member

  18. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Solved and Lock
Thread Status:
Not open for further replies.

Share This Page