Re: [tor-relays] How to add the MyFamily line.

2013-09-10 Thread elrippo
Am Dienstag, 10. September 2013, 14:26:52 schrieb Ignoramus Americanus: For the start, i would leave it where it already is in the /etc/tor/torrc Take a look at the option, there will be explained what you can add. You can use NodeFamily or MyFamily. Kind regards, elrippo > Crystal clear, Elri

[tor-relays] Is this suspicious?

2013-09-10 Thread I
Sep 10 06:11:16.044 [Warning] eventdns: Address mismatch on received DNS packet.  Apparent source was 83.83.20.233:49222Sep 10 06:11:19.356 [Warning] eventdns: Address mismatch on received DNS packet.  Apparent source was 217.123.79.149:23102Sep 10 06:11:19.372 [Warning] eventdns: Address misma

Re: [tor-relays] How to add the MyFamily line.

2013-09-10 Thread Ignoramus Americanus
Crystal clear, Elrippo. Should it be added at the last line? I'm running exit relays and non-exit relays. Should they all be included in each torrc or grouped separately? -- Ignoramus Americanus ignora...@operamail.com On Tue, Sep 10, 2013, at 01:55 PM, Elrippo wrote: > -BEGIN PGP SIG

Re: [tor-relays] How to add the MyFamily line.

2013-09-10 Thread Elrippo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Get your fingerprint with cat /var/lib/tor/fingerprint Then add in your /etc/tor/torrc MyFamily $thefingerprint,$thefingerprint2,$thefingerprint3,$andsoon Ignoramus Americanus schrieb: >Would someone spell out how to include the MyFamily comment

[tor-relays] How to add the MyFamily line.

2013-09-10 Thread Ignoramus Americanus
Would someone spell out how to include the MyFamily comment in the torrc file, please? What is needed more? Exits, bridges, non-exit relays or hidden bridges? -- Ignoramus Americanus ignora...@operamail.com -- http://www.fastmail.fm - Or how I learned to stop worrying and

Re: [tor-relays] Running Bind locally

2013-09-10 Thread Yoriz
Bright Star, thank you for your elaborate explanation! On Sep 10, 2013, at 09:45 , Bry8 Star wrote: > Set your Recursive/caching DNS-Server portion in BIND to listen on > 127.0.0.1:53, And set your machine's Network adapter's DNS-Server > settings to use only 127.0.0.1 as your DNS-Server, then all

Re: [tor-relays] Running Bind locally

2013-09-10 Thread Felix Eckhofer
Hey. Am 10.09.2013 10:14, schrieb Eugen Leitl: Speaking about recursive DNS for BIND, does anyone have a working set of options which limit recursive DNS queries to just the local subnet, and another couple IPs, maybe? options { allow-recursion { 192.168.0.0/24; }; }; http://www.bind9.net/

Re: [tor-relays] Running Bind locally

2013-09-10 Thread tor
For linux bind named.conf: Within "options {" put: allow-query { any; }; allow-recursion { trusted; }; allow-query-cache { trusted; }; Then, add this new section somewhere after the options closing bracket: acl "trusted" { localhost; localnets; //netblocks/IPs you want, examples below: 123

Re: [tor-relays] Running Bind locally

2013-09-10 Thread Eugen Leitl
On Tue, Sep 10, 2013 at 12:45:03AM -0700, Bry8 Star wrote: > If you run your own BIND/named as Authoritative DNS-Server, for some > domain-name that you own, and if it is also configured to function > as a Recursive DNS-Server for local software (in that computer), and > if you have enabled DNSSEC

Re: [tor-relays] Running Bind locally

2013-09-10 Thread Bry8 Star
Hi, If you run your own BIND/named as Authoritative DNS-Server, for some domain-name that you own, and if it is also configured to function as a Recursive DNS-Server for local software (in that computer), and if you have enabled DNSSEC (for recursive side), then that would be better, imho. Such, R