VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Starlink - usage with (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Starlink - usage with
#8975
Starlink - usage with 1 Year, 9 Months ago  
Just installed a Starlink satellite dish and modem. Generally works well, but it's raining and we're suffering micro outages. These are enough to drop and kill my telnet sessions.
Signing in yields the message
Failure in socket operation WSAGetOverlappedResult. Timed Out
Are the any options to have a retry attempt to make connections more resilient?
DavidWilliams (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Auckland, New Zealand Birthdate: 1957-09-13
Logged Logged  
 
The administrator has disabled public write access.  
#8976
Re:Starlink - usage with 1 Year, 9 Months ago  
That's a system level thing. When connections go down, sockets are terminated and sessions closed. There's not much the client software can do. HTTP connections generally don't suffer from this as badly because they don't maintain a connection. After an outage, you just refresh your page and you're still where you left off. Telnet and SSH do have issues because they maintain live constant connections

Where are you located, and what kind of applications do you run over telnet?

Just off the top of my head, there may be a few things to alleviate the condition, though... But it may take some Googling, I'm willing to help if I can....

1. Increase the timeout value at the windows level? There may be some starlink-specific recommendations you can find. I'm sure you're not the first one with this problem. Requires some googling to know if this is possible

2. Change timeout settings in starlink itself?

3. If your on a system that supports 'screen', try that. 'screen' is a host-side app that maintains a session in the background even when the connection to it goes down. You can disconnect and reconnect and be back where you left off. Because it sits between your host applications and the client side, there can be some screen rendering side-effects, but it may be your best option.

4. Other screen-like applications found by googing: dtach, abduco, tmux, mosh but I have no direct experience with them.

5. Setting 'keepalives' in AbsoluteTelnet/SSH. This won't revive a dead connection, but it will keep an idle connect warm to prevent disconnection. I'm not sure it will help in this scenario, but worth mentioning at least.

6. Maybe use Linux as your client OS. I think there are more configurable options and different link disconnect behaviors there.

If you find any other recommendations, let me know.
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
Go to top