Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Spoodleydog

9 posts

Wannabe Geek


#140788 20-Feb-2014 11:14
Send private message

Hi
I want to hook in to the public wifi at my local library and so I looked in to a couple of free vpn programms, cyberghost and an

Create new topic
Spoodleydog

9 posts

Wannabe Geek


  #991012 20-Feb-2014 11:18
Send private message

Opps clumsy fingers on iphone, anyway to finish my post I wanted a vpn to protect my own data (not to spy) but it seems the library network blocks them which is good I guess... Anyway I have used the most secure settings on my Win 8 laptop. Any other recommendations for a third party option like a vpn that might add extra security?
Cheers
Lil miss paranoid



johnr
19282 posts

Uber Geek
+1 received by user: 2526
Inactive user


  #991013 20-Feb-2014 11:18
Send private message

This is free WiFi correct?

Klipspringer
2385 posts

Uber Geek
+1 received by user: 286
Inactive user


  #991036 20-Feb-2014 12:06
Send private message

Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.



surfisup1000
5288 posts

Uber Geek
+1 received by user: 2159


  #991054 20-Feb-2014 12:25
Send private message

Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.


wouldn't that affect the home network? You would need to port forward port 443 to your pc on your home router.  But, then if you are using another pc in the house for https , then , would that be affected?

hio77
'That VDSL Cat'
13036 posts

Uber Geek
+1 received by user: 3896

ID Verified
Trusted
Lizard Networks
Subscriber

  #991061 20-Feb-2014 12:43
Send private message

Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.


quite an elegant solution compared to a few alternatives i have gone about..




#include <std_disclaimer>

 

Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have. 


Klipspringer
2385 posts

Uber Geek
+1 received by user: 286
Inactive user


  #991065 20-Feb-2014 12:47
Send private message

surfisup1000:
Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.


wouldn't that affect the home network? You would need to port forward port 443 to your pc on your home router.  But, then if you are using another pc in the house for https , then , would that be affected?


No won't affect your home network at all.

I will draw up a little diagram later as how I set mine up. I have been using this same setup for about 5years now.
You will also need to install a proxy server like squid on your home PC.

HP

 
 
 
 

Shop now for HP laptops and other devices (affiliate link).
hio77
'That VDSL Cat'
13036 posts

Uber Geek
+1 received by user: 3896

ID Verified
Trusted
Lizard Networks
Subscriber

  #991070 20-Feb-2014 12:51
Send private message

Klipspringer:
surfisup1000:
Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.


wouldn't that affect the home network? You would need to port forward port 443 to your pc on your home router.  But, then if you are using another pc in the house for https , then , would that be affected?


No won't affect your home network at all.

I will draw up a little diagram later as how I set mine up. I have been using this same setup for about 5years now.
You will also need to install a proxy server like squid on your home PC.


proxy server? wouldnt it be easier to just use ssh and a dynamic tunnel? 




#include <std_disclaimer>

 

Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have. 


Klipspringer
2385 posts

Uber Geek
+1 received by user: 286
Inactive user


  #991076 20-Feb-2014 12:59
Send private message

hio77:
Klipspringer:
surfisup1000:
Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.


wouldn't that affect the home network? You would need to port forward port 443 to your pc on your home router.  But, then if you are using another pc in the house for https , then , would that be affected?


No won't affect your home network at all.

I will draw up a little diagram later as how I set mine up. I have been using this same setup for about 5years now.
You will also need to install a proxy server like squid on your home PC.


proxy server? wouldn't it be easier to just use ssh and a dynamic tunnel? 


Maybe. But I have a proxy server running on port 3128.
I just forward that through the ssh tunnel to a local port on the machine. Ie 9001.

Then i setup my web browser to use the proxy, ie localhost:9001



hio77
'That VDSL Cat'
13036 posts

Uber Geek
+1 received by user: 3896

ID Verified
Trusted
Lizard Networks
Subscriber

  #991080 20-Feb-2014 13:07
Send private message

Klipspringer:
hio77:
Klipspringer:
surfisup1000:
Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.


wouldn't that affect the home network? You would need to port forward port 443 to your pc on your home router.  But, then if you are using another pc in the house for https , then , would that be affected?


No won't affect your home network at all.

I will draw up a little diagram later as how I set mine up. I have been using this same setup for about 5years now.
You will also need to install a proxy server like squid on your home PC.


proxy server? wouldn't it be easier to just use ssh and a dynamic tunnel? 


Maybe. But I have a proxy server running on port 3128.
I just forward that through the ssh tunnel to a local port on the machine. Ie 9001.

Then i setup my web browser to use the proxy, ie localhost:9001




if you have it there, may aswell use it, cut down on some bandwith, but for an occasional use, ild probably just use a dynamic tunnel




#include <std_disclaimer>

 

Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have. 


ubergeeknz
3344 posts

Uber Geek
+1 received by user: 1041

Trusted
Vocus

  #991096 20-Feb-2014 13:38
Send private message

SSH tunnel works very nicely; have used it at public libraries a few times. Seems to make things a lot faster too.

Spoodleydog

9 posts

Wannabe Geek


  #991148 20-Feb-2014 14:39
Send private message

Wow thanks for all your replies. Ill give the shh tunnel a try first and see how that goes....

 
 
 

Move to New Zealand's best fibre broadband service (affiliate link). Free setup code: R587125ERQ6VE. Note that to use Quic Broadband you must be comfortable with configuring your own router.
Spoodleydog

9 posts

Wannabe Geek


  #991149 20-Feb-2014 14:40
Send private message

Oops i meant ssh tunnel.

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.