[DiscordArchive] Do you mean for the authserver?
[DiscordArchive] Do you mean for the authserver?
Archived author: Revision • Posted: 2025-06-24T20:57:57.957000+00:00
Original source
Do you mean for the authserver?
Archived author: Flying Phoenix • Posted: 2025-06-24T21:00:03.924000+00:00
Original source
Yes, and I think I’ve seen that both world and auth support a proxy.
Archived author: Revision • Posted: 2025-06-24T21:01:12.403000+00:00
Original source
I thought you couldn't run the worldserver twice using the same databases, not to mention they won't be connected so even if you somehow get it to split players between 2 worldservers they wouldn't interact. ToCloud9 would introduce such a feature.
Archived author: Flying Phoenix • Posted: 2025-06-24T21:07:14.697000+00:00
Original source
I saw the `Network.EnableProxyProtocol` option in both world and auth, which is why I’m asking. I want to experiment with it and would like to know what I should watch out for to get it working.
Archived author: Revision • Posted: 2025-06-24T21:11:02.505000+00:00
Original source
The worldservers won't be connected though, so it's like running separate realms even if the database doesn't go haywire because of multiple worldservers reading and writing to the same database (which wouldn't work, iirc).
Archived author: Revision • Posted: 2025-06-24T21:12:21.409000+00:00
Original source
I imagine it's more like if you want to run the server behind a proxy for protection, not actual load balancing.
Archived author: Flying Phoenix • Posted: 2025-06-24T21:18:41.211000+00:00
Original source
for now is just auth, I managed to point the proxy to it, but I get the message “You are disconnected from the server.” When I scanned with Wireshark, I saw that the data begins to be sent using the WoW protocol, and after the server acknowledges that it successfully received data from the client, I get a drop request.
![[Image: image.png?ex=690c6874&is=690b16f4&hm=f27...df3a48ad2&]](https://cdn.discordapp.com/attachments/1255602330431127753/1387180704839893103/image.png?ex=690c6874&is=690b16f4&hm=f271e8c2690fecd14d1fd3e317bff217437ab4dd20b619c2889f2c5df3a48ad2&)
Archived author: Flying Phoenix • Posted: 2025-06-24T21:20:52.584000+00:00
Original source
![[Image: image.png?ex=690c6874&is=690b16f4&hm=f27...df3a48ad2&]](https://cdn.discordapp.com/attachments/1255602330431127753/1387180704839893103/image.png?ex=690c6874&is=690b16f4&hm=f271e8c2690fecd14d1fd3e317bff217437ab4dd20b619c2889f2c5df3a48ad2&)
Archived author: Revision • Posted: 2025-06-24T21:21:00.853000+00:00
Original source
Yes, you would need to enable `EnableProxyProtocol` to support using a proxy I suppose but it wouldn't work to balance the load between multiple worldservers, just keep that in mind.
Archived author: Flying Phoenix • Posted: 2025-06-24T21:21:31.648000+00:00
Original source
it is, on auth and world