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
Inactive user


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

This is free WiFi correct?

Klipspringer
2385 posts

Uber Geek
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


  #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
12999 posts

Uber Geek

ID Verified
Trusted
Lizard Networks

  #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
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.

hio77
12999 posts

Uber Geek

ID Verified
Trusted
Lizard Networks

  #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.

 

 


 
 
 

Trade NZ and US shares and funds with Sharesies (affiliate link).
Klipspringer
2385 posts

Uber Geek
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
12999 posts

Uber Geek

ID Verified
Trusted
Lizard Networks

  #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

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....

Spoodleydog

9 posts

Wannabe Geek


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

Oops i meant ssh tunnel.

Create new topic





News and reviews »

Gen Threat Report Reveals Rise in Crypto, Sextortion and Tech Support Scams
Posted 7-Aug-2025 13:09


Logitech G and McLaren Racing Sign New, Expanded Multi-Year Partnership
Posted 7-Aug-2025 13:00


A Third of New Zealanders Fall for Online Scams Says Trend Micro
Posted 7-Aug-2025 12:43


OPPO Releases Its Most Stylish and Compact Smartwatch Yet, the Watch X2 Mini.
Posted 7-Aug-2025 12:37


Epson Launches New High-End EH-LS9000B Home Theatre Laser Projector
Posted 7-Aug-2025 12:34


Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01









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.