All times are UTC + 1 hour




Post new topic Reply to topic  [ 13 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: vpn + Tor + Jondo whith sockschain
PostPosted: Mon Apr 02, 2012 7:35 

Joined: Mon Apr 02, 2012 7:22
Posts: 11
Hi everybody, I whant to know if is possible to create a chain composed by a VPN, Tor and finally JonDo. Mi VPN listening on 127.0.0.1 1080 (socks 5) and Tor and Jondo listening on the default port. For example, can I set this proxyes in proxychains:

socks5 127.0.0.1 1080
socks5 127.0.0.1 9050
http. 127.0.0.1 4001

Thanks!


Top
 Profile  
 
 Post subject: Re: vpn + Tor + Jondo whith sockschain
PostPosted: Mon Apr 02, 2012 8:10 
User avatar

Joined: Mon Dec 29, 2008 15:58
Posts: 1842
This does not work. The Tor exit node can not connect JonDo running on your computer and the VPN server ca not connect to the Tor client running on your computer.

1: You have to redirect all traffic with sockschain to JonDo (127.0.0.1:4001)

2: You have to configure a proxy in JonDo and use your local Tor client. See: https://anonymous-proxy-servers.net/en/help/net.html (Compulsory proxy/firewall and Tor hints)

3: Tor does not need any configuration to use the VPN. Turn your VPN on and the Tor traffic goes to the VPN server first.

In this case your traffic goes the following way:

application - sockschain -- JonDo client - Tor client - VPN - Tor network - mix cascades - web

I believe, this is, want you want.


Top
 Profile  
 
 Post subject: Re: vpn + Tor + Jondo whith sockschain
PostPosted: Mon Apr 02, 2012 12:39 

Joined: Mon Apr 02, 2012 7:22
Posts: 11
Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!


Top
 Profile  
 
 Post subject: Re: vpn + Tor + Jondo whith sockschain
PostPosted: Mon Apr 02, 2012 17:15 

Joined: Mon Apr 02, 2012 7:22
Posts: 11
Can I ask another question? Is it possible to add an SSH tunnel at the end of the chain?


Top
 Profile  
 
 Post subject: Re: vpn + Tor + Jondo whith sockschain
PostPosted: Tue Apr 03, 2012 8:04 
User avatar

Joined: Mon Dec 29, 2008 15:58
Posts: 1842
Yes, you may create a SSH configuration in $HOME/.ssh/config with:
Code:
Host myserver
HostName 123.123.123.123
LocalForward   3122    localhost:3128
Port 22
User sshuser

In my example the SSH server is running a HTTP proxy (may be Squid proxy) listen at localhost:3128 on the server. SSH will forward the port 3122 on your computer to the HTTP proxy.

Now you can start ssh with
Code:
> proxychains ssh myserver

Set the proxy in your browser to localhost:3122.

The traffic goes the following way:

Browser - JonDo client - Tor client - VPN server - Tor network - Mix cascades - SSH server - web server


Top
 Profile  
 
 Post subject: Re: vpn + Tor + Jondo whith sockschain
PostPosted: Tue Apr 03, 2012 9:28 

Joined: Mon Apr 02, 2012 7:22
Posts: 11
Thank you very much!


Top
 Profile  
 
 Post subject: Re: vpn + Tor + Jondo whith sockschain
PostPosted: Wed Apr 04, 2012 13:28 

Joined: Mon Apr 02, 2012 7:22
Posts: 11
But in this case the traffic doesn't go only throught the SSH tunnell? Where is the link with the VPN, Tor and JonDo. Thank you


Top
 Profile  
 
 Post subject: Re: vpn + Tor + Jondo whith sockschain
PostPosted: Wed Apr 04, 2012 20:26 
User avatar

Joined: Mon Dec 29, 2008 15:58
Posts: 1842
proxychains redirects the outgoing SSH traffic to JonDo. JonDo uses the SOCKS5 proxy Tor and the outgoing traffic of Tor goes to your VPN server first.

You have to run:
Code:
> proxychains ssh

Not only "ssh" without proxychains.


Top
 Profile  
 
 Post subject: Re: vpn + Tor + Jondo whith sockschain
PostPosted: Wed Apr 04, 2012 20:41 

Joined: Mon Apr 02, 2012 7:22
Posts: 11
OK, all clear! You are very kind and helpful. thanks


Top
 Profile  
 
 Post subject: Re: vpn + Tor + Jondo whith sockschain
PostPosted: Mon Jun 25, 2012 23:42 

Joined: Sat Jun 02, 2012 23:02
Posts: 80
Hello,

I have modified questions as follows:

The communication via Internet should first of all be channelled by a
VPN-access (incl. Proxy; I use SecureSwiss). Afterwards it should be
channelled by the premium rate of JonDonym.

(a) Is it sufficient to start JonDonym after accessing the internet by
VPN in order to guarantee that the required effect occurs (so that all data will be sent via the VPN-access to the
entrance-mix of JonDonym)?
Or are special adjustments necessary?

(b) Will the complete data exchange (e.g. E-Mail, Updates, Chats,
etc.) be channelled via VPN and JonDonym considering the adjustments
mentioned in point (a)?

(c) Does it make any sense to use a Proxifier in order to deposit
JonDonym in it as a Proxy? Any internet access should also be
channelled first via VPN (incl. Proxy) and then via JonDonym.

The answer can be forwarded also in German. I have just written here
due to the similarity of my questions.

Thank you!


Hallo,

ich habe eine etwas abgewandelte Fragestellung.

Der Internetverkehr soll zunächst über einen VPN-Zugang (inkl. Proxy,
ich verwende SecureSwiss), anschließend über den Premium Tarif von
JonDonym geleitet werden.

(a) Reicht es hier aus, JonDonym nach dem VPN-Zugang zu starten, um
sicherzustellen, das der gewünschte Effekt eintritt (somit alle Daten
über den VPN-Zugang zum Eingangsmix von JonDonym geleitet werden) oder
sind hier besondere Einstellungen zu beachten?

(b) Wird bei den Einstellungen aus (a) sämtlicher Datenaustausch über VPN und
JonDonym geleitet (z. B. auch E-Mails, Updates von Programmen, Chats
etc.)?

(c) Macht es Sinn, ggf. einen Proxifier zu verwenden und in diesem
JonDonym als Proxy zu hinterlegen? Der Gedanke ist auch hier, dass
sämtlicher Verkehr zunächst über VPN (inkl. Proxy) und anschließend über
JonDonym läuft.

Viele Dank!!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
Free Trial for Premium Services
Free Trial for Premium Services
Get your free test code for JonDonym Premium services!
JonDonym News
JonDo Error Message
Fri, 03 Mai 2013
HTTPS Certificate Updates
Fri, 22 Feb 2013
Speaker's Corner
First-Party Cookies
Thu, 09 May 2013
JonDoBrowser 0.6 - Status Report
Tue, 16 Apr 2013
For your web site - free!
Get your free IP check image for your web site or forum here!
Latest software releases
JonDo 0.18.001
Tue, 29 May 2012
JonDoFox 2.6.14
Wed, 15 May 2013
JonDoBrowser 0.7 Beta
Tue, 21 May 2013
Live-CD/DVD 0.9.41
Fri, 12 Apr 2013