Re: [tor-talk] tor with vpn

2016-07-06 Thread Solokov
Which is open source: https://github.com/AirVPN/airvpn-client I'm just saying, he won't be using this method anyway. m...@beroal.in.ua: > "This connection mode works *ONLY* with AirVPN Client." Thus this is > sensible only if you trust the source code of AirVPN Client. > > On 05.07.16 08:37, Sol

Re: [tor-talk] tor with vpn

2016-07-05 Thread grarpamp
On 7/5/16, Mirimir wrote: > True. It's much more flexible. But it makes me nervous. This also makes > me nervous: Users just firing off scripts and whatever else they run like TBB without bothering to learn test validate anything at all... yeah. Ansible can 'rm -rf /' too, but at least it's there

Re: [tor-talk] tor with vpn

2016-07-05 Thread Mirimir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/05/2016 05:38 AM, I wrote: >> I wrote: >>> Opera has built-in free VPN through several countries. >> > mirimir> It's not really a VPN, I think. > > What is it? According to spaze, it's just a HTTP/S proxy.[0] But even without that evidence, i

Re: [tor-talk] tor with vpn

2016-07-05 Thread I
>I wrote: >> Opera has built-in free VPN through several countries. > mirimir> It's not really a VPN, I think. What is it? -- tor-talk mailing list - tor-talk@lists.torproject.org To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] tor with vpn

2016-07-05 Thread me
"This connection mode works *ONLY* with AirVPN Client." Thus this is sensible only if you trust the source code of AirVPN Client. On 05.07.16 08:37, Solokov wrote: If you're using AirVPN, check it out: https://airvpn.org/tor/ message: Readers, Can someone please explain if it is possible to

Re: [tor-talk] tor with vpn

2016-07-05 Thread Mirimir
On 07/05/2016 01:34 AM, grarpamp wrote: > On 7/4/16, Mirimir wrote: >> Yes, VMs are heavyweight. But iptables rules for this are pretty >> trivial. Drop everything (input, forward and output). Accept output on >> eth0 only for user debian-tor. Accept all output on tun0. > > Sure that big hammer a

Re: [tor-talk] tor with vpn

2016-07-05 Thread grarpamp
On 7/4/16, Mirimir wrote: > Yes, VMs are heavyweight. But iptables rules for this are pretty > trivial. Drop everything (input, forward and output). Accept output on > eth0 only for user debian-tor. Accept all output on tun0. Sure that big hammer approach works for many. But it's not trivial, or

Re: [tor-talk] tor with vpn

2016-07-04 Thread Solokov
If you're using AirVPN, check it out: https://airvpn.org/tor/ message: > Readers, > > Can someone please explain if it is possible to use tor with a vpn? The > reason is to overcome tor nodes being banned by certain service > providers (in this example a blog host). > > Ideally, would like to

Re: [tor-talk] tor with vpn

2016-07-04 Thread Mirimir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/04/2016 09:04 PM, grarpamp wrote: > On 7/4/16, Mirimir wrote: >> If you're using the plain tor client, you can route a VPN through >> Tor by adding these lines to the openvpn .conf file in >> /etc/openvpn: >> >> socks-proxy 127.0.0.1 9050 /etc/

Re: [tor-talk] tor with vpn

2016-07-04 Thread grarpamp
On 7/4/16, Mirimir wrote: > If you're using the plain tor client, you can route a VPN through Tor > by adding these lines to the openvpn .conf file in /etc/openvpn: > > socks-proxy 127.0.0.1 9050 /etc/openvpn/up > socks-proxy-retry And if you're then trying to point various socks5 enabled apps th

Re: [tor-talk] tor with vpn

2016-07-04 Thread Mirimir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/04/2016 08:04 PM, I wrote: > Opera has built-in free VPN through several countries. It's not really a VPN, I think. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAEBAgAGBQJXexe4AAoJEGINZVEXwuQ+ENcIAJLc2rDEKmqROA62In4ab

Re: [tor-talk] tor with vpn

2016-07-04 Thread I
Opera has built-in free VPN through several countries. -- tor-talk mailing list - tor-talk@lists.torproject.org To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] tor with vpn

2016-07-04 Thread Mirimir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/04/2016 08:29 AM, m...@beroal.in.ua wrote: > On 04.07.16 11:48, message wrote: >> Readers, >> >> Can someone please explain if it is possible to use tor with a >> vpn? The reason is to overcome tor nodes being banned by certain >> service provid

Re: [tor-talk] tor with vpn

2016-07-04 Thread me
On 04.07.16 11:48, message wrote: Readers, Can someone please explain if it is possible to use tor with a vpn? The reason is to overcome tor nodes being banned by certain service providers (in this example a blog host). You can connect through Tor and (HTTP or SOCKS proxy, but not VPN) by "pr

[tor-talk] tor with vpn

2016-07-04 Thread message
Readers, Can someone please explain if it is possible to use tor with a vpn? The reason is to overcome tor nodes being banned by certain service providers (in this example a blog host). Ideally, would like to access via a command terminal, e.g. torsocks [vpn] [command terminal program] The