Problem/Bug Strange IP Issue (Spigot 1.8)

Discussion in 'General Help' started by Techarchy, Mar 4, 2015.

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

    Techarchy

    This is killing me and I have not been able to solve it for the last day or so.

    So, I had just started a Minecraft server and had installed two plugins (TimeBan and Dynmap), as well as had created my own plugin (which detects player death and if so uses TimeBan to ban them for two days). I ran the server and it had worked fine for me. Before I installed either Dynmap or my custom plugin (which I won't release unless I find out tempbans on my own), my friend could connect without any client software (I am portforwarded correctly). When I installed these plugins, I noticed that the external IP had not worked anymore, and I had to use localhost in order to connect. My friend said he couldn't connect now, and we suddenly had a problem. I have checked my internal IP to match those in the port-forwarding service, have restarted my computer, and have removed all plugins from my server (I only have three plugins, so it was no biggie). None of those worked. My firewall and antivirus allow the program through. Has anyone ever had this issue?

    UPDATE 1: As I stated in my first reply, here are my latest logs and server.properties files:

    server.properties:
    Code:
    #Minecraft server properties
    #Thu Mar 05 16:21:06 PST 2015
    spawn-protection=16
    max-tick-time=60000
    server-name=Minecraft Server
    generator-settings=
    force-gamemode=true
    allow-nether=true
    gamemode=0
    enable-query=false
    player-idle-timeout=0
    difficulty=3
    spawn-monsters=true
    op-permission-level=4
    resource-pack-hash=
    announce-player-achievements=false
    pvp=true
    snooper-enabled=true
    level-type=DEFAULT
    hardcore=true
    enable-command-block=true
    max-players=32
    network-compression-threshold=256
    max-world-size=29999984
    server-port=25565
    debug=false
    server-ip=192.168.1.55
    spawn-npcs=true
    allow-flight=false
    level-name=world
    view-distance=10
    resource-pack=
    spawn-animals=true
    white-list=false
    generate-structures=true
    online-mode=true
    max-build-height=256
    level-seed=
    enable-rcon=false
    motd=A Minecraft Server
    
    ... and the latest log file
    Code:
    [16:21:05] [Server thread/INFO]: Starting minecraft server version 1.8
    [16:21:05] [Server thread/INFO]: Loading properties
    [16:21:05] [Server thread/INFO]: Default game type: SURVIVAL
    [16:21:05] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-c3c767f-33d5de3 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
    [16:21:06] [Server thread/INFO]: Debug logging is disabled
    [16:21:06] [Server thread/INFO]: Server Ping Player Sample Count: 12
    [16:21:06] [Server thread/INFO]: Using 4 threads for Netty based IO
    [16:21:06] [Server thread/INFO]: Generating keypair
    [16:21:06] [Server thread/INFO]: Starting Minecraft server on 192.168.1.55:25565
    [16:21:06] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
    [16:21:07] [Server thread/INFO]: Preparing level "world"
    [16:21:07] [Server thread/INFO]: -------- World Settings For [world] --------
    [16:21:07] [Server thread/INFO]: Anti X-Ray: true
    [16:21:07] [Server thread/INFO]:     Engine Mode: 1
    [16:21:07] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [16:21:07] [Server thread/INFO]:     Replace Blocks: [1, 5]
    [16:21:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [16:21:07] [Server thread/INFO]: Mob Spawn Range: 4
    [16:21:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Cane Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Melon Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [16:21:07] [Server thread/INFO]: View Distance: 10
    [16:21:07] [Server thread/INFO]: Item Merge Radius: 2.5
    [16:21:07] [Server thread/INFO]: Item Despawn Rate: 6000
    [16:21:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [16:21:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [16:21:07] [Server thread/INFO]: Sending up to 10 chunks per packet
    [16:21:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [16:21:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [16:21:07] [Server thread/INFO]: Max TNT Explosions: 100
    [16:21:07] [Server thread/INFO]: Alternative Hopper Ticking: false
    [16:21:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [16:21:07] [Server thread/INFO]: Random Lighting Updates: false
    [16:21:07] [Server thread/INFO]: Structure Info Saving: true
    [16:21:07] [Server thread/INFO]: Experience Merge Radius: 3.0
    [16:21:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [16:21:07] [Server thread/INFO]: Clear tick list: false
    [16:21:07] [Server thread/INFO]: Max Entity Collisions: 8
    [16:21:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [16:21:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [16:21:07] [Server thread/INFO]: -------- World Settings For [world_nether] --------
    [16:21:07] [Server thread/INFO]: Anti X-Ray: true
    [16:21:07] [Server thread/INFO]:     Engine Mode: 1
    [16:21:07] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [16:21:07] [Server thread/INFO]:     Replace Blocks: [1, 5]
    [16:21:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [16:21:07] [Server thread/INFO]: Mob Spawn Range: 4
    [16:21:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Cane Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Melon Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [16:21:07] [Server thread/INFO]: View Distance: 10
    [16:21:07] [Server thread/INFO]: Item Merge Radius: 2.5
    [16:21:07] [Server thread/INFO]: Item Despawn Rate: 6000
    [16:21:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [16:21:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [16:21:07] [Server thread/INFO]: Sending up to 10 chunks per packet
    [16:21:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [16:21:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [16:21:07] [Server thread/INFO]: Max TNT Explosions: 100
    [16:21:07] [Server thread/INFO]: Alternative Hopper Ticking: false
    [16:21:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [16:21:07] [Server thread/INFO]: Random Lighting Updates: false
    [16:21:07] [Server thread/INFO]: Structure Info Saving: true
    [16:21:07] [Server thread/INFO]: Experience Merge Radius: 3.0
    [16:21:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [16:21:07] [Server thread/INFO]: Clear tick list: false
    [16:21:07] [Server thread/INFO]: Max Entity Collisions: 8
    [16:21:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [16:21:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [16:21:07] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
    [16:21:07] [Server thread/INFO]: Anti X-Ray: true
    [16:21:07] [Server thread/INFO]:     Engine Mode: 1
    [16:21:07] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [16:21:07] [Server thread/INFO]:     Replace Blocks: [1, 5]
    [16:21:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [16:21:07] [Server thread/INFO]: Mob Spawn Range: 4
    [16:21:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Cane Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Melon Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [16:21:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [16:21:07] [Server thread/INFO]: View Distance: 10
    [16:21:07] [Server thread/INFO]: Item Merge Radius: 2.5
    [16:21:07] [Server thread/INFO]: Item Despawn Rate: 6000
    [16:21:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [16:21:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [16:21:07] [Server thread/INFO]: Sending up to 10 chunks per packet
    [16:21:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [16:21:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [16:21:07] [Server thread/INFO]: Max TNT Explosions: 100
    [16:21:07] [Server thread/INFO]: Alternative Hopper Ticking: false
    [16:21:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [16:21:07] [Server thread/INFO]: Random Lighting Updates: false
    [16:21:07] [Server thread/INFO]: Structure Info Saving: true
    [16:21:07] [Server thread/INFO]: Experience Merge Radius: 3.0
    [16:21:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [16:21:07] [Server thread/INFO]: Clear tick list: false
    [16:21:07] [Server thread/INFO]: Max Entity Collisions: 8
    [16:21:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [16:21:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [16:21:07] [Server thread/INFO]: Preparing start region for level 0 (Seed: 4721887336009079413)
    [16:21:08] [Server thread/INFO]: Preparing spawn area: 44%
    [16:21:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4721887336009079413)
    [16:21:09] [Server thread/INFO]: Preparing start region for level 2 (Seed: 4721887336009079413)
    [16:21:09] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [16:21:09] [Server thread/INFO]: Done (2.995s)! For help, type "help" or "?"
    [16:31:46] [Server thread/INFO]: Stopping the server
    [16:31:46] [Server thread/INFO]: Stopping server
    [16:31:46] [Server thread/INFO]: Saving players
    [16:31:46] [Server thread/INFO]: Saving worlds
    [16:31:46] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
    [16:31:46] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
    [16:31:46] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
    
     
    Last edited: Mar 5, 2015
  2. Maybe your ipv4 has changed?
     
  3. Offline

    Techarchy

    I checked and the IP is exactly the same as I've had it before. It is a static IP, so I would not have to worry about having it changed on me. I did change it, but that did not solve the case. I hope my ISP is not blocking port 25565. I will post my latest logs and my server.properties file in the main post.
     
  4. Offline

    Techarchy

    *bumping post*
     
  5. Offline

    Boomer

    "I noticed that my external IP had not worked anymore, i had to use localhost"

    -->You have both an external IP and a LAN IP that are subject to changing. you made the switch to use localhost to get things working suggests that the external IP changed and you did not reflect this, as well the friend doesn't have the correct external IP to use.
    You say you 'confirmed' the port-forwarding settings for you, assuming this means that you confirmed your IPv4 lan IP matches the forwarding IPv4 to use, in case it did change, leaves only the external IP to have been changed...

    No plugin addition (and especially the removal of it) would cause any effect, its a red herring, you simply are not maintaining the network chain. No residential ISP would block port 25565 traffic
     
Thread Status:
Not open for further replies.

Share This Page