abferm Posted December 31, 2010 Posted December 31, 2010 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? Quote
Sparda Posted December 31, 2010 Posted December 31, 2010 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? Quote
abferm Posted January 1, 2011 Author Posted January 1, 2011 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 Quote
Sparda Posted January 1, 2011 Posted January 1, 2011 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. Quote
abferm Posted January 1, 2011 Author Posted January 1, 2011 (edited) I'll have to look into that. iptables would be a solution. Could you explain iptables, or point me to an explanation? Edited January 1, 2011 by abferm Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.