Question Waterfall help please

tjcstuart

New member
Apr 17, 2022
1
0
1
Canada
got turnkey installed with no issue. Was even able to spin up a few servers, after I got java updated to 18…
I’m not wanting to actually put together a waterfall proxy and servers with this…

Actual error I’m seeing(when connecting from bedrock) is: disconnected from the Java server because of Could not connect to a default or fallback server. Incorrectly configured address/port/firewall?

Running MineOS Turnkey (gitcommit b6e0d1e)
For now just trying to get this running internally and I’m not worried with security. I will deal with securing things after I get the system working.

Trying to setup a waterfall, and for now with 1 server. But is my issue that I actually need my waterfall server, THEN a paper server that is my lobby, AND a paper server to be my survival?

Server 1 = waterfall 1.18-843 (I thought this would be lobby too)
  • Set “this is not a conventional minecraft server”
  • Installed Geyser/Floodgate plugins.
  • configured floodgate to authenticate in geyser’s config
  • config.yml config.yml - waterfall - Pastebin.com

Server 2 = Paper-1.18.2-290 (Call this survival)
 
Jan 28, 2022
46
1
7
8
Germany
crazycloudcraft.de
1. Waterfall is only a connector for the servers behind it (Like Velocity and Bungeecord)

2. Did you enable bungeecord: true in the spigot.yml of your Minecraft Paper servers?

3. I would recommend that you configure the complete config.yml

Something like This:

YAML:
# config.yml - waterfall
listeners:
- query_port: 25577
  motd: 'Please use the MiniMOTD plugin!'
  tab_list: GLOBAL_PING
  query_enabled: false
  proxy_protocol: false
  forced_hosts:
    localhost: lobby
  ping_passthrough: false
  priorities:
  - lobby
  bind_local_address: true
  host: 0.0.0.0:25565
  max_players: 1
  tab_size: 60
  force_default_server: true
remote_ping_cache: -1
network_compression_threshold: 256
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
log_pings: false
connection_throttle_limit: 3
server_connect_timeout: 5000
timeout: 30000
stats: c2cf37c3-f80d-4eb2-aefb-5374f1b1c27d
player_limit: -1
ip_forward: true
groups:
  YOURUSENAME:
  - admin
remote_ping_timeout: 5000
connection_throttle: -1
log_commands: false
prevent_proxy_connections: false
online_mode: true
forge_support: true
disabled_commands:
- disabledcommandhere
servers:
  lobby:
    motd: 'LOBBY'
    address: localhost:25561
    restricted: false
  suvival:
    address: localhost:25562
    motd: 'SUVIVAL'
    restricted: false

I would not set the 127.0.0.1 instead of "localhost" and no ports like 25565 (that's the main port of java) or 19132 (that's the main port of bedrock, and also it's udp not tcp)

Only set 19132 on Geyser.