https://bugs.winehq.org/show_bug.cgi?id=44895
jaapbuurman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaapbuurman@gmail.com
--- Comment #7 from jaapbuurman@gmail.com --- I have the exact same issue. Same computer works fine running my Windows partition. But it doesn't work when running Linux. It also correctly identifies when my password has been entered incorrectly. But when I use the correct password it also fails to connect to the login queue. I'm also behind an OpenWRT/Lede router.
I'm not very good at inspecting packets, but if you want to compare the packets when using Windows versus the ones when using Linux, you can install tcpdump on your router:
opkg update opkg install tcpdump
tcpdump can write the packets to the console, but you can also write them to file and analyze them with the Wireshark GUI if you want afterwards.