Replies: 3 comments 6 replies
-
|
In general I would suggest this is a connectivity issue between the node and the proxy. Some questions:
|
Beta Was this translation helpful? Give feedback.
-
|
Any ideas on this? I ran into this problem again today (though it's been going on for a while). This time, I used tcpkill to kill all connections from the remote node. Once the connection was killed, I'm guessing a new connection was established because I could now get in using tsh. The teleport.log file on both sides showed nothing during the re-establishment. It might not be so bad if I could find the remote IP address from the teleport server side, but I need a connection on the remote to find this out (which I had through a secondary connection). |
Beta Was this translation helpful? Give feedback.
-
|
This error happend to me on one node only after upgrade to version |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have several hundred remote nodes connected using IoT node tunneling. Twice in the last week, I've had a node that I cannot connect to. Here's the error I get:
$ tsh --proxy teleport ssh user@xyz
error: failed connecting to node xyz. dialing through a tunnel: no tunnel connection found: no node reverse tunnel for abc.teleport found, dialing directly: dial tcp: address @Local-Node: missing port in address
On the server, I get:
Feb 10 22:10:35 xxx teleport[183712]: ERRO [NODE] dialing through a tunnel: no tunnel connection found: no node reverse tunnel for abc.teleport found, dialing directly: dial tcp: address @Local-Node: missing port in address regular/sshserver.go:1539
Fortunately I had another way in to the node. On the node, I see that teleport is running. If I take a packet capture on both the node and the teleport server, I see that traffic is going between the two machines. I then used ss on the server to kill the TCP connection in hopes of forcing a re-connection. While a new TCP session was created, I still wasn't able to use tsh to get in.
I first saw this problem on a node last week. Without any intervention, I was able to connect to it today. The teleport process and node have running continuously for weeks.
Any ideas would be greatly appreciated. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions