Howdy,
Thanks for taking the time to pop in here. HaProxy is whopping my butt...
I tried following this https://lucera2.com/threads/installation-haproxy-v2.2171/ and failed. I am able to get through Auth, and AA, but I hang on server select with this failure Unknown packet D1, state: CONNECTED.
I do have Active Anticheat (active and working) as well.
After reading the forms, It would appear that it is the wrong client. Though when I revert to my stable build, basically everything internal it works. Can anyone provide insights? I really believe the issue lies in here somewhere.
This is what is in my server.properties (when trying haproxy)
Thanks for taking the time to pop in here. HaProxy is whopping my butt...
I tried following this https://lucera2.com/threads/installation-haproxy-v2.2171/ and failed. I am able to get through Auth, and AA, but I hang on server select with this failure Unknown packet D1, state: CONNECTED.
I do have Active Anticheat (active and working) as well.
After reading the forms, It would appear that it is the wrong client. Though when I revert to my stable build, basically everything internal it works. Can anyone provide insights? I really believe the issue lies in here somewhere.
This is what is in my server.properties (when trying haproxy)
Code:
#-------------------------------------------------------------
# Network server configuration
#-------------------------------------------------------------
# IP which Bind gameserver * - on all possibles
GameserverHostname = *
GameserverPort =
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 40.160.250.66
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 127.0.0.1
Code:
# ------------------------ Configuring HaProxy v2 -----------------
# Specified Port of HaProxy
# let's say they redirect from their port 7878 to your 7777. Then you need to specify 7878 here)
# Also you must set the proxy IP to ExternalHostname and GameserverPort = leave blank.
HAProxyGameserverPort = 7788
Code:
#-------------------------------------------------------------
# Filtering invalid traffic
#-------------------------------------------------------------
# Reject invalid traffic
RejectInvalidConnections = True
# Addresses from which traffic will not be filtered.
# If you're using authserver/config/proxyservers.xml you MUST add the proxy IP here.
# Example ValidIPAddresses = 127.0.0.1,192.168.1.1,192.168.2.1
ValidIPAddresses = 127.0.0.1,40.160.250.66,135.125.174.143