How to use my Windows VPS as a proxy for Ubuntu ?

luisqp66

Junior Member
Joined
Jun 27, 2012
Messages
131
Reaction score
12
Hi,

Anyone knows how to use my Windows VPS as a proxy for my home laptop running with Ubuntu ?

I really spent some time on G but i could't find anything clear.

Thanks !!!
 
Thanks Nixmy but it doesnt help me.
I dont need proxy but I need to creaty tunnel SSH between my Ubuntu laptop to my windows 7 VPS. Then use the Windows VPS IP address as a private proxy for my browsing using Ubuntu laptop.

Anyowe ??
 
Download the latest winscp, connect from your win 7 VPS to your ubuntu (a valid shell account is needed) and select from winscp 'Connect through SSH tunnel'. Now you should be able to connect back to your win7 VPS using the IP and port on your ubuntu. I am currently on a bad spot so I could not fully test this.

However I've done this many times using two linux boxes and SSH port forwarding features ... I don't see any reason why it would not work with win7 and linux.

It could be you need some kind of software for windows before this work. I am currently on this kind of setup:

Win7 ==> connected to internet using an iPhone 3GS personal hotspot feature (iPhone is currently my internet router)
I've also a linux server here in LAN with Win7 box, before I was able to route my linux to internet through Win7, I needed to setup Win7 LAN card in to 'forwarding' mode with linux box LAN card. Finally I needed to route with linux all stuff through the same LAN card before my linux box was able to also connect to the internet through iPhone which is using my GSM operator 3G network :)

Hopefully I pointed you to the right direction. If you can't get this working, try to ask on stackoverflow or on linuxquestions, those places have usually more technically skilled users.
 
Last edited:
Woow now I am really lost guys....
I mean, Using a Linux VPS server acting as a proxy for a window laptop seems very easy. There is plenty of tutorials on G. We only need to download Putty, configure and run on windos laptop and thats pretty much all we need to do.

However, It seems that doing in the oposite way ( Ubuntu Laptop and Window server) is really complicated ! At least for me !!
 
Hi thejake, thanks for your advises but I dont want to do stuff the non-Windows way with a windows vps. I just want to do this the eaasy way. But it seems no one is clear on how to explain this to a noob. May be I should ask this question to another forum !
 
there a modified squid for windows...you might want to try that out
 
I dont need proxy but I need to creaty tunnel SSH between my Ubuntu laptop to my windows 7 VPS. Then use the Windows VPS IP address as a private proxy for my browsing using Ubuntu laptop. Anyowe ??
You can setup a proxy server in your Windows 7 VPS using the software WinGate or CCProxy (free for one user). I suppose the proxy is running on the port 8088 and the IP of your Windows VPS is 1.2.3.4. Then you can set the proxy "1.2.3.4:8088" in your Ubuntu browser (Firefox or Chrome). Now your Ubuntu browser is using the IP of your Windows VPS.
 
use 3proxy , it's easy as and you can setup http/https or socks - whatever you like.
 
You can setup a proxy server in your Windows 7 VPS using the software WinGate or CCProxy (free for one user). I suppose the proxy is running on the port 8088 and the IP of your Windows VPS is 1.2.3.4. Then you can set the proxy "1.2.3.4:8088" in your Ubuntu browser (Firefox or Chrome). Now your Ubuntu browser is using the IP of your Windows VPS.

I think this is the best advice!
 
You can setup a proxy server in your Windows 7 VPS using the software WinGate or CCProxy (free for one user). I suppose the proxy is running on the port 8088 and the IP of your Windows VPS is 1.2.3.4. Then you can set the proxy "1.2.3.4:8088" in your Ubuntu browser (Firefox or Chrome). Now your Ubuntu browser is using the IP of your Windows VPS.

Thanks it really was SO EASY !!! I used CCproxy it is free for 3 users !
 
Last edited:
you can also use handcrafted software - freeproxy
 
What command should I use in UBUNTU in order to have a SSH tunnel between my UBUNTU and my VPS server using CCproxy?

I know it is something like "ssh -x VPSIP:port " does any one know ? I could'nt find any tutorial adapted to my situation in G00gle
 
Back
Top