Jump to content

Tunneling To Connect Using Ssh


Recommended Posts

Posted

I was trying to set up ssh so I can access my computer from wherever I want. The problem is my computer isn't assigned a public ip. Can bounce the connection off a remote computer somehow? Is ssh IPv6 compatible so I can us Teredo?

Posted

SSH will work with IPv6, but the trouble with using Teredo is that the computer you are connecting from needs to be on the IPv6 Internet as well.

Can you not setup port forwarding?

Posted

My internet goes through a series of routers and I would have to set it up on all of them. Could I do something like reverse port forwarding where my computer is looking to see if someone is trying to connect to a different ip and forward the connection to itself?

psudocode example:

redirect -from 20.000.000.10:22 -to localhost:22

Posted

My internet goes through a series of routers and I would have to set it up on all of them. Could I do something like reverse port forwarding where my computer is looking to see if someone is trying to connect to a different ip and forward the connection to itself?

You could use a VPN service like hamachi.

Posted (edited)

I'll have to look into that.

iptables would be a solution.

Could you explain iptables, or point me to an explanation?

Edited by abferm

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...