abferm Posted December 31, 2010 Share 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 Link to comment Share on other sites More sharing options...
Sparda Posted December 31, 2010 Share 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 Link to comment Share on other sites More sharing options...
abferm Posted January 1, 2011 Author Share 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 Link to comment Share on other sites More sharing options...
Mr-Protocol Posted January 1, 2011 Share Posted January 1, 2011 iptables would be a solution. Quote Link to comment Share on other sites More sharing options...
Sparda Posted January 1, 2011 Share 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 Link to comment Share on other sites More sharing options...
abferm Posted January 1, 2011 Author Share 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 Link to comment Share on other sites More sharing options...
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.