Hey there! So I'm trying to setup a waterfall server and the proxy can't find the paper server. Here's the involved configs and error messages:
Waterfall
config.yml:
host: 0.0.0.0:25565
priorities:
- survival
servers:
survival:
address: localhost:25566
motd: GroundedMC Survival
restricted: false
Paper
spigot.yml
bungeecord: true
server.properties
online-mode=false
server-ip=0.0.0.0
server-port=25566
Error: (with MYIP being my ip :P)
[12:34:48 INFO]: Listening on /0.0.0.0:25565
[12:35:51 INFO]: [/MYIP] <-> InitialHandler has connected
[12:35:52 WARN]: Error occurred processing connection for AlfieJay AnnotatedConnectException : finishConnect(..) failed: Connection refused: localhost/127.0.0.1:25566
[12:35:52 INFO]: [AlfieJay] disconnected with: Could not connect to a default or fallback server. Incorrectly configured address/port/firewall?
[12:35:52 INFO]: [/MYIP|AlfieJay] -> UpstreamBridge has disconnected
In game error message: Could not connect to a default or fallback server. Incorrectly configured address/port/firewall?