I've spent quite a bit of time with tcpdump and wireshark (tshark on FreeBSD) looking at the traffic related to the rustdesk-server and its Windows clients. Today I noticed some interesting things.
My setup: latest quarterly version of rustdesk-server. Latest Windows versions of the rustdesk clients. Rustdesk-server running in a jail. FreeBSD 14.3p2.
My intention: self-hosting the rustdesk-server.
When the rustdesk-server is first started it sends a DNS query for the A and AAAA records of 'api.rustdesk.com'. Those queries return 49.12.46.241 and 2a01:4f8:c012:2e59::1. When each rustdesk client is activated it sends a SYN packet to 49.12.46.241.443 and 49.12.46.241.80 for reasons unknown but I think pretty obviously to capture the IP address on this end.
Thereafter, even when the rustdesk server and clients are not active, incoming email server connection attempts are made every 35 seconds around the
clock from 196.251.92.51.
I've blocked all the IP addresses above from all inbound and outbound connection attempts and the rustdesk-server and clients still work on the local LAN (haven't been able to get it to work in self-hosting mode outside the LAN).
Comments?
My setup: latest quarterly version of rustdesk-server. Latest Windows versions of the rustdesk clients. Rustdesk-server running in a jail. FreeBSD 14.3p2.
My intention: self-hosting the rustdesk-server.
When the rustdesk-server is first started it sends a DNS query for the A and AAAA records of 'api.rustdesk.com'. Those queries return 49.12.46.241 and 2a01:4f8:c012:2e59::1. When each rustdesk client is activated it sends a SYN packet to 49.12.46.241.443 and 49.12.46.241.80 for reasons unknown but I think pretty obviously to capture the IP address on this end.
Thereafter, even when the rustdesk server and clients are not active, incoming email server connection attempts are made every 35 seconds around the
clock from 196.251.92.51.
I've blocked all the IP addresses above from all inbound and outbound connection attempts and the rustdesk-server and clients still work on the local LAN (haven't been able to get it to work in self-hosting mode outside the LAN).
Comments?