[TUTORIAL]Running a Server: Port-Forwarding, Hamachi...

Discussion in 'Bukkit Help' started by ImminentFate, Jul 19, 2011.

?

What do you use to let your players join your server?

  1. Hamachi

    45.5%
  2. Port-Forwarding

    51.1%
  3. LAN Play

    3.4%
Thread Status:
Not open for further replies.
  1. Offline

    shadowscout96

    can you switch a hamachi server to a bukkit server without starting all over, or just port forward the server and it does it automatically
     
  2. Offline

    Devil0s

    The only different between a hamachi and a bukkit server are that in the hamachi version is in the server.properties file the ip address. Change the server.properties from this

    Code:
    #Minecraft server properties
    #Wed Apr 18 23:08:07 CEST 2012
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=5.114.158.7
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    online-mode=false
    pvp=true
    difficulty=1
    server-name=DevCraft
    gamemode=0
    max-players=20
    spawn-monsters=true
    view-distance=10
    generate-structures=true
    motd=It's a Devserver.
    to this
    Code:
    #Minecraft server properties
    #Wed Apr 18 23:08:07 CEST 2012
    allow-nether=true
    level-name=world
    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=DevCraft
    gamemode=0
    max-players=20
    spawn-monsters=true
    view-distance=10
    generate-structures=true
    motd=It's a Devserver.
    Then port forwarding should work.
    So you see it's pretty easy. :D
     
  3. Offline

    Fallout921

    okay so i have a static ip (as far as i know) and the whole time i was not leaving the ip blank . NOW i am but when i use localhost it gives me the "failed to verify username" message. This also happens with any of y our other suggestions. Also when i put my computers ip in the server properties then i have the connection refused connect error. I am sorry that it isn't working and i keep asking you but i just really need help.
     
  4. Offline

    ImminentFate

    I'm not sure why that's occurring. Do you require assistance over teamviewer? It may be easier to sort out the issue
     
  5. Offline

    Fallout921

    i also have tested a vanilla server and it works fine when i use localhost so it must be something to do with bukkit
     
  6. Offline

    Fallout921

    ALRIGHT here is a big post with ALL the information first off the server log (this is when i use an ip for the properties and have the failed to verify username error).

    182 recipes
    27 achievements
    15:50:36 [INFO] Starting minecraft server version 1.2.5
    15:50:36 [INFO] Loading properties
    15:50:36 [INFO] Starting Minecraft server on *:25565
    15:50:36 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.0
    -b2149jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.0)
    15:50:36 [WARNING] Could not get information about this CraftBukkit version; per
    haps you are running a custom one?: SocketException
    15:50:36 [WARNING] Could not get latest artifact information: SocketException
    15:50:37 [INFO] [ColoredSigns] Loading ColoredSigns v1.2
    15:50:37 [INFO] [CensorShip] Loading CensorShip v1.7
    15:50:37 [INFO] [WorldEdit] Loading WorldEdit v5.3
    15:50:37 [INFO] [DisguiseCraft] Loading DisguiseCraft v2.2
    15:50:37 [INFO] [DeathTpPlus] Loading DeathTpPlus v3.9.5.2149
    15:50:37 [INFO] [Essentials] Loading Essentials v2.9.1
    15:50:37 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.1
    15:50:37 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.1
    15:50:37 [INFO] MLog clients using java 1.4+ standard logging.
    15:50:37 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.1
    15:50:37 [INFO] Preparing level "Trevor and Blakes Crap"
    15:50:37 [INFO] Default game type: 0
    15:50:37 [INFO] Preparing start region for level 0 (Seed: -3901564897897330006)
    15:50:37 [INFO] Preparing start region for level 1 (Seed: 9033061650829153973)
    15:50:38 [INFO] Preparing spawn area: 89%
    15:50:38 [INFO] Preparing start region for level 2 (Seed: 9033061650829153973)
    15:50:38 [INFO] [ColoredSigns] Enabling ColoredSigns v1.2
    15:50:38 [INFO] [CensorShip] Enabling CensorShip v1.7
    15:50:38 [INFO] CensorShip v1.7 enabled!
    15:50:38 [INFO] [WorldEdit] Enabling WorldEdit v5.3
    15:50:38 [INFO] WEPIF: Using the Bukkit Permissions API.
    15:50:38 [INFO] [DisguiseCraft] Enabling DisguiseCraft v2.2
    15:50:38 [INFO] The CraftBukkit jar has not been modified to support disguise PV
    P. To learn about how to activate DisguiseCraft PVP, check the BukkitDev project
    description.
    15:50:38 [INFO] DisguiseCraft version 2.2 is enabled!
    15:50:38 [INFO] [DeathTpPlus] Enabling DeathTpPlus v3.9.5.2149
    15:50:38 [INFO] [DeathTpPlus] allow-wordtravel is: no
    15:50:38 [INFO] [DeathTpPlus] Configuration v.3.4 loaded.
    15:50:38 [INFO] [DeathTpPlus] Config is up to date
    15:50:39 [WARNING] [DeathTpPlus] [DeathTpPlus] Error checking for update.
    java.net.SocketException: Permission denied: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source
    )
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewH
    ttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Sour
    ce)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect
    (Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
    urce)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unkn
    own Source)
    at java.net.URL.openStream(Unknown Source)
    at org.simiancage.DeathTpPlus.helpers.ConfigDTP.versionCheck(ConfigDTP.j
    ava:1514)
    at org.simiancage.DeathTpPlus.helpers.ConfigDTP.setupConfig(ConfigDTP.ja
    va:1282)
    at org.simiancage.DeathTpPlus.DeathTpPlus.onEnable(DeathTpPlus.java:260)

    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    15:50:39 [INFO] [DeathTpPlus] I have no idea if I'm uptodate, sorry!
    15:50:39 [INFO] [DeathTpPlus] 5 messages loaded for killstreak
    15:50:39 [INFO] [DeathTpPlus] 5 messages loaded for deathstreak
    15:50:39 [INFO] [DeathTpPlus] 7 messages loaded for multikill
    15:50:39 [INFO] [DeathTpPlus] Loading death messages...
    15:50:39 [INFO] [DeathTpPlus] 8 messages loaded for BLOCK_EXPLOSION
    15:50:39 [INFO] [DeathTpPlus] 1 messages loaded for ENTITY_EXPLOSION
    15:50:39 [INFO] [DeathTpPlus] 6 messages loaded for CAVE_SPIDER
    15:50:39 [INFO] [DeathTpPlus] 9 messages loaded for CONTACT
    15:50:39 [INFO] [DeathTpPlus] 7 messages loaded for CREEPER
    15:50:39 [INFO] [DeathTpPlus] 11 messages loaded for DROWNING
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for ENDERMAN
    15:50:39 [INFO] [DeathTpPlus] 14 messages loaded for FALL
    15:50:39 [INFO] [DeathTpPlus] 9 messages loaded for FIRE
    15:50:39 [INFO] [DeathTpPlus] 9 messages loaded for FIRE_TICK
    15:50:39 [INFO] [DeathTpPlus] 5 messages loaded for GHAST
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for GIANT
    15:50:39 [INFO] [DeathTpPlus] 8 messages loaded for LAVA
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for LIGHTNING
    15:50:39 [INFO] [DeathTpPlus] 13 messages loaded for MONSTER
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for PIG_ZOMBIE
    15:50:39 [INFO] [DeathTpPlus] 31 messages loaded for PVP
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for PVP_FISTS
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for PVP_TAMED
    15:50:39 [INFO] [DeathTpPlus] 5 messages loaded for SILVERFISH
    15:50:39 [INFO] [DeathTpPlus] 5 messages loaded for SKELETON
    15:50:39 [INFO] [DeathTpPlus] 4 messages loaded for SLIME
    15:50:39 [INFO] [DeathTpPlus] 5 messages loaded for SPIDER
    15:50:39 [INFO] [DeathTpPlus] 5 messages loaded for STARVATION
    15:50:39 [INFO] [DeathTpPlus] 4 messages loaded for SUFFOCATION
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for SUICIDE
    15:50:39 [INFO] [DeathTpPlus] 13 messages loaded for UNKNOWN
    15:50:39 [INFO] [DeathTpPlus] 1 messages loaded for VOID
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for WOLF
    15:50:39 [INFO] [DeathTpPlus] 6 messages loaded for ZOMBIE
    15:50:39 [INFO] [DeathTpPlus] 4 messages loaded for BLAZE
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for MAGMA_CUBE
    15:50:39 [INFO] [DeathTpPlus] 7 messages loaded for ENDERDRAGON
    15:50:39 [INFO] [DeathTpPlus] 4 messages loaded for DISPENSER
    15:50:39 [INFO] [DeathTpPlus] 6 messages loaded for POISON
    15:50:39 [INFO] [DeathTpPlus] 5 messages loaded for MAGIC
    15:50:39 [INFO] [DeathTpPlus] 4 messages loaded for IRON_GOLEM
    15:50:39 [INFO] [DeathTpPlus] Deathmessages v.3.5 loaded.
    15:50:39 [INFO] [DeathTpPlus] Deathmessages are up to date
    15:50:39 [INFO] [DeathTpPlus] Loading tomb messages..
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for BLOCK_EXPLOSION
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for ENTITY_EXPLOSION
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for CAVE_SPIDER
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for CONTACT
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for CREEPER
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for DROWNING
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for ENDERMAN
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for FALL
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for FIRE
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for FIRE_TICK
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for GHAST
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for GIANT
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for LAVA
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for LIGHTNING
    15:50:39 [INFO] [DeathTpPlus] 1 messages loaded for PIG_ZOMBIE
    15:50:39 [INFO] [DeathTpPlus] 1 messages loaded for PVP
    15:50:39 [INFO] [DeathTpPlus] 1 messages loaded for SILVERFISH
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for SKELETON
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for SLIME
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for SPIDER
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for STARVATION
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for SUFFOCATION
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for SUICIDE
    15:50:39 [INFO] [DeathTpPlus] 1 messages loaded for UNKNOWN
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for VOID
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for WOLF
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for ZOMBIE
    15:50:39 [INFO] [DeathTpPlus] 2 messages loaded for BLAZE
    15:50:39 [INFO] [DeathTpPlus] 4 messages loaded for MAGMA_CUBE
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for ENDERDRAGON
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for DISPENSER
    15:50:39 [INFO] [DeathTpPlus] 4 messages loaded for POISON
    15:50:39 [INFO] [DeathTpPlus] 4 messages loaded for MAGIC
    15:50:39 [INFO] [DeathTpPlus] 3 messages loaded for IRON_GOLEM
    15:50:39 [INFO] [DeathTpPlus] Tombmessages v.3.5 loaded.
    15:50:39 [INFO] [DeathTpPlus] Tombmessages are up to date
    15:50:39 [INFO] [DeathTpPlus] [LOAD] Tombs loaded !
    15:50:39 [INFO] [DeathTpPlus] Successfully loaded 0 TombStones for world Trevor
    and Blakes Crap
    15:50:39 [INFO] [DeathTpPlus] Successfully loaded 0 TombStones for world Trevor
    and Blakes Crap_nether
    15:50:39 [INFO] [DeathTpPlus] Successfully loaded 0 TombStones for world Trevor
    and Blakes Crap_the_end
    15:50:39 [INFO] [DeathTpPlus] dtplist command registered
    15:50:39 [INFO] [DeathTpPlus] dtpfind command registered
    15:50:39 [INFO] [DeathTpPlus] dtptime command registered
    15:50:39 [INFO] [DeathTpPlus] dtpreset command registered
    15:50:39 [INFO] [DeathTpPlus] dtpadmin command registered
    15:50:39 [INFO] [DeathTpPlus] deathtp command registered
    15:50:39 [INFO] [DeathTpPlus] deaths command registered
    15:50:39 [INFO] [DeathTpPlus] kills command registered
    15:50:39 [INFO] [DeathTpPlus] streak command registered
    15:50:39 [SEVERE] [DeathTpPlus] Problems submitting plugin stats
    15:50:39 [INFO] [DeathTpPlus] v3.9.5.2149 enabled
    15:50:39 [INFO] [Essentials] Enabling Essentials v2.9.1
    15:50:39 [INFO] Essentials: Using config based permissions. Enable superperms in
    config.
    15:50:39 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.1
    15:50:39 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.1
    15:50:39 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    15:50:40 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
    15:50:40 [INFO] Server permissions file permissions.yml is empty, ignoring it
    15:50:40 [INFO] Done (2.970s)! For help, type "help" or "?"
    15:50:40 [INFO] [Metrics] {0}
    15:50:54 [INFO] Disconnecting extremegamer1234 [/127.0.0.1:51415]: Failed to ver
    ify username! [internal error java.net.SocketException: Permission denied: conne
    ct]
    15:50:54 [SEVERE] java.net.SocketException: Permission denied: connect
    15:50:54 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method)

    15:50:54 [SEVERE] at java.net.PlainSocketImpl.doConnect(Unknown Source)
    15:50:54 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(Unknown Sou
    rce)
    15:50:54 [SEVERE] at java.net.PlainSocketImpl.connect(Unknown Source)
    15:50:54 [SEVERE] at java.net.SocksSocketImpl.connect(Unknown Source)
    15:50:54 [SEVERE] at java.net.Socket.connect(Unknown Source)
    15:50:54 [SEVERE] at java.net.Socket.connect(Unknown Source)
    15:50:54 [SEVERE] at sun.net.NetworkClient.doConnect(Unknown Source)
    15:50:54 [SEVERE] at sun.net.www.http.HttpClient.openServer(Unknown Source
    )
    15:50:54 [SEVERE] at sun.net.www.http.HttpClient.openServer(Unknown Source
    )
    15:50:54 [SEVERE] at sun.net.www.http.HttpClient.<init>(Unknown Source)
    15:50:54 [SEVERE] at sun.net.www.http.HttpClient.New(Unknown Source)
    15:50:54 [SEVERE] at sun.net.www.http.HttpClient.New(Unknown Source)
    15:50:54 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getNewHtt
    pClient(Unknown Source)
    15:50:54 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.plainConn
    ect(Unknown Source)
    15:50:54 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.connect(U
    nknown Source)
    15:50:54 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(Unknown Source)
    15:50:54 [SEVERE] at java.net.URL.openStream(Unknown Source)
    15:50:54 [SEVERE] at net.minecraft.server.ThreadLoginVerifier.run(ThreadLo
    ginVerifier.java:34)
    15:50:54 [INFO] extremegamer1234 [/127.0.0.1:51415] lost connection
    >

    OKAY so here are the server properties

    #Minecraft server properties
    #Wed Apr 25 21:59:42 CDT 2012
    allow-nether=true
    level-name=
    enable-query=false
    allow-flight=false
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=192.xxx.x.xx
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    online-mode=true
    pvp=true
    difficulty=1
    gamemode=0
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=

    SO next if i have NO ip in the properties i have connection refused connect. Oddly though this doesn't show up
    as an error on the console. Any of your recommended ways to connect end up with that message. Do note again that this is with no ip in the properties. When their is an ip in the properties then i get the other message i talked about. One more thing that may or may not be related. In the server logs it says *:25565 EVEN when i have an ip in the properties. Before it had the ip there instead of the *. I dont know if ANY of this will help but i just thought i might put it out there.
     
  7. Offline

    dansonpang

    i got a problem. i made a normal minecraft server not bukkit and i can connect to my server.
    every time someone tries to connect to my server, they cant. I read this topic about how to set up the port fowarding thing and followed each instruction already. But my friends still cant connect to my server.
    The 2nd problem is about my port, it keeps changing everytime i log into my server , guys i need some help and suggestions on how to solve this ASAP =(

    [INFO] ModLoader Server 1.2.5v1 Initializing...
    [INFO] Mod Initialized: mod_AnimalBikes AnimalBikes 1.2.5 v2
    [INFO] ModLoaderMP 1.2.5v1 Initialized
    [INFO] Starting minecraft server version 1.2.5
    [INFO] Loading properties
    [INFO] Starting Minecraft server on *:25565
    [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    [WARNING] The server will make no attempt to authenticate usernames. Beware.
    [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.
    [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    [INFO] Preparing level "world"
    [INFO] Default game type: 0
    [INFO] Preparing start region for level 0
    [INFO] Done (0.802s)! For help, type "help" or "?"
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [INFO] Shadower [/192.168.0.148:2741] logged in with entity id 122 at (21.28125, 73.0, 44.875)
    [INFO] Shadower joined with mod_ModLoaderMp 1.2.4v1, mod_TooManyItems 1.2.4 2012-03-22, mod_MinecraftForge 2.0.0.67, mod_ReiMinimap v3.0_06 [1.2.4], mod_Arrows 1.2.5, mod_Flan v1.2, mod_AnimalBikes AnimalBikes 1.2.5 v2, mod_Zeppelin 1.2.4.0.29
    [INFO] Shadower lost connection: disconnect.quitting
    [INFO] Shadower [/192.168.0.148:2746] logged in with entity id 347 at (21.28125, 74.0, 44.875)
    [INFO] Shadower joined with mod_ModLoaderMp 1.2.4v1, mod_TooManyItems 1.2.4 2012-03-22, mod_MinecraftForge 2.0.0.67, mod_ReiMinimap v3.0_06 [1.2.4], mod_Arrows 1.2.5, mod_Flan v1.2, mod_AnimalBikes AnimalBikes 1.2.5 v2, mod_Zeppelin 1.2.4.0.29

    PS: i already turned on my hamachi with the server , and here's the server properties.
    Guys,can you help me check if there's anything wrong with the properties. Thanks =)

    #Minecraft server properties
    #Mon May 07 21:12:33 SGT 2012
    allow-nether=true
    level-name=world
    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
    gamemode=0
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=A Minecraft Server

    o and this is what i did when i port foward

    Virtual Server
    Virtual Server is used to allow Internet users access to LAN services.
    Enabled
    Name:Minecraft
    Private IP:192.168.0.122
    Protocol Type TCP UDP Both
    Private Port:25565
    Public Port:25565

    one more thing, i already port foward my minecraft.

    For the private & public port i put 25565.

    Is that correct?

    i cant find my ipv4 address in cmd ipconfig =( any idea of how to get it or if i even need it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  8. Offline

    jackalopeday


     
  9. Offline

    ImminentFate

    @ jackalopeday did you really have to copy EVERYTHING into your post? I may be able to help later, but not right now. I'm extremely busy for the next 5 days
     
  10. Offline

    Hoovkid

    I am using Hamachi, and when I give my friend the IP listed at the top, he cannot connect.
    Here is my server.properties file
    Code:
    #Minecraft server properties
    #Thu May 10 19:11:21 EDT 2012
    allow-nether=true
    level-name=world
    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=true
    spawn-animals=true
    online-mode=false
    pvp=true
    difficulty=1
    server-name=Test
    gamemode=0
    max-players=20
    spawn-monsters=true
    view-distance=10
    generate-structures=true
    motd=I like to test
    
     
  11. Offline

    Devil0s

    Try that:
    Fill to "server-ip=" your ip address (your hamachi ip!!!!)
    Code:
    server-ip=52.102.348.321 //only an example
    Dont forget to give your friend the hamachi ip address and not your real one.
     
  12. can you like more than 1 hamachi network to one server for more players to play
     
  13. Offline

    Rattar27

    or for an easier tutorial, go watch
     
  14. Offline

    ImminentFate

    that is possible, however then you start running the risk of lag, since you will have more connections going into your computer. you could just portforward, although i know that can be hard, even following the guides doesn't guarantee success
     
  15. Offline

    Cautionists

    I need Complete Help, My Problem is that I get "Failed To Verify Username", and the ONLY way I can get it is if I play Online-Mode=false, yet me and my friend wants to play in the server, and he can't join because his connection timed out, does that have to do anything with his connecting? I don't know how else to word it, but I can say that he can't join, I get that "Failed to Verify Username" Error if I am on Online-mode=True, and I go to False and he still can't connect! Is that him or me? I need help badly!
     
    Fallout921 likes this.
  16. Offline

    ImminentFate

    failed to verify username errors occur when you do not have a valid minecraft account, or the minecraft server's are down and it cannot verify that you are a legitimate player. The reason your friend cannot connect is either because your port-forwarding was done incorrectly, or a firewall on your side or his side is preventing the connection.
     
  17. Offline

    Cautionists

    Well, I use Mineshafter, idk if thats why or anything, I'm not good with computers, yet, his error is Failed to connect to server when my server's "Online-Mode" under server properties is on False, but If I go on True, I can't get in, so I keep on Offline mode...... But is it that if it is on Offline mode he can't connect? Or how you do Port-forwarding correctly? Our firewalls are off......My Server properties are:
    #Minecraft server properties
    #Mon Jun 11 02:58:21 CDT 2012
    allow-nether=true
    level-name=Niggaland
    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=false
    difficulty=1
    gamemode=0
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=A Minecraft Server

    Any Error^?
     
  18. Offline

    ImminentFate

    no error in the server.properties, however the issue is most likely to be with your router. visit http://portforward.com and see if it can't help you
     
  19. Offline

    Omnitv

    Hacked minecraft? please buy the game.
     
  20. Offline

    zodeoo

    Well I once had this problem and it was due to firewall settings
    But it might not be the same problem for you, as I wasn't using Hamachi!
     
  21. Offline

    Fallout921

    Oh i know its happened to me to for a long time though I have an open port checker tool and it tells me my ports are open so i dont know what the problem is. Also I know that they are open because I can run a vanilla server and my friend can join just fine.
     
  22. Offline

    ImminentFate

    I'm working on an application that will allow you to automatically forward a port. Does anyone want to help test this out before I release it, to make sure it works?
     
  23. Offline

    Endon10

    I will.
     
  24. Offline

    ImminentFate

  25. Offline

    Endon10

  26. Offline

    xzero121

    Can someone help me set up port forwarding currently everyone on my server is required to use hamachi, the only real problem is i don't have an "internal ip" i have had people argue that everyone has an internal ip but, i dont have a 192.168 and there is no actual router in my house. i know it should be as simple as just unblocking a port on my local firewall then, but i think this might be a isp level blocking isue, but i could be wrong. any help would be appreciated, thanks.
     
  27. Offline

    ImminentFate

    Open up command prompt and type "ipconfig" search for where it says "ipv4 address"
    That's your internal ip. Replace the last digit with a 1 and enter it into your web browser.
     
  28. Offline

    xzero121

    Thanks, but that is an external, i can pm you the numbers, but i can promise you it isnt an internal ip. if it is it isn't a router that i have access to because it is isp level since it is the same as the ip i get if i go to whatsmyip.com so my internal ip is my external ip.
     
  29. Offline

    yttriuszzerbus

    If the PC is connected directly to a modem, and not to a LAN, the internal and external addresses are the same.
     
  30. Offline

    Lolmewn

    Why was I even watching this thread :confused:
     
Thread Status:
Not open for further replies.

Share This Page