NOBODY Can Join my Server???

Discussion in 'Bukkit Help' started by VirusOverwrite, Apr 6, 2011.

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

    VirusOverwrite

    Here's what my server.properties looks like:
    Code:
    level-name=world
    hellworld=false
    spawn-monsters=true
    online-mode=true
    spawn-animals=true
    max-players=13
    server-ip=192.168.1.2
    pvp=true
    level-seed=
    server-port=25565
    white-list=true
    spawn-protection=15
    plugins=LWC,DeathMessagePlugin,MyHome,CommandBook,Permissions,TradeCraft,WorldEdit
    My ports are all forwarded on my verizon fios for 25565. When I go in minecraft and use the /ping command, it comes back with Pong. I've looked through everything. I've forwarded my ports twice now.
    My .bat reads:
    Code:
    "C:\Program Files (x86)\Java\jre1.6.0_20\bin\java.exe" -Xms650m -Xms650m -jar craftbukkit-b617.jar
    What should I do???

    Anybody?
    I can join my server. But anyone from the outside can't. :(

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

    Killie01

    the ping is not a real ping command, it's a test for testing if plugin works

    chech if your port is open here: http://www.canyouseeme.org/
     
  3. Offline

    Godspeed

    You added the names to the whitelist?
    Any Firewall/Antivirus ir something similar running?
     
  4. Offline

    Zombiest

    The problem is your IP in the config is your router assigned IP (192.168.1.2). It's a local network IP, therefore only people on your local network (i.e. people in your house) can connect to it. Get your actual IP from whatismyip.com and use that for outside-your-network access.
     
    byzantinian likes this.
  5. Offline

    TnT

    This line: server-ip=192.168.1.2 should be blank - aka server-ip=
     
    byzantinian likes this.
  6. Offline

    mughi

    you also need to make sure your firewall is set properly:
    Windows 7 Firewall Settings:
    1. create four rules in your firewall settings
    2. inbound, tcp, 25565, allow, all profiles
    3. inbound, udp, 25565, allow, all profiles
    4. outbound, tcp, 25565, allow, all profiles
    5. outbound, udp, 25565, allow, all profiles
     
  7. Offline

    Orcem12

    Hey buddy message me I can help I know what you got to do :)
     
  8. Offline

    stanleylam24

    hey help meh too I have same problem
     
  9. Offline

    Liger_XT5

    put whitelist=false in the server.config, then restart the server.
     
Thread Status:
Not open for further replies.

Share This Page