Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

SSH TUNNEL for other laptops through a mac mini?

Hello everyone, if this is indeed possible I think it will be an easy one for all of you.


OK, currently I do the following to set up a proxy server to use while browsing.


ssh -D 9999 user@blah.blah.com


then I set up Firefox to use localhost and port 9999 as the SOCKS proxy. I am doing that now and everything is OK.


Currently that blah.blah.com is a hosted machine that I pay for. I am tunneling through it on my laptop.

Sometimes I also have my wife do the same, so I have to go over to her laptop and do the ssh -D deal and put in my password for that hosted machine.


Now, we also have a mac mini in the house that we both have access to.


Could I do the ssh -D 9999 user@blah.blah.com on the Mac Mini, leave it up and running all the time, and instead of setting Firefox to use "localhost" and port 9999, set Firefox on both of our machines to use MAC.MINI.IP.ADDY and port 9999 so that that tunnel is always available?


I tried this out and it wasn't working... but I guess I'm just doing something wrong.


Let me know if this makes sense, and if there is anyway I can do it!


Thanks for any help.


- harvey

Posted on May 8, 2011 3:38 AM

Reply
2 replies

May 8, 2011 12:43 PM in response to Linc Davis

If you want to use the Mac mini as your proxy server, then you point your ssh -D at your Mac mini


ssh -D 9999 user@mac.mini.address


The browser setup is the same.


You can use separate accounts for you and your wife. You could even setup ssh-keygen keys.


If you want to access your Mac mini from outside your house, will need to port forward port 22 to your Mac mini. See <http://portforward.com>


You may also want to get a free dynamic DNS name to make finding you home router's address easier. No-IP.com or DynDNS.org

SSH TUNNEL for other laptops through a mac mini?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.