Multi-IP Dedicated Servers Resolving Properly with CFX.RE domain

For those who have subnets available for their dedicated servers, in the latest server artifacts in order to have the reverse dns to a cfx.re domain function properly you’ll need to do the following:

  1. Have a server artifact >= 1881 which can be downloaded here
  2. In server.cfg you need to define the convar sv_listingIPOverride “IPADDRESS”

I personally added this convar right below:

endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

So it looks like:

endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
sv_listingIPOverride "myipaddress"

This has resolved any issues I’ve had with connection problems with people using Server List or Favorites connect buttons on the latest server builds.

Edit: This should resolve CURL Error code 6 as well.

6 Likes

Is this only working on linux @ChieF-TroN

This is working for me in a windows environment.

hmmm, doesnt seem to be working for me

We were getting this error for some users, does this including having a ipv6 IP with ipv4 cause thats all we had and got the cfx.re 502…

I am defining the IP with ipv4. I do have ipv6 support on my subnet however I am not using it nor have I tested ipv6. So I cannot say for sure if it works for it.

But an http 502 error is a bad gateway, so you might want to check your settings.

Oh ok not sure then, some ppl randomly get “failed handshake to server https://username-rmg4rg.cfx.re/ HTTP 502” and cant connect until a server restart, while at the same time not affecting other users, I was hoping it was related to this problem…

im getting this http://prntscr.com/qbpcbw

1 Like

im getting this now too. http://prntscr.com/qbphva

I will test this when I get home thank you

Thank you for the post. It absolutely fixed my situation.

Thank you man!

I just tried this, for me, neither of my servers show up and not able to connect or find via Direct Connect. I updated the FX Server to 1881, any suggestions?