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
Make sure you put your port into the client as well. Do not put any IP address into your server.properties, only the port.
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)
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
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
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.
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?
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
yes it's what i have done but it said (Communicatin error) but if i click i go to the other server....
Are you entering the port in your client? See the example below (WOO Google image search). http://imageshack.us/photo/my-images/155/minecraftfx.png/
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)
or u can chose your own and have it never change by downloading ip static http://www.softpedia.com/get/Network-Tools/Misc-Networking-Tools/Simple-Static-IP.shtml
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
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.
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)