I'm running into an issue that has me scratching my head a bit and can't seem to find the right information online to clear things up for me. networking has never been strongest subject, but hopefully, I'm reaching out to the right people for some guidance.
My setup is farely simple, I have 1 client windows laptop that I use to SSH into a linux sever on the same network. Additionally, the laptop uses port forwarding for vnc.
The issue I have is that, just today, I discovered that my internet quality seems to negatively affect my SSH connection (Bad Internet = bad ssh). I began randomly receiving disconnent errors when connecting to my server (network failure software caused abort). I've tried adjusting my tcp keepalives, but it still drops out.
From my limited network understanding, since they are on the same network then any information sent/received from the client doesn't even make it all way down the stack and just looks at the destination IP and reroutes to the server's local IP. Is that a fair over-simplification? So, doesn't this sort of behave like a WLAN and should be independent of internet quality?
If not, would I be able to make it independent of internet using the same router and not disrupt the existing network (other people use this wifi)?
The goal is to to achieve a stable ssh connection on a WLAN that's performance is independent of internet speed. Also, the server doesn't necessarily need access to the internet but my laptop defenitely will (while connected to the server).
Any input would be greatly appreciated.
Thank you
UPDATE 1: After running "mtr -4b google.com" from my linux server, I see the following performance metrics:
Is there any red flags here? or is this typical?
