For queries about your TalkTalk broadband service.
on 07-09-2023 08:17 AM
Ports 21 and 22 are open just fine. I add ports 28015, 28016 and 28083 along side 21 and 22 but the 280XX arent opening, this is for setting up a Rust Dedicated Game Server.
Answered! Go to Solution.
on 13-09-2023 10:56 AM
Having analysed two more traces from you, the problem is still the same. Your firewall setup in Linux is wrong.
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
on 10-09-2023 12:55 PM
If it doesn't work get me a Wireshark trace on the game server. If the PC that you are trying to connect from is the Windows one, download Wireshark from:-
Then start a trace running on the Windows PC & another on the game server. When both are running try & connect to its local IP address.
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
on 10-09-2023 12:21 PM
it just doesnt work in the slightest, i think i have fixed it for now though by changing something in the server cfg. ill let you know how it goes after fully testing
on 10-09-2023 11:39 AM
I have said before, if you try to connect to the game server from another device on your local network via the router's WAN IP address this will not work. The router, seeing the packet coming back in from the internet, classes it as NAT Loopback and blocks it.
What problem do you get when you try to connect to its 192.168.1.10 address?
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
10-09-2023 07:22 AM - edited 10-09-2023 07:23 AM
new issue has arrived.. anyone on a different network than me can join the server but i cannot.. ive tried joining through my public ipv4 and through the machines internal ip. hwen i try connect via publicipv4:28015 it says found 1 server query results, then says connection attempt failed.
10-09-2023 02:38 AM - edited 10-09-2023 07:56 AM
seems to be fixed!
My server is now listed. Thank you so much.
going to do some more testing then ill come back here with the results.
09-09-2023 04:33 PM - edited 09-09-2023 04:34 PM
Sorry I forgot to say there is nothing showing in your trace for UDP port 28013.
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
on 09-09-2023 04:32 PM
alright, thank you for your help so far.
on 09-09-2023 04:31 PM
Thanks for the trace. UDP port 28017 is unable to connect to this port in your linux PC. Your firewall is the only thing in between them, it must be blocked there.
I have run out of time for today now.
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
09-09-2023 04:31 PM - edited 09-09-2023 04:31 PM
by the way the port thats replacing 28015 is 28013, so instead of 28015 showing up, it will most likely be 28013
on 09-09-2023 04:26 PM - last edited on 09-09-2023 04:29 PM by KeithFrench
here, you can edit this and remove the link once you see it:
EDIT - Link removed
on 09-09-2023 04:15 PM
alright
09-09-2023 04:13 PM - edited 09-09-2023 04:14 PM
Start WS trace, try to connect to the UDP port, however, you are doing it. You did it in the other trace for 28015.
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
on 09-09-2023 04:11 PM
im unsure to what you mean by "Wireshark trace of that attempted UDP port connection." sorry
on 09-09-2023 04:09 PM
You'd need to stretch the width out so as each line is only on one line and I need the relevant Wireshark trace of that attempted UDP port connection.
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
on 09-09-2023 04:06 PM
hope this is what you mean
on 09-09-2023 04:05 PM
Those ss columns are all about queues and byte transfer from the port to the application:-
It would be useful to see screenshots of the output in future as simple copy & paste destroys all formatting, making them very difficult to read.
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
on 09-09-2023 04:02 PM
i was going to test 28013 and 28014 individually, but since 28013 made no difference, i really doubt 28014 will either so im just going to opt out on trying it. 28017 should not be used by anything currently.
on 09-09-2023 03:59 PM
The only UDP ports available for incoming connections are 28013 & 28017, I thought that you were changing to 28013 & 28014? Without a matching Wireshark trace, I can only assume your firewall is the culprit again. If you want to get me another trace....
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
09-09-2023 03:46 PM - edited 09-09-2023 03:49 PM
udp UNCONN 0 0 0.0.0.0:28013 0.0.0.0:* users:(("RustDedicated",pid=12298,fd=51))
udp UNCONN 0 0 0.0.0.0:28017 0.0.0.0:* users:(("RustDedicated",pid=12298,fd=38))
tcp LISTEN 0 100 0.0.0.0:28016 0.0.0.0:* users:(("RustDedicated",pid=12298,fd=24))
tcp LISTEN 0 100 0.0.0.0:28083 0.0.0.0:* users:(("RustDedicated",pid=12298,fd=68))
not sure what im looking for here but the one thing im noticing is the 3rd and 4th argument (Receive & Send) - for UDP its saying 0, for TCP its saying 100