Which proxy supports forge and paper server forwarding (both at same time if possible)?
Tried waterfall proxy, but doesn't work, with or without ip-forwarding.
9 Replies
Thanks for asking your question!
Once you have finished, please close your thread.
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
command to close
/close
!close
!solved
Requested by anonynorbi#0
Good news
Connection worked after changing these settings:
- Proxy server config.yml:
- server_connect_timeout: 90000 (default 5000)
- ip_forward = false (default false, but had it on true so skins would show)
- Forge server server.properties:
- online_mode = false (default true)
Bad news is that ip forwarding is needed for skins to show up... Any suggestions how to get this working?
what difference did the serverconnecttimeout make?
Well I am running an RLCraft server and I got the same error as shown in this github post:
https://github.com/PaperMC/Waterfall/issues/691
RLCraft is a very big modpack and needs more time to be able to connect apparently.
GitHub
UpstreamBridge - read timed out · Issue #691 · PaperMC/Waterfall
Hello, I have a small home server for my kids and their friends and moved from multiverse to waterfall recently. Almoust every time we connect (from home or outside) we get the error below. The sec...
Increasing the server_connect_timeout helped me fix the error
Since the default value is way too low for rlcraft
wait @anonynorbi so
i assume that ip forwarding doesnt work with forge
(currently) and only works with normal servers
but
have you tried the forge_support option in your bungee config
I havnt tested this but it may work
forge_support = true
So yeah I've tested it with that setting but still no fix for the ip_forwarding error
To be more specific it just disconnects me right away
That is on the server side in the console, on the client side it says ReadTimeoutException: null
This mod should let ip forwarding work for bungeecord/waterfall
https://github.com/caunt/BungeeForge
If you're using velocity, you can apparently use this on the proxy
https://github.com/adde0109/Ambassador
and this on the forge server
https://github.com/adde0109/Proxy-Compatible-Forge
god I hate discord, literally on my screen I can't see any replies or indication I can scroll
OMG thank you for your suggestions @Snow Kit I will test them out and let know of the results
BungeeForge worked great. Drag and drop inside rlcraft mods folder. Start it up and everything works. All proxies work with ip-forwarding.
Thank you again... Spent almost the entire day to figure this out
I will mark this post as solved
One more tip: velocity works better as proxy between forge (e.g. rlcraft) and paper
Waterfall only let's you connect directly to the modded server as far as I am aware of
And won't let you switch back to modded one if you're at the moment bukkit-based one
Just wanted to make it more clear
Velocity shines here in this scenario