BungeeCord: Could not connect to a default or fallback server please tray again later: io.netty.channel/AbstractChannel$AnnotatedConnectExeption. Hello, I am making a Bungee cord server for my friends and i to share but cannot connect to any of the servers listed in the config.yml. Code (Text): player_limit: -1 ip_forward: true permissions: default: - bungeecord.command.server - bungeecord.command.list admin: - bungeecord.command.alert - bungeecord.command.end - bungeecord.command.ip - bungeecord.command.reload timeout: 30000 log_commands: false online_mode: true servers: survival: motd: '&1&lGC SURVIVAL' address: 00.00.000.000:20006 restricted: false hub: motd: '&1&l Welcome To GalaxyCraft!' address: 00.00.000.000:20001 restricted: false listeners: - query_port: 30001 motd: '&1GC BUNGEE SERVER' tab_list: SERVER query_enabled: false forced_hosts: pvp.md-5.net: pvp ping_passthrough: false bind_local_address: true host: 0.0.0.0:30001 max_players: 5000 tab_size: 60 force_default_server: true priorities: - hub - hub disabled_commands: - disabledcommandhere network_compression_threshold: 256 groups: GalaxyRex25: - admin connection_throttle: 4000 stats: 7581e059-b44b-4c83-b2a4-ac0b1c850a98 This is for my Bungee Server and here is my Hub server config: Code (Text): #Minecraft server properties #Mon Apr 24 20:50:42 EDT 2017 generator-settings= force-gamemode=false allow-nether=true gamemode=0 broadcast-console-to-ops=true enable-query=false player-idle-timeout=0 difficulty=1 spawn-monsters=true op-permission-level=4 announce-player-achievements=true pvp=true snooper-enabled=true level-type=DEFAULT hardcore=false enable-command-block=false max-players=20 network-compression-threshold=256 resource-pack-sha1= max-world-size=29999984 server-port=20001 debug=false server-ip=127.0.0.1 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=false max-build-height=256 level-seed= prevent-proxy-connections=false motd=GC HUB.bungee.default enable-rcon=false And Survival: Code (Text): #Minecraft server properties #Mon Apr 24 20:48:55 EDT 2017 spawn-protection=16 generator-settings= force-gamemode=false allow-nether=true gamemode=0 broadcast-console-to-ops=true enable-query=false player-idle-timeout=0 difficulty=1 spawn-monsters=true op-permission-level=2 announce-player-achievements=true pvp=true snooper-enabled=true level-type=NORMAL hardcore=false enable-command-block=true max-players=20 network-compression-threshold=256 resource-pack-sha1= max-world-size=29999984 server-port=20006 debug=false server-ip=192.168.1.2 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=-3500229128833691836 prevent-proxy-connections=false motd=Bungeecrodserver\:30003,30001\:default enable-rcon=false Sipgot.yml for both: Code (Text): # This is the main configuration file for Spigot. # As you can see, there's tons to configure. Some options may impact gameplay, so use # with caution, and make sure you know what each option does before configuring. # For a reference for any variable inside this file, check out the Spigot wiki at # http://www.spigotmc.org/wiki/spigot-configuration/ # # If you need help with the configuration or have any questions related to Spigot, # join us at the IRC or drop by our forums and leave a post. # # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ ) # Forums: http://www.spigotmc.org/ config-version: 11 settings: debug: false save-user-cache-on-stop-only: false timeout-time: 60 restart-on-crash: true restart-script: ./start.sh sample-count: 12 player-shuffle: 0 item-dirty-ticks: 20 bungeecord: true int-cache-limit: 1024 netty-threads: 4 late-bind: false user-cache-size: 1000 attribute: maxHealth: max: 2048.0 movementSpeed: max: 2048.0 attackDamage: max: 2048.0 filter-creative-items: true moved-wrongly-threshold: 0.0625 moved-too-quickly-multiplier: 10.0 commands: tab-complete: 0 spam-exclusions: - /skill log: true replace-commands: - setblock - summon - testforblock - tellraw silent-commandblock-console: false messages: whitelist: You are not whitelisted on this server! unknown-command: Unknown command. Type "/help" for help. server-full: The server is full! outdated-client: Outdated client! Please use {0} outdated-server: Outdated server! I'm still on {0} restart: Server is restarting stats: disable-saving: false forced-stats: {} world-settings: default: verbose: true item-despawn-rate: 6000 merge-radius: item: 2.5 exp: 3.0 view-distance: 10 nerf-spawner-mobs: false arrow-despawn-rate: 1200 wither-spawn-sound-radius: 0 enable-zombie-pigmen-portal-spawns: true hanging-tick-frequency: 100 zombie-aggressive-towards-villager: true seed-village: 10387312 seed-feature: 14357617 seed-monument: 10387313 seed-slime: 987234911 dragon-death-sound-radius: 0 growth: cactus-modifier: 100 cane-modifier: 100 melon-modifier: 100 mushroom-modifier: 100 pumpkin-modifier: 100 sapling-modifier: 100 wheat-modifier: 100 netherwart-modifier: 100 vine-modifier: 100 cocoa-modifier: 100 mob-spawn-range: 4 ticks-per: hopper-transfer: 8 hopper-check: 1 hopper-amount: 1 entity-tracking-range: players: 48 animals: 48 monsters: 48 misc: 32 other: 64 hunger: jump-walk-exhaustion: 0.05 jump-sprint-exhaustion: 0.2 combat-exhaustion: 0.1 regen-exhaustion: 6.0 swim-multiplier: 0.01 sprint-multiplier: 0.1 other-multiplier: 0.0 save-structure-info: true random-light-updates: false max-tick-time: tile: 50 entity: 50 entity-activation-range: animals: 32 monsters: 32 misc: 16 max-tnt-per-tick: 100 max-entity-collisions: 8 I have searched many posted for a fix and have found none that have worked. I am a newbie so please give me any information regarding The configs of the servers. When i join any of my servers when they are running, it prints error message: If you wish to use IP forwarding, please enable it in your Bungee-cord config as well. Thx