I did not and still do not see your sv_endpoints values, only your endpoint_add_tcp/udp values, which are not the same. My understanding, as per the documentation I linked, is that endpoint_add_tcp/udp is for your local address, not your tunnel IP as you have set it to, and sv_endpoints is for your public tunnel IP.

Here is a screenshot of our functioning server cfg as an example:
image
Where 30121 is the port of the server instead of 30120, the hidden ports at the end of endpoint_add_tcp/udp are simply mapped to 30121 internally, and where funnel3 is our tunnel ip.

1 Like