Folks, does anyone run version v0.21.1.0 wallet on Windows..? By some reason my wallet does not get any stable connection, whatever I try (playing with config options). Debug log shows it finds many peers, and sometimes I see it having 1 connection, but the next moment connection disappears again. It looks like connection attempts from my wallet get rejected, not sure why.
Here is what I have in debug.log:
2023-12-21T15:35:49Z init message: Done loading
2023-12-21T15:35:49Z msghand thread start
2023-12-21T15:35:49Z GUI: Platform customization: "windows"
2023-12-21T15:36:00Z Loading addresses from DNS seed 212.237.211.107
2023-12-21T15:36:00Z Loading addresses from DNS seed 188.68.39.1
2023-12-21T15:36:00Z Loading addresses from DNS seed 185.194.142.125
2023-12-21T15:36:00Z Waiting 11 seconds before querying DNS seeds.
2023-12-21T15:36:11Z Loading addresses from DNS seed 217.61.61.66
2023-12-21T15:36:11Z Loading addresses from DNS seed 66.151.242.154
2023-12-21T15:36:11Z Loading addresses from DNS seed 31.25.241.224
2023-12-21T15:36:11Z 0 addresses found from DNS seeds
2023-12-21T15:36:11Z dnsseed thread exit
2023-12-21T15:46:17Z Potential stale tip detected, will try using extra outbound peer (last tip update: 630 seconds ago)
2023-12-21T15:51:25Z New outbound peer connected: version: 70084, blocks=832714, peer=1 (full-relay)
2023-12-21T15:55:40Z New outbound peer connected: version: 70086, blocks=1174570, peer=12 (full-relay)
2023-12-21T15:56:47Z Potential stale tip detected, will try using extra outbound peer (last tip update: 1260 seconds ago)
2023-12-21T15:57:52Z New outbound peer connected: version: 70084, blocks=832714, peer=16 (full-relay)
2023-12-21T16:07:17Z Potential stale tip detected, will try using extra outbound peer (last tip update: 1890 seconds ago)
2023-12-21T16:10:53Z New outbound peer connected: version: 70084, blocks=832714, peer=38 (full-relay)
2023-12-21T16:15:08Z New outbound peer connected: version: 70086, blocks=1174570, peer=45 (full-relay)
2023-12-21T16:17:20Z New outbound peer connected: version: 70084, blocks=832714, peer=49 (full-relay)
2023-12-21T16:17:47Z Potential stale tip detected, will try using extra outbound peer (last tip update: 2520 seconds ago)
2023-12-21T16:21:34Z New outbound peer connected: version: 70086, blocks=1174570, peer=55 (full-relay)
2023-12-21T16:28:17Z New outbound peer connected: version: 70086, blocks=1174570, peer=66 (full-relay)
2023-12-21T16:28:18Z Potential stale tip detected, will try using extra outbound peer (last tip update: 3151 seconds ago)
2023-12-21T16:30:13Z New outbound peer connected: version: 70084, blocks=832714, peer=72 (full-relay)
So it shows many peers, but at the same time my wallet shows 0 connection:
20:36:16

getpeerinfo
20:36:16

[
]
And the wallet does not sync, obviously..
Any idea what could be causing this?