screen resume works on top of VPN
- by michael
I connect to my network using VPN.
I have screen running and 'ssh' to a server. I then kill my shell and I was able to 'resume' by 'screen -r'.
This works as expect.
But when I disconnect VPN and re-connect VPN, and type 'screen -r' again. I was not able to get my last screen again. And I see "Write failed: Connection reset by peer46.11 MiB | 642 KiB/s" in the screen.
Can you please tell me if it possible to reconnect 'screen' if my VPN is disconnect.
Thank you.