Problem/Bug Can't connect to server through ip adress.

Discussion in 'Bukkit Help' started by GodHack, Jan 14, 2018.

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

    GodHack

    Hello.
    I was wondering if I could get help with my issue.
    I've created bungee cord servers before but this is the first time I've ever run into this issue.

    So, I've port forwarded using uTorrent which always worked with my servers since I can't port forward with my computer(
    Why I can't port forward with my computer (open)
    Whenever I try to port forward, the page "Does not respond due to a long running script" but this is a separate issue in itself.
    , but that's besides the point. I'm pretty sure uTorrent isn't the problem because as I have said before I have created a bungee cord server before and last time, I didn't run into this issue. So what's the issue exactly? I put my ipv4 address so I can log onto my server through my ip which I find on http://ipchicken.com/ but when I put in my ipv4 address, I can't log on through my ip address on that website or when I search up "Whats my ip" which should work but instead only localhost works. Even when I try to use localhost when I have my ipv4 as my server-ip, I can't even log on because it says: "Could not connect to a default or fallback server, please try again later: io.netty.channel.AbstractChannel$AnnotatedConnectException". I'd like to believe that something is wrong with my settings because the start.bat on bungee cord says "Listening on my port" which is how it should be and it doesn't show any sort of errors. The only way I can connect to my server is by leaving server-ip on server properties blank which means only I can log in through local host, which isn't my intent. I want others to be able to log on. Here are my ymls and stuff.

    BungeeCord config.yml (open)

    ip_forward: true
    network_compression_threshold: 256
    stats: a4e7aea5-a447-4b7d-ad1a-511a4f67663c
    permissions:
    default:
    - bungeecord.command.server
    - bungeecord.command.list
    admin:
    - bungeecord.command.alert
    - bungeecord.command.end
    - bungeecord.command.ip
    - bungeecord.command.reload
    groups:
    md_5:
    - admin
    servers:
    lobby:
    motd: '&1Just another BungeeCord - Forced Host'
    address: localhost:25566
    restricted: false
    skyblock:
    motd: '&1Just another BungeeCord - Forced Host'
    address: localhost:25567
    restricted: false
    timeout: 30000
    listeners:
    - query_port: 25577
    motd: '&bPixel&cDroid- &4&lClosed for BETA'
    tab_list: GLOBAL_PING
    query_enabled: false
    proxy_protocol: false
    forced_hosts:
    pvp.md-5.net: pvp
    ping_passthrough: false
    priorities:
    - lobby
    bind_local_address: true
    host: 127.0.0.1:25565
    max_players: 1
    tab_size: 60
    force_default_server: true
    prevent_proxy_connections: false
    player_limit: -1
    online_mode: true
    log_commands: false
    disabled_commands:
    - disabledcommandhere
    connection_throttle: 4000


    My Lobby server.properties (open)

    op-permission-level=4
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    prevent-proxy-connections=false
    server-port=25566
    max-world-size=29999984
    level-type=DEFAULT
    enable-rcon=false
    force-gamemode=false
    level-seed=
    server-ip=my ipv4(of course I'm not showing it.)
    network-compression-threshold=256
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    snooper-enabled=true
    hardcore=false
    resource-pack-sha1=
    online-mode=false
    resource-pack=
    pvp=true
    broadcast-console-to-ops=true
    difficulty=1
    enable-command-block=false
    player-idle-timeout=0
    gamemode=0
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=A Minecraft Server


    If there is any other information I can provide to help with this situation, please feel free to reply.
    Edit: I am using Windows 10.

    Thank You,
    GodHack.
     
  2. Offline

    darkValorous

    Locked
    Bungeecord requires offline mode.
    Offline mode is not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page