I have been trying set up a private server for quite a while
these are my ports
[img]http://filesmelt.com/dl/ports3.png[/img]
and i have done this
[quote=toaster468]
Go into your server properties file then change the port something like 25548 (it doesn't matter)
Forward the port like how you did before.
connect with your ip like this: [ip without the brackets]:25548
(or type localhost where the IP goes)
If that doesn't work make sure that windows firewall is not messing with it
Search "windows firewall" in your start menu search bar
Click "inbound rule" (on the left hand side panel)
Create a new rule on your menu bar action > new rule
Select the option "port"
Select TCP
and then in the text box that asks for the port input: 25548
Allow connections from insecure and secure IPs with the "Allow the connection" option
Then click next until you are prompted to name the rule just name it "minecraft server"
Then repeat the steps for creating an outbound rule. (on the left hand side panel)
[/quote]
and nobody can connect when the server is running. i can connect using localhost
here are the server settings
[code]
#Minecraft server properties
#Thu Jun 23 16:07:31 BST 2011
level-name=world
allow-nether=true
view-distance=10
spawn-monsters=true
online-mode=false
spawn-animals=true
max-players=5
server-ip=192.168.0.150
pvp=false
level-seed=
server-port=25565
allow-flight=true
white-list=false
[/code]
Can anyone help me fix it?
[editline]26th June 2011[/editline]
Anyone?
Nevermind
[QUOTE=swampie;30724914]I have been trying set up a private server for quite a while
these are my ports
[img]http://filesmelt.com/dl/ports3.png[/img]
[/QUOTE]
Change the 192.168.1.150 to be the same as the 192.168.1.123 in the picture :v:
[QUOTE=ZestyLemons;30726118]Change the 192.168.1.150 to be the same as the 192.168.1.123 in the picture :v:[/QUOTE]
please explain
It's also quite possible that your modem, is blocking the port itself, you can't change this and if you wanted to start your own server you wouldn't be able to on your own computer.
This happens to me, the router ports allow incoming connections, but the modem itself won't.
[QUOTE=swampie;30726311]please explain[/QUOTE]
This is what he means:
[img]http://content.screencast.com/users/Polly_the_Parrot/folders/Jing/media/4c737d59-b4b9-4d6f-8e9f-0fb4a26ea5b0/2011-06-26_1557.png[/img]
[QUOTE=PollytheParrot;30727162]This is what he means:
[img]http://content.screencast.com/users/Polly_the_Parrot/folders/Jing/media/4c737d59-b4b9-4d6f-8e9f-0fb4a26ea5b0/2011-06-26_1557.png[/img][/QUOTE]
oh i see
thanks
[QUOTE=swampie;30727250]oh i see
thanks[/QUOTE]
No problem :unsmith:
[QUOTE=PollytheParrot;30727365]No problem :unsmith:[/QUOTE]
:D
Does it work now? Or is it still busted?
[QUOTE=PollytheParrot;30727467]Does it work now? Or is it still busted?[/QUOTE]
I can't test at the moment but I will post again tomorrow
Ok
here is the new server settings
[code]#Minecraft server properties
#Thu Jun 23 16:07:31 BST 2011
level-name=world
allow-nether=false
view-distance=10
spawn-monsters=true
online-mode=false
spawn-animals=true
max-players=10
server-ip=192.168.0.123
pvp=false
level-seed=
server-port=25565
allow-flight=true
white-list=false[/code]
But people still can't connect
You're using your local IP I think
If you are trying to get your friends to connect to your 192.168.whatever they cannot connect because that is the local ip. You can easily check your ip with this:
[url]www.whatsmyip.us[/url]
Try to get them to connect to your external IP.
[QUOTE=geogzm;30740876]You're using your local IP I think[/QUOTE]
what should it be?
[editline]27th June 2011[/editline]
[QUOTE=Bloodsh0t;30740941]If you are trying to get your friends to connect to your 192.168.whatever they cannot connect because that is the local ip. You can easily check your ip with this:
[url]www.whatsmyip.us[/url]
Try to get them to connect to your external IP.[/QUOTE]
Should i put that into the server properties or what?
Also, first post!
[editline]27th June 2011[/editline]
Let them connect to the IP that is displayed on the website.
[QUOTE=Bloodsh0t;30740989]Also, first post!
[editline]27th June 2011[/editline]
Let them connect to the IP that is displayed on the website.[/QUOTE]
[INFO] Starting minecraft server version Beta 1.6.6
[INFO] Loading properties
[INFO] Starting Minecraft server on 192.168.0.123:25565
[WARNING] **** FAILED TO BIND TO PORT!
[WARNING] The exception was: java.net.BindException: Cannot assign requested address: JVM_Bind
[WARNING] Perhaps a server is already running on that port?
what
Change
[code]#Minecraft server properties
#Thu Jun 23 16:07:31 BST 2011
level-name=world
allow-nether=false
view-distance=10
spawn-monsters=true
online-mode=false
spawn-animals=true
max-players=10
server-ip=192.168.0.123
pvp=false
level-seed=
server-port=25565
allow-flight=true
white-list=false[/code]
To
[code]#Minecraft server properties
#Thu Jun 23 16:07:31 BST 2011
level-name=world
allow-nether=false
view-distance=10
spawn-monsters=true
online-mode=false
spawn-animals=true
max-players=10
server-ip=Your IP from whatismyip here!
pvp=false
level-seed=
server-port=25565
allow-flight=true
white-list=false[/code]
Oops, didn't see your settings. Leave the server ip blank in the server.properties
[editline]27th June 2011[/editline]
online-mode needs on be true
wait
i tried that and people just time out when trying to connect?
[QUOTE]#Minecraft server properties
#Sun Jun 05 23:20:38 CEST 2011
level-name=2PlayerCustom
allow-nether=true
view-distance=15
spawn-monsters=true
online-mode=true
spawn-animals=true
pvp=false
max-players=3
server-ip=
level-seed=
server-port=25565
allow-flight=false
white-list=false
spawn-protection=16
[/QUOTE]
This is what mine looks like, once you start the server it should say
[INFO] Starting minecraft server on *:25565
Also, make sure you are using the external IP. It should not start with 192.168
[QUOTE=Bloodsh0t;30741227]This is what mine looks like, once you start the server it should say
[INFO] Starting minecraft server on *:25565
Also, make sure you are using the external IP. It should not start with 192.168[/QUOTE]
Still can't connect?
i am using that entire thing you posted
i cant even get on using localhost
use hamachi
don't put a ip in.
Serius?
[img]http://images4.wikia.nocookie.net/__cb20060115113352/uncyclopedia/images/9/94/Siriusblack.jpg[/img]
IT WAS FUNNY OK, DEFINITELY FUNNY.
-
Use Hamachi and set up a cracked server.
Sorry, you need to Log In to post a reply to this thread.