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.

Multiple IPS

Discussion in 'Discussion' started by Matrix, Oct 21, 2013.

  1. Matrix

    Matrix New Member

    Hello,

    I was wondering if it is possible to use Multiple IPs for example.

    Factions Server = Play.GrimPVP.net (Connected With Hub)
    Hub Server = MCStatic.com

    Please help me.

    Thanks Matrix (GrimPVP)
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Can you give us more details on what you want?

    Its not possible to make domains for each server, so like
    factions.domain.com
  3. Matrix

    Matrix New Member

    So Matt, Well i am starting up a hub and i want my current server to be connected with the hub. I don't want my players on the server i own at the moment have to go faction server via hub. I want it so if they Connect with the IP with the factions IP it will force to take them to Faction server. I have seen it done before.
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    So if they connect to the normal IP, they will get forced to the Factions server? And bypass the hub?
  5. Matrix

    Matrix New Member

    Yes Sir.
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Then you have to change the default server to Factions.

    So this:
    Code (text):
    "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
    To
    Code (text):
    "servers": [
          {
            "domain": "*",
            "server": "factions"
          }
        ],
    Or whatever your factions username is.
  7. Matrix

    Matrix New Member

    Darm, So i can't make it so default server is the hub but with a certain IP (Play.GrimPVP.net) force them to go to factions.
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Then you need to make a 2nd LilyPad cloud and run that on a different port. Either way, you can't connect to other servers from that 2nd cloud then.
  9. Matrix

    Matrix New Member

    Do you think this feature will ever be added?
  10. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    I don't know. You have to ask @Coelho. He know's the latest things on LilyPad
  11. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Code (text):

    "servers": [
        { "domain": "*", "server": "hub" },
        { "domain": "play.grimpvp.net", "server": "factions" }
    ],
     
    Let's be realistic here...
  12. The_Zip

    The_Zip Active Member Resource Contributor

    Well I don't know if you have to do it that way, with Bungee you can set it up in a different fashion I believe, or you used to be to, I don't know if it is still a feature.

    But I must say I agree with @Coelho , not many servers used it back than, and it isn't realistic to add it.
    • Like Like x 1

Share This Page