Re: [tor-talk] howto: Raspberry Pi as transparent tor proxy

2012-10-31 Thread Raviji
On Wed, 31 Oct 2012 09:05:36 + adrelanos wrote: > Sven Wolf: > > In my opionion there is room for improvment. Maybe someone have > > additional ideas or configuration recommendations, e.g. for the firewall. > > I think you can get loads of suggestions from the Whonix project. [1] > [2] It's

Re: [tor-talk] howto: Raspberry Pi as transparent tor proxy

2012-10-31 Thread Raviji
Very nice, For firewall you can consider the following iptables -F iptables -X iptables -Z iptables -t nat -Z 2>/dev/null iptables -t mangle -Z iptables -t nat -F iptables -t mangle -F iptables -P INPUT DROP iptables -P FORWARD DROP iptables -P OUTPUT DROP # Established incomin

Re: [tor-talk] Flash, Linux and Tor

2012-10-16 Thread Raviji
On Fri, 12 Oct 2012 13:12:53 + adrelanos wrote: > Raviji: > > On Fri, 12 Oct 2012 11:38:34 + > > adrelanos wrote: > > > >> Outlaw: > >>> Hi! Let`s say main linux user A is cut off from Internet with iptables, > >>> user B starts

Re: [tor-talk] Flash, Linux and Tor

2012-10-12 Thread Raviji
On Fri, 12 Oct 2012 11:38:34 + adrelanos wrote: > Outlaw: > > Hi! Let`s say main linux user A is cut off from Internet with iptables, > > user B starts Tor. If I run TorBrowser by user A, connect it to Tor > > (which is started by B) with socks and turn on flash plugin, is there > > any secur

Re: [tor-talk] system-wide tor successful

2012-09-28 Thread Raviji
One tweaking can be done to exclude the domain based smtp and pop3 based traffic. say smtp.gmail.com at port 993 etc... to allow direct smtp and pop at gmail.com On Fri, 28 Sep 2012 18:10:09 +0530 Raviji wrote: > Hello, > > I like to share with you all that my system-wide tor is s

[tor-talk] system-wide tor successful

2012-09-28 Thread Raviji
Hello, I like to share with you all that my system-wide tor is successful. I am not confident about the benefit of polipo/privoxy ; pdnsd, ttdnsd. I just use tor and its DNSPort (port 53) without any caching DNS server as well as proxy. At /etc/resolv.conf set name server to 127.0.0.1 I have c

[tor-talk] DNS query enforcement not working

2012-09-26 Thread Raviji
Hello list, I like to use tor Dnsport (port 53) . I have configure iptables to do the same as below iptables -F iptables -X iptables -Z iptables -t nat -Z 2>/dev/null iptables -t mangle -Z iptables -t nat -F iptables -t mangle -F iptables -P INPUT DROP iptables -P FORWARD DROP iptab

[tor-talk] need only tor-browser firefox and chrome

2012-09-21 Thread Raviji
Hello, I am running tor, polipo, ttdnsd and pdnsd at system services. Is there any tor firefox and chrome available without these components ? Thanks ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/l

Re: [tor-talk] almost success toward complete tor enforcement, need little help now

2012-09-18 Thread Raviji
On Tue, 18 Sep 2012 13:32:43 + adrelanos wrote: > > > [Q] What is the iptables rule to redirect all 80 and 443 traffic through > > polipo 8118 port ? Then no configuration is > > required at browser level. > > You don't need iptables for that. Tor is running on a Gateway. Tor > Browser wit

[tor-talk] almost success toward complete tor enforcement, need little help now

2012-09-18 Thread Raviji
Dear list, I wonder if I can setup a box which provides complete traffic enforcement through tor. The tails project has encouraged me to work in that direction. With the tails documentations and with some online guide like https://cryptoanarchy.org/wiki/Build_your_own_livething I am able to se

[tor-talk] almost success toward complete tor enforcement, need little help now

2012-09-18 Thread Raviji
Dear list, I wonder if I can setup a box which provides complete traffic enforcement through tor. The tails project has encouraged me to work in that direction. With the tails documentations and with some online guide like https://cryptoanarchy.org/wiki/Build_your_own_livething I am able to se