If you having issues with your whitelisting you can run through the following steps to try to figure out what's wrong
First, you'll want to verify the Correct DLLs are in garrysmod/lua/bin.
If you're unsure about what DLL to use, in your server console typelua_run print("IS LINUX: " .. tostring(system.IsLinux()))
it should return IS LINUX: True for linux and IS LINUX: False for windows.
For Windows: Windows Dependencies
Verify the IP Address using: lua_run print("IP Address: " .. tostring(game.GetIPAddress()))
.
You'll want to ensure this IP address matches the ones you gave in your ticket.
You can check by trying this in your server console
lua_run print("Your server is running: ", jit.os, jit.arch)
If you see x64 and are running x86_64 branch, use the x64 binary for your operating system, otherwise use the regular binary. If you are meant to be on x86_64 please make sure you use the right srcds_run_x64 launcher
If you're still having issues after running through these steps you will want to double-check that you have a valid GSLT Theres a wonderful article on the Gmod Wiki about setting this up.
If your still having issues after this please open a ticket.