|
You should make sure the SSH connection is still working. It seems likely that NAT between you and your Linode is forgetting about the connection, and so everything stops working. I'd remove the command, and just bring the tunnel addresses up by hand after logging in, and then start your ping; when it fails, go back to the SSH connection, and see if you can type anything. If you can't, then NAT between you and your Linode forgot about the connection, and dropped it. All traffic flowing over an SSH connection, including tunnels and port forwarding is encrypted, so it would be impossible for any stateful firewall to determine that you're doing layer 3 tunneling through your SSH connection and block only that traffic.
-Doug
|