Mercurial > hg > anonet-resdb
annotate doc/www.anonet2.org/public_pod/faq.pod @ 98:8c1074a9de05 draft
added links to the darknet comparison page
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Sun, 08 Aug 2010 08:27:43 +0000 |
parents | 5137f1e1cab7 |
children | 9c10447fe9d4 |
rev | line source |
---|---|
54 | 1 =head1 AnoNet2 FAQ |
2 | |
3 Back to homepage - L<http://www.anonet2.org/> | |
4 | |
5 =head2 Resources | |
6 | |
7 =over | |
8 | |
9 =item Why do you use 1.0.0.0/8? It's been assigned to APNIC. You should use private (RFC1918) address space like 10.0.0.0/8. | |
10 | |
57 | 11 AnoNet is a public network, and as such it should use public address |
12 space. ICANN (a private corporation) controls the public resources on | |
13 the IcannNet (a.k.a. the "public" Internet), and has delegated 1.0.0.0/8 | |
14 on the IcannNet to APNIC. AnoNet is a separate public network, that | |
15 doesn't answer to ICANN (nor to anybody else, for that matter). Now, | |
16 that said, when AnoNet started using 1.0.0.0/8 it was reserved (i.e., | |
17 not to be allocated), but because of ICANN's mismanagement of the IPv4 | |
18 address space (which is why nearly all 4 billion addresses have already | |
19 been assigned, in a world with only 6 billion total people, including all | |
20 the starving babies in Africa who don't even know yet what a computer is), | |
21 ICANN had to take 1.0.0.0/8 out of its "reserved" pool and to put it into | |
22 the "assignable" pool. AnoNet has no control over ICANN policy, so while | |
23 AnoNet did attempt to avoid directly conflicting with IcannNet addresses, | |
24 ICANN ultimately made sure that attempt would fail. (If you'd like to | |
25 connect to an internet with address space that's still in the ICANN | |
26 "reserved" pool, you may want to try VAnet.) Using private address | |
27 space is inappropriate for a public network, per RFC1918. (If you'd | |
28 like to connect to an internet that uses private address space anyway, | |
29 you may want to try dn42 at L<http://www.dn42.net/>.) | |
54 | 30 |
31 =item If you use 1.0.0.0/8, you're squatting on somebody else's resources. | |
32 | |
57 | 33 If you use 1.0.0.0/8 on the IcannNet, then your statement is correct, |
58 | 34 but AnoNet and IcannNet are two totally separate public internets, |
57 | 35 so it's ridiculous to accuse a participant in one to be squatting |
36 on resources on the other. ICANN has no divine right to 1.0.0.0/8 | |
37 (nor to any other netblock, for that matter) outside the IcannNet. | |
38 Moreover, using 10.0.0.0/8 I<would> be squatting on private address | |
39 space (address space that's reserved for your own home network), | |
40 per RFC1918. (While AnoNet couldn't care less about ICANN, we do use | |
41 the IETF protocols (with s/IcannNet/AnoNet/), so if the IETF says that | |
42 10.0.0.0/8 is reserved for your own home network, far be it from us to | |
43 steal it for some "public" network.) | |
54 | 44 |
45 =item AnoNet runs on the IcannNet. Therefore, you _are_ squatting. | |
46 | |
57 | 47 That last accusation has no logical basis. Just because most AnoNet |
48 links are tunneled over the IcannNet doesn't give ICANN a right to rule | |
49 the content of those tunnels. | |
54 | 50 |
51 =item You should move to IPv6, then. | |
52 | |
57 | 53 AnoNet has no rules, so you're more than welcome to move to IPv6, and/or |
54 to try to convince others to do the same. As long as you don't start | |
55 out with unrealistic expectations, you probably won't be disappointed | |
56 with the results of your preaching effort. | |
54 | 57 |
58 =back | |
59 | |
60 =head2 Peering | |
61 | |
62 =over | |
63 | |
64 =item What is peering all about? | |
65 | |
57 | 66 AnoNet is an internet. An internet means an internetwork, or a network |
67 that connects between networks. An internetwork is normally constructed | |
68 by making links between the different networks, and then carrying | |
69 internetwork traffic along those links. (If network A has a link to | |
70 network B, then traffic from A to B or from B to A should probably pass | |
71 through that link.) Such a link is called a "peering," and the two | |
72 sides of that link are called "peers." On the IcannNet, peerings are | |
73 normally done over leased lines, but due to the nature of AnoNet, using | |
74 leased lines isn't much of an option for most peerings. Therefore, most | |
75 peerings are done over tunnels on the IcannNet. The most common software | |
76 for AnoNet tunnels is OpenVPN, although tinc and quicktuns are also used. | |
77 (tinc in particular deserves special attention: it can create a mesh | |
78 between participants, sacrificing anonymity to achieve lower latency.) | |
54 | 79 |
80 =item Whom should I peer with? | |
81 | |
57 | 82 If you want to protect your anonymity, you'll want to peer with only |
83 a few others. If you're more interested in getting good latency, | |
84 you'll want a more promiscuous peering policy. Your peers are able to | |
85 access certain information (like your IP) that isn't easy for others | |
86 to access, so the harm in having too many peers is that the secrecy of | |
87 that information is protected by the "weakest" link. (The greater the | |
88 number of people who know a secret, the greater the number of people | |
89 who are likely to hear about it within a given time interval.) | |
54 | 90 |
91 =item How can I talk to the rest of AnoNet, if I'm only peered with a few others? | |
92 | |
57 | 93 How can you talk to Google, if you're only hooked up to your local ISP? |
94 The answer is that your ISP offers you "transit" to its peers, which | |
95 in turn offer your ISP transit to their peers, etc. (If network A is | |
96 connected to network B, which itself is connected to network C, then | |
97 with B's permission network A can talk to network C.) On AnoNet, most | |
98 peerings have BGP sessions managing the routing tables on both sides, | |
99 in order to provide mutual transit. (On AnoNet, providing transit is | |
100 an advantage, since it improves your own anonymity.) | |
54 | 101 |
102 =item Won't providing transit slow down my Internet connection? | |
103 | |
57 | 104 If you're the preferred transit provider between two guys who feel |
105 like streaming a whole ton of real-time studio-quality video back and | |
106 forth all day, that can certainly slow down (to put it mildly) your | |
107 dial-up connection. In reality, most traffic on AnoNet is plain text, | |
108 so you probably don't have too much to worry about, especially if you | |
109 have some sort of broadband connection. That said, if it ever _does_ | |
110 become an issue, all you have to do is stop providing transit (although | |
111 the particular case above is unlikely to persist even if you do nothing | |
112 at all, since the two streaming guys will quickly figure out that going | |
113 through you won't get them anywhere, and they'll most likely seek another | |
114 transit provider - or even just peer with each other directly), or use | |
115 simple BGP tricks to make transit through you less attractive to some | |
116 or all of the AnoNet. | |
54 | 117 |
118 =back | |
119 | |
120 =head2 DNS | |
121 | |
122 =over | |
123 | |
124 =item How is DNS handled on AnoNet? | |
125 | |
57 | 126 AnoNet has a number of TLDs (Top-Level Domains), the most interesting |
127 one being .ano. The entire zone is public (unlike, say, the .com zone | |
128 on the IcannNet), so you can easily deploy your own TLD nameservers. | |
129 In fact, the git resdb already includes scripts to generate both | |
130 tinydns and BIND zonefiles automatically. That said, SRN has public | |
131 root and TLD nameservers, if you don't feel like setting up your own. | |
132 SRN also has a public recursive resolver (which also resolves IcannNet | |
133 names), which you can use if you can't even be bothered to set up your | |
134 own recursive resolver. Please note that you're telling SRN about all | |
135 hostnames that you lookup if you do this. (Right now, you're probably | |
136 telling your ISP the same information, BTW.) | |
54 | 137 |
138 =item I want my own domain. How can I set it up? | |
139 | |
57 | 140 You have a number of options, depending on (a) your current |
141 infrastructure, and (b) your interest/ability to deploy additional | |
142 infrastructure. The resource database is just a whole bunch of | |
143 directories/files stored in a git repository, so adding a domain into | |
144 "AnoNet" essentially boils down to adding the right files/directories into | |
145 everybody's git repository. (Fortunately, most guys send and receive | |
146 updates among themselves on a regular basis, so your new domain should | |
147 "propagate" around rather quickly, once it's made its way into one | |
148 repository.) If you have git, you can "git clone" the repository from | |
149 someone, add your domain (there's a small script to make the job easy, | |
150 if you don't want to do it by hand), and then send someone a diff. | |
151 If you feel like setting up your own git server, then all you have to | |
152 do is make the changes on your own repo, and then tell somebody the URL | |
153 to your git server. You'll probably want to take advantage of the same | |
154 opportunity to add your own git URL into the resource database, so others | |
155 can pull from you on a regular basis. If you don't have git and don't | |
156 feel like setting it up, all you have to do is find someone else who | |
157 does have git (or feels like setting it up), and doesn't mind making | |
158 the changes for you. SRN is always such a "someone." Next, you'll | |
159 want to set up your nameservers to resolve names within your domain. | |
160 If you have tinydns or BIND, just read the relevant documentation. | |
161 If you don't have a nameserver and don't feel like setting one up, tell | |
162 SRN what names you want (like "www.yourdomain.ano," "ftp.yourdomain.ano," | |
163 etc.), and he'll add them into his own nameservers. | |
54 | 164 |
165 =item What can I do with my own domain? | |
166 | |
57 | 167 You can host Web pages, an FTP site, IRC, email, an online shop (but |
168 taking payments may not be simple), or anything else that strikes | |
169 your fancy. | |
54 | 170 |
171 =back | |
172 | |
173 =head2 Censorship | |
174 | |
175 =over | |
176 | |
177 =item Is it safe to speak my mind on AnoNet? | |
178 | |
57 | 179 The short answer is "probably." The long answer is that nobody has |
180 ever been censored on AnoNet2, a fact that's not likely to change. | |
181 (If that fact ever does change, it'll be noted here as soon as possible.) | |
54 | 182 |
183 =item Will I be censored for child porn? | |
184 | |
57 | 185 AnoNet1 has an official policy against CP, and it redefines "censorship" |
186 to not include censoring CP. AnoNet2 has no policies. That said, | |
187 you're not likely to find any CP here, since that's simply not a common | |
188 contribution to AnoNet2. (Whether or not it'd be a welcome contribution | |
189 is something you'll want to take up with individual participants. | |
190 SRN would like you to know that he believes the CP (and porn, in general) | |
191 industry destroys the world for no useful purpose. Nobody else has | |
192 voiced an opinion here.) | |
54 | 193 |
194 =item Will I be censored for hateful speech? | |
195 | |
57 | 196 It depends on the forum. If you do it on your own server, don't expect |
197 too many people to hang around there if you make a practice of making | |
198 it unpleasant for them to be there. If you start cursing people out on | |
199 somebody else's IRC server for no apparent reason, there's a non-trivial | |
200 chance that the operator will /kill your connection. SRN encourages | |
201 you to set up your own channel on irc.somerandomnick.ano, and to say | |
202 whatever the heck you want there. | |
54 | 203 |
204 =item Will I be censored for trolling? | |
205 | |
57 | 206 Since "trolling" is an overly ambiguous term, it's highly unlikely that |
207 you'll ever get /kicked or /killed for doing it. In fact, SRN encourages | |
208 you to see if you can out-troll him on irc.somerandomnick.ano. That said, | |
209 you should certainly expect people to /ignore you if you make a practice | |
210 of saying stuff that people really don't want to hear. (You may want to | |
211 create a separate IRC nick for trolling, if you anticipate trolling a lot, | |
212 but want people to still hear you when you have something interesting | |
213 to say: this way, everybody wins.) | |
54 | 214 |
215 =item Will I be censored for spreading lies? | |
216 | |
57 | 217 not likely, but people may /ignore you if you make a practice of saying |
218 stuff that people don't consider worth hearing | |
54 | 219 |
220 =back | |
97
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
221 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
222 =head2 AnoNet1 vs. AnoNet2 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
223 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
224 =over |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
225 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
226 =item Why does AnoNet2 exist? What's wrong with AnoNet1? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
227 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
228 There used to be only one AnoNet. Unfortunately, a few bad apples (who |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
229 happen to be the guys who control AnoNet1) split AnoNet by forcing a part |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
230 of AnoNet to become disconnected from the rest of AnoNet. That piece |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
231 (AnoNet2) has been steadily growing, while "the rest" (AnoNet1) has been |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
232 slowly decaying. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
233 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
234 =item Is AnoNet1 dead, then? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
235 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
236 AnoNet1 is far from dead. In fact, it still has roughly twice the |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
237 user-base of AnoNet2. However, AnoNet2 has more services online, at this |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
238 stage. (Most of the old AnoNet1 services are long defunct, by now, as |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
239 are many of its users.) AnoNet2 has also been experiencing rather solid |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
240 sustained growth, while the AnoNet1 population growth is mostly flat. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
241 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
242 =item What's the difference between AnoNet1 and AnoNet2, then? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
243 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
244 AnoNet2 lost peering with AnoNet1 because AnoNet1 is too centralized |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
245 to avoid censorship. AnoNet2, therefore, is essentially a reboot of |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
246 AnoNet1, while paying careful attention to preventing another AnoNet |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
247 split from ever being necessary. (The irony, of course, is that the |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
248 level of decentralization engineered into AnoNet2 makes it trivial for |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
249 anyone in AnoNet2 to fork it. Such a fork doesn't happen simply because |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
250 "the management" hasn't made one necessary.) |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
251 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
252 =item Who's "the management" in AnoNet2? What prevents it from becoming evil when AnoNet2 grows closer to the size of AnoNet1? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
253 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
254 AnoNet2 (like AnoNet1) has no official government. Unlike AnoNet1, |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
255 though, AnoNet2's technical construction is such that the unofficial |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
256 government members (primarily UFO and SRN, at this point) don't have |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
257 enough power to force their way (not to mention that they don't really |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
258 _want_ to force their way, anyway). A recent practical example of |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
259 this anarchy appears to be IPv6: SRN has made no secret of his strong |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
260 opposition to IPv6, but that doesn't seem to be stopping an enterprising |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
261 new AnoNet2 user from deploying it himself and even soliciting support |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
262 from others, even after "the management" (both UFO and SRN) flatly |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
263 refused to participate. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
264 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
265 =item Why don't AnoNet1 and AnoNet2 merge again? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
266 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
267 The short answer is that a number of people have tried to do just that, |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
268 but AnoNet1 has adopted an exclusionary policy towards AnoNet2, for some |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
269 unspecified reason. You get bonus points if you can figure out what that |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
270 reason is. (AnoNet2 has been very careful to avoid collisions in resource |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
271 allocations with AnoNet1, even though AnoNet1 has deliberately removed |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
272 its own record of AnoNet2 resources in a recent "cleanup" of the DNS. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
273 If AnoNet1 ever decides to reconnect with AnoNet2, no technical problems |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
274 should result.) |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
275 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
276 =item Why does AnoNet2 filter advertisements to AnoNet1? Doesn't that prevent the two darknets from ever merging again? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
277 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
278 AnoNet1 has deemed the filters necessary, for some unspecified reason. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
279 (Advertising AnoNet2 routes on AnoNet1 is a great way to get yourself |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
280 kicked from AnoNet1.) Again, you get bonus points if you can figure out |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
281 what that reason is. (Hint: crzydmnd and risc likely know the reason, |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
282 but good luck getting them to spill the beans. Censoring the question |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
283 seems to be their favorite "answer.") Suffice it to say that if AnoNet1 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
284 wanted to merge with AnoNet2, AnoNet2 wouldn't object. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
285 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
286 =item Do I have to choose between AnoNet1 and AnoNet2, or is there a way to join both? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
287 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
288 There's no need to choose one or the other. As long as you don't |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
289 advertise AnoNet2 routes into AnoNet1, you should be fine: their Salem |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
290 witch hunt against "dual citizens" seems to have died off by now. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
291 If you're currently getting to AnoNet1 through the official AnoNet1 CP |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
292 (run by Kaos), simply switch to UFO's CP, and you'll automatically be |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
293 connected to both, so you can check them both out and figure out at your |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
294 own pace what you want to do. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
295 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
296 =item Which darknet preserves my anonymity better, AnoNet1 or AnoNet2? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
297 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
298 Well, AnoNet1 has stricter rules (and more centralization, as a |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
299 prerequisite to rule enforcement), so as long as you trust "the powers |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
300 that be" to preserve your anonymity, you get better anonymity guarantees. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
301 However, your anonymity faces significant risk if any member of the |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
302 AnoNet1 "government" (which doesn't even admit who's who) betrays your |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
303 trust. (That risk isn't so far-fetched, incidentally, since any type |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
304 of law enforcement "sting-type" operation against one of those guys is |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
305 likely to compromise his guarantees, even through no malice on his part. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
306 Now, since malice has already been observed, the guarantees become even |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
307 less reliable.) The AnoNet2 rules have more room for flexibility, |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
308 since centralized police authority is not available on AnoNet2. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
309 Therefore, your anonymity guarantees are somewhat weaker, but far more |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
310 likely to be reliable. You also have better theoretical anonymity on |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
311 AnoNet2, because marking a subnet "reserved" on AnoNet1 no longer works. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
312 ("The management" is too nosy, and threatens disconnection against anyone |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
313 who doesn't provide requested information.) |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
314 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
315 =item Where, then, am I more anonymous? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
316 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
317 In the real world, AnoNet2 anonymity wins, hands down. (On AnoNet1, |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
318 any Easystreet network administrator can easily correlate IcannNet IP |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
319 addresses with CP IP addresses and IRC nicks, allowing him to reliably |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
320 learn the identity of all new AnoNet1 members. AnoNet2 has many different |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
321 ways of joining, including one rather interesting tor-based approach |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
322 recently demonstrated, where the user never showed his IcannNet IP |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
323 address to anyone on AnoNet2.) |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
324 |
98
8c1074a9de05
added links to the darknet comparison page
Nick <nick@somerandomnick.ano>
parents:
97
diff
changeset
|
325 =item How can I learn more about AnoNet1 vs. AnoNet2? |
8c1074a9de05
added links to the darknet comparison page
Nick <nick@somerandomnick.ano>
parents:
97
diff
changeset
|
326 |
8c1074a9de05
added links to the darknet comparison page
Nick <nick@somerandomnick.ano>
parents:
97
diff
changeset
|
327 L<http://www.anonet2.org/darknet_comparison> |
8c1074a9de05
added links to the darknet comparison page
Nick <nick@somerandomnick.ano>
parents:
97
diff
changeset
|
328 |
97
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
329 =back |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
330 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
331 =head2 AnoNet vs. IcannNet |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
332 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
333 =over |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
334 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
335 =item What's IcannNet??? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
336 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
337 IcannNet is the internet (mis)managed by ICANN. It's what most people |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
338 call "the" Internet. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
339 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
340 =item What's wrong with IcannNet? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
341 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
342 The short answer is that ICANN is very highly centralized, resulting |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
343 in centralized decision-making (and centralized lobbying, arm-twisting, |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
344 etc.). |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
345 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
346 =item Does AnoNet really aim to replace IcannNet? |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
347 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
348 Yes, the long-term goal behind AnoNet is to render IcannNet obsolete. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
349 In the short-term, though, it'd be highly unlikely for IcannNet to |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
350 disappear even in the hypothetical case where everyone were to move to |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
351 AnoNet tomorrow, since the overwhelming majority of AnoNet peering is |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
352 tunneled over IcannNet. |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
353 |
5137f1e1cab7
added more FAQs and a darknet comparison
Nick <nick@somerandomnick.ano>
parents:
58
diff
changeset
|
354 =back |