-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconnect about every minute #27
Comments
Can you share a logfile with verbosity lvl 4 (arg: |
During debugging connection lasted now a bit longer. Relevant lines of client
AWS-Server
Hope this helps. If you need more logs, I also can send more, but the rest didn't seem relevant. |
@lnslbrty |
Strange error. |
ptunnelServer
ptunnelClient
I have two internet connections. wlan1 is a hotspot where I have to enter credentials. This process is automated, but this connection won't be available any more in a few month. Thats why I'm now trying ptunnel via a vodafone hotspot. I use bindToInterface https://github.com/JsBergbau/BindToInterface to force using wlan0. I've tested bindToInterface a lot and always worked as expected. ssh connection
Interval of reconnection has changed. Sometimes it stays now open for a few minutes before it breaks and connection gets re-established. But it is very different. Currently while writing this line it breaks after a few seconds. |
Did you try running ptunnel w/o |
Tried without preloading and by that using the fully connective internet connection. With that I also have frequent disconnectins.
|
Here without preloading via other, fully connective, internet connection
|
It seems that some of the packets are not reaching your client. Maybe AWS has an ICMP rate limit for outgoing packets? |
Instead of AWS I've tried now another Server from from https://www.prepaid-hoster.de/prepaid-hoster-test-server.html With that server it barely works. Before SSH Reverse tunnel can be established connection has already dropped with this provider. |
Thanks, I will try that hoster ASAP. There might be an evil firewall between the ptunnel proxy and forwarder. At least, that is my assumption. |
Thanks for this great piece of software.
I'm using the reverse SSH Tunnel solution. It works great. However about every minute connection closes and gets re-established. Any idea whats wrong here? The server runs an a Amazon AWS free contingent machine.
The text was updated successfully, but these errors were encountered: