ich habe ein Problem mit meinem Internet:
Über stunnel verbindet sich mein Firefox als Socks Proxy auf Port 8080.
Die Verbindung zum Server baue ich so auf:
ssh -Cv -ND 8080 localhost -p 443
Das läuft auch meistens ganz gut, nur manchmal kommt es zu Timeout, Verzögerungen etc.
Ein erneutes Verbinden bringt manchmal etwas - aber nicht zuverlässig.
Sobald ich Strg + c drücke und die Verbindung unterbreche, scheint es als würden Pakete "freigegeben" die vorher irgendwie zurück gehalten wurden:
Das debug1: channel 36: new [dynamic-tcpip]debug1: Connection to port 8080 forwarding to socks port 0 requested.
debug1: channel 36: new [dynamic-tcpip]
debug1: Connection to port 8080 forwarding to socks port 0 requested.
debug1: channel 84: new [dynamic-tcpip]
debug1: Connection to port 8080 forwarding to socks port 0 requested.
debug1: channel 85: new [dynamic-tcpip]
^Cdebug1: channel 0: free: port listener, nchannels 86
debug1: channel 1: free: port listener, nchannels 85
debug1: channel 2: free: direct-tcpip: listening port 8080 for csi.gstatic.com port 80, connect from 127.0.0.1 port 34786 to 127.0.0.1 port 8080, nchannels 84
debug1: channel 3: free: direct-tcpip: listening port 8080 for twitter.com port 443, connect from 127.0.0.1 port 34677 to 127.0.0.1 port 8080, nchannels 83
debug1: channel 4: free: direct-tcpip: listening port 8080 for domain.de port 80, connect from 127.0.0.1 port 34762 to 127.0.0.1 port 8080, nchannels 82
debug1: channel 5: free: direct-tcpip: listening port 8080 for translate.google.com port 80, connect from 127.0.0.1 port 34712 to 127.0.0.1 port 8080, nchannels 81
debug1: channel 6: free: direct-tcpip: listening port 8080 for twitter.com port 443, connect from 127.0.0.1 port 34680 to 127.0.0.1 port 8080, nchannels 80
debug1: channel 7: free: direct-tcpip: listening port 8080 for domain1.blogspot.de port 80, connect from 127.0.0.1 port 34670 to 127.0.0.1 port 8080, nchannels 79
debug1: channel 8: free: direct-tcpip: listening port 8080 for domain.de port 80, connect from 127.0.0.1 port 34763 to 127.0.0.1 port 8080, nchannels 78
debug1: channel 9: free: direct-tcpip: listening port 8080 for s3.feedly.com port 80, connect from 127.0.0.1 port 34713 to 127.0.0.1 port 8080, nchannels 77
debug1: channel 10: free: direct-tcpip: listening port 8080 for www.blogger.com port 443, connect from 127.0.0.1 port 34775 to 127.0.0.1 port 8080, nchannels 76
debug1: channel 11: free: direct-tcpip: listening port 8080 for www.blogger.com port 443, connect from 127.0.0.1 port 34683 to 127.0.0.1 port 8080, nchannels 75
debug1: channel 12: free: direct-tcpip: listening port 8080 for connect.facebook.net port 80, connect from 127.0.0.1 port 34652 to 127.0.0.1 port 8080, nchannels 74
debug1: channel 13: free: direct-tcpip: listening port 8080 for www.google.com port 80, connect from 127.0.0.1 port 34684 to 127.0.0.1 port 8080, nchannels 73
debug1: channel 14: free: direct-tcpip: listening port 8080 for cdn.api.twitter.com port 443, connect from 127.0.0.1 port 34673 to 127.0.0.1 port 8080, nchannels 72
debug1: channel 15: free: direct-tcpip: listening port 8080 for www.google-analytics.com port 80, connect from 127.0.0.1 port 34776 to 127.0.0.1 port 8080, nchannels 71
debug1: channel 16: free: direct-tcpip: listening port 8080 for csi.gstatic.com port 80, connect from 127.0.0.1 port 34765 to 127.0.0.1 port 8080, nchannels 70
debug1: channel 17: free: direct-tcpip: listening port 8080 for www.blogblog.com port 80, connect from 127.0.0.1 port 34777 to 127.0.0.1 port 8080, nchannels 69
debug1: channel 18: free: direct-tcpip: listening port 8080 for 4.bp.blogspot.com port 80, connect from 127.0.0.1 port 34714 to 127.0.0.1 port 8080, nchannels 68
debug1: channel 19: free: direct-tcpip: listening port 8080 for domain1.blogspot.com port 80, connect from 127.0.0.1 port 34627 to 127.0.0.1 port 8080, nchannels 6
debug1: Connection to port 8080 forwarding to socks port 0 requested.
erscheint meist, wenn ich auf Websites warte (das kann auch gerne mal 1 min und mehr dauern und ich gebe dann auf und versuche es später noch mal oder ohne SSH oder gar nicht
![traurig :(](./images/smilies/icon_sad.gif)
Woran könnte das denn liegen?
Gibt es eine Möglichkeit die Geschwindigkeit oder die Qualität des Tunnels ständig zu kontrollieren?
Und darüber evtl. herauszufinden ob der Tunnel künstlich von außen verlangsamt wird oder ob das an irgendeinem Server/stunnel selbst liegt?
Danke schon mal für eure Hilfe
Bye, Transmitter