Results 1 to 8 of 8
Im planning on setting up a SSH tunnel. I have a couple of questions though, does it mean i am basically using the internet that is connected to my second ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-24-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
SSH Tunnel
Im planning on setting up a SSH tunnel. I have a couple of questions though, does it mean i am basically using the internet that is connected to my second PC, and bypassing the firewalled internet on the first pc totally? If yes will it slow down my connection substaintially?
Do i need a reasonably fast second computer at home? Which distribution would i be better off using?
Thank you for any help you can give,
James
- 08-24-2007 #2Could you be a bit more specific?
Originally Posted by spadez
Yes. Encrypting traffic always has overhead.
Originally Posted by spadez
- 08-24-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
Not really, im new to linux and i only know a SSH tunnel is what i need, but im unsure how to get there.
I will be using it for downloading and possibly gaming too, but im wondering if my 1-2mb connection at home will be any use if it is routed to the first computer for games / downloads, to what degree will it effect my ping?
- 08-24-2007 #4
To approach this a different way: what is your goal?
Instead of "I need a ssh tunnel" can you explain what you're trying to accomplish? You want encrypted traffic between your laptop and wireless AP? Or what?
- 08-24-2007 #5Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
Im hoping to be able to connect to my computer in Kent from my house in london (limited internet access) and use it for a sock server (so im told) so i can run my programs, steam, msn etc which i can otherwise not do on my restricted internet in London.
- 08-25-2007 #6
I'm not sure what to suggest here. You can certainly set up ssh port forwarding (tunneling). If you don't require encryption between London and Kent, you could also set up a Linux NAT/Masquerade device.
You really need to know your stuff to do the latter, though. Setting it up incorrectly could leave you open to no end of attacks.
A quick google on ssh tunneling, and see how it goes.
- 08-25-2007 #7
Also, to answer your original questions:
Yes, you just need to be able to access the remote ports on the sshd server.
Originally Posted by spadez
The bottleneck will probably be your internet connection, unless you have some very old PCs.
Originally Posted by spadez
Any distro. There are good resources here for new Linux users on how to choose one.
Originally Posted by spadez
- 08-26-2007 #8
You also might like to check out IPCop. I've been doing some reading about it today (for an upcoming project), and it may actually fit what you need. Either the port forwarding or VPN facilities could be a solution to your problem. In this case you'd install IPCop on the Kent box.
It requires some level of understanding about IP networks, but it does provide a nice web gui interface for configuration.


Reply With Quote
