more than 1 server at the same internet

Discussion in 'Bukkit Help' started by kasokuta, Jul 10, 2012.

  1. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi I'm kasokuta

    I have a server on a machine and its run ok.

    Now I want to create another one but on another machine, on same net. I have open 2 different ports for the different servers. But the external IP its the same (of course) when I put the ip address on the server doesn't work. what's happening

    Thanks
  2. Online

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Make sure you put your port into the client as well.

    Do not put any IP address into your server.properties, only the port.
  3. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    on the server.properties.txt when says "server-ip=" i dont put anything?
  4. Online

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Exactly.
  5. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    doenst work at the server-ip= I dont put anything at the server-port= i put the reserved port. On the game when says server adress i put my ip adress (external ip)

    This post has been edited 1 time. It was last edited by kasokuta Jul 10, 2012.
  6. Online

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Pastebin (or use code tags) both of your server.properties files.
  7. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    #Minecraft server properties
    #Mon Jul 09 16:10:46 BST 2012
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25566
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    hardcore=false
    texture-pack=
    online-mode=true
    pvp=true
    difficulty=1
    gamemode=true
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=teste server
    

    This post has been edited 1 time. It was last edited by TnT Jul 10, 2012.
  8. Online

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok, that's one of the server.properties file.

    Use code tags please. Its easier to read.
  9. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    what is a code tag? sorry...

    the other and run perfectly
    #Minecraft server properties
    #Mon Jul 09 22:39:37 BST 2012
    allow-nether=true
    level-name=ServerCastro
    enable-query=false
    allow-flight=false
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=192.168.2.108
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    online-mode=false
    pvp=true
    difficulty=1
    server-name=Unknown Server
    gamemode=true
    max-players=20
    spawn-monsters=false
    generate-structures=true
    view-distance=10
    motd=ServerCastro
  10. Online

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    server-ip=192.168.2.108

    That should be blank as well.
    Code:
    [code]
    ^ code tags

    This post has been edited 1 time. It was last edited by TnT Jul 10, 2012.
  11. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ok i have blanked that space, the server run normaly (the older) but the new one no continue equals

    This post has been edited 1 time. It was last edited by kasokuta Jul 10, 2012.
  12. Online

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Post your server.log for both of them. Also, make sure you have your client setup as follows:
    <server IP for server #1>:25565
    <server IP for server #2>:25566

    Provided your port forwarding is correct, that should work.
  13. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    where is the client setup?

    the log of the new

    2012-07-10 20:02:49 [INFO] Starting minecraft server version 1.2.5
    2012-07-10 20:02:49 [INFO] Loading properties
    2012-07-10 20:02:49 [INFO] Starting Minecraft server on *:25566
    2012-07-10 20:02:49 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2012-07-10 20:02:49 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2012-07-10 20:02:49 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2012-07-10 20:02:49 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    2012-07-10 20:02:49 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    2012-07-10 20:02:49 [INFO] Preparing level "world"
    2012-07-10 20:02:49 [INFO] Default game type: 0
    2012-07-10 20:02:49 [INFO] Preparing start region for level 0 (Seed: 1792343277136914324)
    2012-07-10 20:02:50 [INFO] Preparing spawn area: 65%
    2012-07-10 20:02:51 [INFO] Preparing start region for level 1 (Seed: 1792343277136914324)
    2012-07-10 20:02:51 [INFO] Preparing spawn area: 73%
    2012-07-10 20:02:52 [INFO] Preparing start region for level 2 (Seed: 1792343277136914324)
    2012-07-10 20:02:52 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-07-10 20:02:52 [INFO] Done (3,224s)! For help, type "help" or "?"





    the log of the older has so many information becouse it is already running u want to see?
  14. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i cant put two machines at same internet running... its strange
  15. Offline

    Konkz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What I did is put the external IP, and than I put port and in the OTHER config, I put another port
    '25565' and '25566' etc.

    This may help, not sure. And run it on online mode - no more help from me till it is turned on.
    [No support when cracked from me, against the rules!]

    Eg, config one:
    server-ip=126.53.6.3.5
    port=25565
    config two:
    server-ip=126.53.6.3.5
    port=25566

    This post has been edited 1 time. It was last edited by Konkz Jul 10, 2012.
    Omnitv likes this.
  16. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yes it's what i have done but it said (Communicatin error) but if i click i go to the other server....
  17. Online

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  18. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yes yes i put my external ip : the port i was forwarding
  19. Offline

    Konkz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    So your External IP starts with 192.168....... ?

    Find it using
    Start -> cmd -> ipconfig/all
    it will be near top, saying iPv4 address ................ 192.168.x.xx(Preferred)
  20. Offline

    jacklin213

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  21. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    no this IP its internal the machine. The external IP its the Internet (IP adress). You can find it on the http://whatismyipaddress.com/.


    In server proprieties i put the interna ip (starts with 192.168.....) on the client I put the external and the port something like 84.90.......:25567 (for one server and the same for the other but I change the port I put 26655

    This post has been edited 1 time. It was last edited by kasokuta Jul 11, 2012.
  22. Offline

    Konkz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    True, sorry, my mistake.

    Best thing to do, can you paste both of your config files here but cut the last bit of ip adress out if you wish.
  23. Offline

    kasokuta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ok.

    config of the server 1 (doenst work)

    Code:
    #Minecraft server properties
    #Tue Jul 10 22:52:18 BST 2012
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25567
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    online-mode=false
    pvp=true
    difficulty=1
    gamemode=0
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=A Minecraft Server 
    config server 2 (already running and works great)
    Code:
    #Minecraft server properties
    #Mon Jul 09 22:39:37 BST 2012
    allow-nether=true
    level-name=ServerCastro
    enable-query=false
    allow-flight=false
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    online-mode=false
    pvp=true
    difficulty=1
    server-name=Unknown Server
    gamemode=true
    max-players=20
    spawn-monsters=false
    generate-structures=true
    view-distance=10
    motd=ServerCastro
    i dont put the ip becouse it doesnt matter if it is on configs or not the server works good. i have tried put the IP and its the same works (the second server)

    This post has been edited 4 times. It was last edited by kasokuta Jul 11, 2012.

Share This Page