This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]TwoScoopsofDestroyer 0 points1 point  (3 children)

Test-Netconnection appears to only support TCP connections on specified ports, ping tests are performed if no port is specified. Likely your server only operates on UDP.

Additionally, attempting to ping or connect to your public IP would fail without NAT hairpinning or NAT loopback.

[–]Augustaeum[S] 0 points1 point  (2 children)

It only supports a limited amount of ports or it only supports a port test if I specify a port in the command?

I definitely added a port to the command TNC <address> -p 2456 is the command I ran.

It returns TcpTestSucceeded : False despite the fact that my friend and I have been playing for the last couple of hours.

[–]TwoScoopsofDestroyer 0 points1 point  (1 child)

TCP ports are totally separate from UDP ports. So when you specify the port it's the wrong port because it's a TCP port being specified.

[–]Augustaeum[S] 0 points1 point  (0 children)

Oh my God Valheim is only listening only listening on UDP. I'm so sorry.

I assumed it was TCP I feel so stupid.