「ヘルプ:Range blocks」を編集中

移動先: 案内検索

警告: ログインしていません。編集を行うと、あなたの IP アドレスが公開されます。ログインまたはアカウントを作成すれば、あなたの編集はその利用者名とともに表示されるほか、その他の利点もあります。

この編集を取り消せます。 下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を保存して取り消しを完了してください。
最新版 編集中の文章
1行目: 1行目:
<languages/>
+
{{PD Help Page}}
{{TNT|PD Help Page}}
+
::''See [[/IPv6]] for information on IPv6 range blocks.''
::''<translate><!--T:1-->
 
See [[<tvar|ipv6>Special:MyLanguage/Help:Range blocks/IPv6</>|/IPv6]] for information on IPv6 range blocks.</translate>''
 
  
<translate>
+
'''Range blocks''' are technical restrictions applied through [[Special:Block]] to a group of [[wikipedia:IP addresses|IP addresses]] that prevent them from editing, creating new accounts, sending email through the wiki interface, et cetera. If you check the box to prevent logged-in users from editing from these IP addresses, edits from registered accounts will also be disabled while they are connecting from the blocked range.
<!--T:2-->
 
'''Range blocks''' are technical restrictions applied through <tvar|block>[[Special:Block]]</> to a group of [[w:IP addresses|IP addresses]] that prevent them from editing, creating new accounts, sending email through the wiki interface, etc.</translate>
 
<translate>
 
<!--T:3-->
 
If you check the box "<tvar|hardblock>{{int|ipb-hardblock}}</>", edits from registered accounts will also be disabled while they are connecting from the blocked range.
 
  
<!--T:4-->
+
Range blocking is enabled and used on all [[wikipedia:Wikimedia Foundation|Wikimedia]] wikis; if it is not enabled on your wiki, add "<code>{{mediawiki|Manual:$wgSysopRangeBans|$wgSysopRangeBans}} = true;</code>" in <tt>{{mediawiki|Manual:LocalSettings.php|LocalSettings.php}}</tt> (permanently enabled in MediaWiki 1.18.0 and later).
Range blocking is enabled and used on all [[w:Wikimedia Foundation|Wikimedia]] wikis; if it is not enabled on your wiki, add "<tvar|code><code>{{ll|Manual:$wgSysopRangeBans|$wgSysopRangeBans}} = true;</code></>" in <tvar|LocalSettings><tt>{{ll|Manual:LocalSettings.php|LocalSettings.php}}</tt></> (permanently enabled in MediaWiki 1.18.0 and later).
 
  
<!--T:5-->
+
To block an IP range from [[Special:Block]], enter the first IP address in the range followed by a forward slash and a [[wikipedia:Classless inter-domain routing|Classless inter-domain routing]] (CIDR) suffix. '''You should avoid performing range blocks unless you understand what you are doing, or you may end up blocking tens of thousands or even millions of people who are not the problem!'''
To block an IP range from <tvar|block>[[Special:Block]]</>, enter the first IP address in the range followed by a forward slash and a [[w:Classless inter-domain routing|Classless inter-domain routing]] (CIDR) suffix.
 
</translate>
 
'''<translate><!--T:6-->
 
You should avoid performing range blocks unless you understand what you are doing, or you may end up blocking tens of thousands or even millions of people who are not the problem!</translate>'''
 
  
'''<translate><!--T:7-->
+
'''This article mainly discusses [[wikipedia:IPv4|IPv4]]; [[wikipedia:IPv6|IPv6]] blocks work similarly, but have different implications - see [[/IPv6]].'''
This article mainly discusses [[w:IPv4|IPv4]]; [[w:IPv6|IPv6]] blocks work similarly, but have different implications - see [[<tvar|ipv6>Special:MyLanguage/Help:Range blocks/IPv6</>|/IPv6]].</translate>'''
+
==Non-technical explanation==
 +
IP addresses are broken up into blocks of numbers. An example of this would be <tt>148.20.57.0</tt> through to <tt>148.20.57.255</tt>. Once it reaches <tt>255</tt> the next number is <tt>148.20.58.0</tt>.
  
<translate>
+
IP addresses can be broken up in to smaller or larger blocks. The smallest practical block is a block of 4. This could be one of the following:
==Non-technical explanation== <!--T:8-->
 
  
<!--T:9-->
+
:<tt>148.20.57.0 - 148.20.57.3</tt>, or
IP addresses are broken up into blocks of numbers.</translate>
+
:<tt>148.20.57.4 - 148.20.57.7</tt>, or
<translate>
+
:<tt>148.20.57.8 - 148.20.57.11</tt>, etc.
<!--T:10-->
 
An example of this would be <tt>148.20.57.0</tt> through to <tt>148.20.57.255</tt>.</translate>
 
<translate>
 
<!--T:11-->
 
Once it reaches <tt>255</tt> the next number is <tt>148.20.58.0</tt>.  
 
  
<!--T:12-->
+
Of each block of 4 numbers, only two can be assigned to a computer. The first and last numbers of any block are reserved for network communication. These are level 30 blocks and can be expressed like this:
IP addresses can be broken up in to smaller or larger blocks.</translate>
 
<translate>
 
<!--T:13-->
 
The smallest practical block is a block of 4.</translate>
 
<translate>
 
<!--T:14-->
 
This could be one of the following:
 
</translate>
 
  
:<tt>148.20.57.0 - 148.20.57.3</tt>,
+
:<tt>148.20.57.0/30</tt>, or
:<tt>148.20.57.4 - 148.20.57.7</tt>,
+
:<tt>148.20.57.4/30</tt>, or
:<tt>148.20.57.8 - 148.20.57.11</tt>, ...
+
:<tt>148.20.57.8/30</tt>, etc.
  
<translate>
+
The next largest block is 8. They can be as follows:
<!--T:15-->
 
Of each block of 4 numbers, only two can be assigned to a computer.</translate>
 
<translate>
 
<!--T:16-->
 
The first and last numbers of any block are reserved for network communication.</translate>
 
<translate>
 
<!--T:17-->
 
These are level 30 blocks and can be expressed like this:
 
</translate>
 
  
:<tt>148.20.57.0/30</tt>,
+
:<tt>148.20.57.0 - 148.20.57.7</tt>, or
:<tt>148.20.57.4/30</tt>,
+
:<tt>148.20.57.8 - 148.20.57.15</tt>, or
:<tt>148.20.57.8/30</tt>, ...
+
:<tt>148.20.57.16 - 148.20.57.23</tt>, etc.
  
<translate>
+
In this block of 8 numbers only 6 can be assigned to a computer as, once again, the first and last numbers in a block are reserved for specific uses in network communication. These can also be expressed as follows:
<!--T:18-->
 
The next largest block is 8.</translate>
 
<translate>
 
<!--T:19-->
 
They can be as follows:
 
</translate>
 
  
:<tt>148.20.57.0 - 148.20.57.7</tt>,
+
:<tt>148.20.57.0/29</tt>, or
:<tt>148.20.57.8 - 148.20.57.15</tt>,
+
:<tt>148.20.57.8/29</tt>, or
:<tt>148.20.57.16 - 148.20.57.23</tt>, ...
+
:<tt>148.20.57.16/29</tt>, etc.
  
<translate>
+
From this point on, the number of IP addresses in a block continue to double: 16, 32, 64, 128, 256, etc.
<!--T:20-->
 
In this block of 8 numbers only 6 can be assigned to a computer as, once again, the first and last numbers in a block are reserved for specific uses in network communication.</translate>
 
<translate>
 
<!--T:21-->
 
These can also be expressed as follows:
 
</translate>
 
 
 
:<tt>148.20.57.0/29</tt>,
 
:<tt>148.20.57.8/29</tt>,
 
:<tt>148.20.57.16/29</tt>, ...
 
 
 
<translate>
 
<!--T:22-->
 
From this point on, the number of IP addresses in a block continues to double: 16, 32, 64, 128, 256, etc.
 
</translate>
 
  
 
:A block of 16 would start <tt>148.20.57.0/28</tt>.
 
:A block of 16 would start <tt>148.20.57.0/28</tt>.
99行目: 44行目:
 
:A block of 256 would start <tt>148.20.57.0/24</tt>.
 
:A block of 256 would start <tt>148.20.57.0/24</tt>.
  
<translate>
+
So if you have an IP address and you want to block the range assigned how do you know which one to use?
<!--T:23-->
+
Let's say you have a problem with <tt>148.20.57.34</tt>. You can lookup who has this IP address at http://arin.net/whois/?queryinput=148.20.57.34.
So if you have an IP address and you want to block the range assigned how do you know which one to use?</translate>
+
Say this tells us that this IP address is assigned, along with a LOT of others in a <tt>/17</tt> range, to the Department of Defense. We certainly don't want to block a large block of the DoD! The rule of thumb is block as little as possible. Only block a range if there is a cluster of IP addresses giving a problem.
<translate>
 
<!--T:24-->
 
Let's say you have a problem with <tt>148.20.57.34</tt>.</translate>
 
<translate>
 
<!--T:25-->
 
You can lookup who has this IP address at <tvar|url>http://arin.net/whois/?queryinput=148.20.57.34</>.</translate>
 
<translate>
 
<!--T:26-->
 
Say this tells us that this IP address is assigned, along with a LOT of others in a <tt>/17</tt> range, to the Department of Defense.</translate>
 
<translate>
 
<!--T:27-->
 
We certainly don't want to block a large block of the DoD!</translate>
 
<translate>
 
<!--T:28-->
 
The rule of thumb is block as little as possible.</translate>
 
<translate>
 
<!--T:29-->
 
Only block a range if there is a cluster of IP addresses giving a problem.
 
  
<!--T:30-->
 
 
There's a calculator that is very useful for this:
 
There's a calculator that is very useful for this:
</translate>
+
http://www.csgnetwork.com/ipinfocalc.html.
:http://www.csgnetwork.com/ipinfocalc.html
+
Go to this site and enter <code>148.20.57.34</code> into the first set of blanks. Now select Network Prefix Length and enter <code>27</code> (this will give a block of 32 addresses) and click Calculate Network Information. This will show us a block of 32 IP addresses that include <tt>148.20.57.34</tt>. (The first - network - and the last - broadcast - addresses will be displayed along with the usable addresses in the range.) You can use this tool to test ranges to be sure they are what you want before entering the information to initiate the block.
<translate>
 
<!--T:31-->
 
Go to this site and enter <code>148.20.57.34</code> into the first set of blanks.</translate>
 
<translate>
 
<!--T:32-->
 
Now select Network Prefix Length and enter <code>27</code> (this will give a block of 32 addresses) and click Calculate Network Information.</translate>
 
<translate>
 
<!--T:33-->
 
This will show us a block of 32 IP addresses that include <tt>148.20.57.34</tt>.</translate>
 
<translate>
 
<!--T:34-->
 
(The first - network - and the last - broadcast - addresses will be displayed along with the usable addresses in the range.)</translate>
 
<translate>
 
<!--T:35-->
 
You can use this tool to test ranges to be sure they are what you want before entering the information to initiate the block.
 
 
 
==Technical explanation== <!--T:36-->
 
  
<!--T:37-->
+
==Technical explanation==
CIDR notation is written as the IP address, a slash, and the CIDR suffix (for example, the IPv4 "<tt>10.2.3.41/24</tt>" or IPv6 "<tt>a3:bc00::/24</tt>").</translate>
+
CIDR notation is written as the IP address, a slash, and the CIDR suffix (for example, the IPv4 "<tt>10.2.3.41/24</tt>" or IPv6 "<tt>a3:bc00::/24</tt>"). The CIDR suffix is the number of starting digits every IP address in the range have in common when written in binary.  
<translate>
 
<!--T:38-->
 
The CIDR suffix is the number of starting digits every IP address in the range have in common when written in binary.  
 
  
<!--T:39-->
+
For example: "<tt>10.10.1.32</tt>" is binary "<tt>00001010.00001010.00000001.00100000</tt>", so <tt>10.10.1.32/27</tt> will match the first 27 digits ("<tt><u>00001010</u>.<u>00001010</u>.<u>00000001</u>.<u>001</u>00000</tt>"). The IP addresses <tt>10.10.1.32</tt>–<tt>10.10.1.63</tt>, when converted to binary, all have the same 27 first digits and will be blocked if <tt>10.10.1.32/27</tt> is blocked.
For example: "<tt>10.10.1.32</tt>" is binary "<tt>00001010.00001010.00000001.00100000</tt>", so <tt>10.10.1.32/27</tt> will match the first 27 digits ("<tt><u>00001010</u>.<u>00001010</u>.<u>00000001</u>.<u>001</u>00000</tt>").</translate>
 
<translate>
 
<!--T:40-->
 
The IP addresses <tt>10.10.1.32</tt>–<tt>10.10.1.63</tt>, when converted to binary, all have the same 27 first digits and will be blocked if <tt>10.10.1.32/27</tt> is blocked.
 
  
<!--T:41-->
+
As the CIDR suffix increases, the block affects fewer IP addresses (see [[#Table|table of sample ranges]]). CIDR suffixes are not the same for IPv4 addresses as they are for IPv6 addresses; the same CIDR suffix in IPv4 blocks 2<sup>96</sup>=79,228,162,514,264,337,593,543,950,336 times as many addresses in IPv6.
As the CIDR suffix increases, the block affects fewer IP addresses (see [[<tvar|table>#Table</>|table of sample ranges]]).</translate>
 
<translate>
 
<!--T:42-->
 
CIDR suffixes are not the same for IPv4 addresses as they are for IPv6 addresses; the same CIDR suffix in IPv4 blocks <tvar|num><math>2^{96}</math>=79,228,162,514,264,337,593,543,950,336</> times as many addresses in IPv6.
 
  
==Calculating the CIDR suffix== <!--T:43-->
+
==Calculating the CIDR suffix==
 +
You can use the [[#Table|table of sample ranges]] below to guess the range, use a computer script, or manually calculate the range.
  
<!--T:44-->
+
===Conversion to binary===
You can use the [[<tvar|table>#Table</>|table of sample ranges]] below to guess the range, use a computer script, or manually calculate the range.
+
The first step in manually calculating a range is to convert the first and last IP address to binary representation. (This assumes you're not using a computer script, which can probably calculate the range for you anyway.) An IP address is composed of four groups of eight ones and zeros. Each group represents a number from 0 to 255. To convert a number to binary, you can use a reference table or know the value of each binary digit:
  
===Conversion to binary=== <!--T:45-->
+
:<tt>Binary digit: &nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1</tt>
 +
:<tt>Value:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;128&nbsp;&nbsp;64&nbsp;&nbsp;32&nbsp;&nbsp;16&nbsp;&nbsp;&nbsp;8&nbsp;&nbsp;&nbsp;4&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;1</tt>
  
<!--T:46-->
+
Proceeding from left to right, fill in <tt>1</tt> if the number is at least that value, and subtract that value (if it's not, fill in <tt>0</tt> and don't subtract). For example, to calculate 240:
The first step in manually calculating a range is to convert the first and last IP address to binary representation.</translate>
+
# 240 is at least 128, so place <tt>1</tt> and subtract 128.
<translate>
+
# 112 (240-128) is at least 64, so place <tt>1</tt> and subtract 64.
<!--T:47-->
+
# 48 (112-64) is at least 32, so place <tt>1</tt> and subtract 32.
(This assumes you're not using a computer script, which can probably calculate the range for you anyway.)</translate>
+
# 16 (48-32) is at least 16, so place <tt>1</tt> and subtract 16.
<translate>
+
# Since the remaining value is zero, all the remaining places are <tt>0</tt>.
<!--T:48-->
 
An IP address is composed of four groups of eight ones and zeros.</translate>
 
<translate>
 
<!--T:49-->
 
Each group represents a number from 0 to 255.</translate>
 
<translate>
 
<!--T:50-->
 
To convert a number to binary, you can use a reference table or know the value of each binary digit:
 
</translate>
 
 
 
{|
 
| <translate><!--T:89-->
 
Binary digit</translate>:
 
| <tt>&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;1</tt>
 
|-
 
| <translate><!--T:90-->
 
Value</translate>:
 
| <tt>128&nbsp;&nbsp;64&nbsp;&nbsp;32&nbsp;&nbsp;16&nbsp;&nbsp;&nbsp;8&nbsp;&nbsp;&nbsp;4&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;1</tt>
 
|}
 
 
 
<translate>
 
<!--T:51-->
 
Proceeding from left to right, fill in <tt>1</tt> if the number is at least that value, and subtract that value (if it's not, fill in <tt>0</tt> and don't subtract).</translate>
 
<translate>
 
<!--T:52-->
 
For example, to calculate 240:
 
</translate>
 
 
 
# <translate><!--T:53-->
 
240 is at least 128, so place <tt>1</tt> and subtract 128.</translate>
 
# <translate><!--T:54-->
 
112 (240-128) is at least 64, so place <tt>1</tt> and subtract 64.</translate>
 
# <translate><!--T:55-->
 
48 (112-64) is at least 32, so place <tt>1</tt> and subtract 32.</translate>
 
# <translate><!--T:56-->
 
16 (48-32) is at least 16, so place <tt>1</tt> and subtract 16.</translate>
 
# <translate><!--T:57-->
 
Since the remaining value is zero, all the remaining places are <tt>0</tt>.</translate>
 
 
 
<translate>
 
<!--T:58-->
 
 
Thus, 240 is <tt>1111 0000</tt> because it can be represented as 128+64+32+16+0+0+0+0.
 
Thus, 240 is <tt>1111 0000</tt> because it can be represented as 128+64+32+16+0+0+0+0.
  
===Calculate range=== <!--T:59-->
+
===Calculate range===
</translate>
+
# Place both IP addresses one atop the other, and count how many starting digits are exactly alike. This is the CIDR suffix.
# <translate><!--T:60-->
+
# Double-check! Being off by one digit could extend your block by thousands of addresses.
Place both IP addresses one atop the other, and count how many starting digits are exactly alike.</translate> <translate><!--T:61-->
 
This is the CIDR suffix.</translate>
 
# <translate><!--T:62-->
 
Double-check!</translate> <translate><!--T:63-->
 
Being off by one digit could extend your block by thousands of addresses.</translate>
 
  
<translate>
+
The example below calculates the CIDR range between <tt>69.208.0.0</tt> and <tt>69.208.0.255</tt>. Note that this is a simple example; some groups of IP addresses do not so neatly fit CIDR suffixes, and need multiple different-sized blocks to block the exact range.
<!--T:64-->
 
The example below calculates the CIDR range between <tt>69.208.0.0</tt> and <tt>69.208.0.255</tt>.</translate>
 
<translate>
 
<!--T:65-->
 
Note that this is a simple example; some groups of IP addresses do not so neatly fit CIDR suffixes, and need multiple different-sized blocks to block the exact range.
 
</translate>
 
  
:<translate><!--T:66-->
+
:IP addresses:
IP addresses</translate>:
 
 
:<tt>&nbsp;&nbsp;69.208.0.0</tt>
 
:<tt>&nbsp;&nbsp;69.208.0.0</tt>
 
:<tt>&nbsp;&nbsp;69.208.0.255</tt>
 
:<tt>&nbsp;&nbsp;69.208.0.255</tt>
  
:<translate><!--T:67-->
+
:Convert to binary:
Convert to binary</translate>:
 
 
:<tt>&nbsp;&nbsp;0100 0101.1101 0000.0000 0000.0000 0000</tt>
 
:<tt>&nbsp;&nbsp;0100 0101.1101 0000.0000 0000.0000 0000</tt>
 
:<tt>&nbsp;&nbsp;0100 0101.1101 0000.0000 0000.1111 1111</tt>
 
:<tt>&nbsp;&nbsp;0100 0101.1101 0000.0000 0000.1111 1111</tt>
  
:<translate><!--T:68-->
+
:Count identical first numbers:
Count identical first numbers</translate>:
 
 
:<tt>&nbsp;&nbsp;'''0100 0101.1101 0000.0000 0000'''.0000 0000</tt>
 
:<tt>&nbsp;&nbsp;'''0100 0101.1101 0000.0000 0000'''.0000 0000</tt>
 
:<tt>&nbsp;&nbsp;'''0100 0101.1101 0000.0000 0000'''.1111 1111</tt>
 
:<tt>&nbsp;&nbsp;'''0100 0101.1101 0000.0000 0000'''.1111 1111</tt>
 
:<tt>&nbsp;&nbsp;|____________________________|</tt>
 
:<tt>&nbsp;&nbsp;|____________________________|</tt>
:<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<translate><!--T:69-->
+
:<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;24 digits</tt>
24 digits</translate></tt>
 
  
:<translate><!--T:70-->
+
:CIDR range:
CIDR range</translate>:
 
 
:<tt>&nbsp;&nbsp;69.208.0.0/24</tt>
 
:<tt>&nbsp;&nbsp;69.208.0.0/24</tt>
  
{{anchor|Table}}
+
===<span id="Table">Table of sample ranges</span>===
<translate>
+
The table below shows the IPv4 blocks each CIDR suffix affects. Note that MediaWiki only supports blocking CIDR suffixes 16&ndash;32 in IPv4 and 19 (formerly 64)&ndash;128 in IPv6 by default (subject to [[manual:$wgBlockCIDRLimit|$wgBlockCIDRLimit]]). See [[/IPv6]] for an IPv6 range table.
===Table of sample ranges=== <!--T:71-->
 
 
 
<!--T:72-->
 
The table below shows the IPv4 blocks each CIDR suffix affects.</translate>
 
<translate>
 
<!--T:73-->
 
Note that MediaWiki only supports blocking CIDR suffixes 16 - 32 in IPv4 and 19 (formerly 64) - 128 in IPv6 by default (subject to <tvar|BlockCIDRLimit>{{ll|Manual:$wgBlockCIDRLimit|$wgBlockCIDRLimit}}</>).</translate>
 
<translate>
 
<!--T:74-->
 
See [[<tvar|ipv6>Special:MyLanguage/Help:Range blocks/IPv6</>|/IPv6]] for an IPv6 range table.
 
</translate>
 
 
 
 
{| class="wikitable" align=center
 
{| class="wikitable" align=center
 
! CIDR
 
! CIDR
! <translate><!--T:75-->
+
! Start Range
Start Range</translate>
+
! End Range
! <translate><!--T:76-->
+
! Total addresses
End Range</translate>
+
! Bits selected in IP address
! <translate><!--T:77-->
 
Total addresses</translate>
 
! <translate><!--T:78-->
 
Bits selected in IP address</translate>
 
 
|- style="color:gray;"
 
|- style="color:gray;"
 
| <tt>69.208.0.0'''/0'''</tt>
 
| <tt>69.208.0.0'''/0'''</tt>
438行目: 265行目:
 
|}
 
|}
  
<translate>
+
==Default limitation==
==Default limitation== <!--T:79-->
+
The default MediaWiki installation limits range blocks to no larger than /16 IPv4 rangeblocks (65,536 addresses). To block larger ranges [[Manual:$wgBlockCIDRLimit|$wgBlockCIDRLimit]] needs to be set accordingly in [[Manual:LocalSettings.php|LocalSettings.php]].
 
 
<!--T:80-->
 
The default MediaWiki installation limits range blocks to no larger than /16 IPv4 rangeblocks (65,536 addresses).</translate>
 
<translate>
 
<!--T:81-->
 
To block larger ranges <tvar|BlockCIDRLimit>{{ll|Manual:$wgBlockCIDRLimit|$wgBlockCIDRLimit}}</> needs to be set accordingly in <tvar|LocalSettings>{{ll|Manual:LocalSettings.php|LocalSettings.php}}</>.
 
 
 
==References== <!--T:82-->
 
  
<!--T:83-->
+
==References==
* [[w:Classless Inter-Domain Routing|Classless Inter-Domain Routing]]
+
* [[wikipedia:Classless Inter-Domain Routing|Classless Inter-Domain Routing]]
  
==External links== <!--T:84-->
+
==External links==
 +
* [http://www.find-ip-address.org/ip-country/ IP Address Ranges Block] gives you complete IP ranges for certain countries.
 +
* [http://apps.csc.fi/laskin2.html Netmask calculator] which helps in making the correct decision for range blocks.
 +
* [http://cidrcalculator.com/ IP CIDR Calculator]
 +
* [[tools:~chm/blockcalc.php|Rangeblock-Calculator]] gives you the range you should use when blocking.
  
<!--T:85-->
+
{{Languages|Help:Range blocks}}
* [<tvar|url>http://www.find-ip-address.org/ip-country/</> IP Address Ranges Block] gives you complete IP ranges for certain countries.</translate>
 
<translate>
 
<!--T:86-->
 
* [<tvar|url>http://apps.csc.fi/laskin2.html</> Netmask calculator] which helps in making the correct decision for range blocks.
 
</translate>
 
* [http://cidrcalculator.com/ <translate><!--T:87-->
 
IP CIDR Calculator</translate>]
 
<translate>
 
<!--T:88-->
 
* [<tvar|url>https://tools.wmflabs.org/blockcalc/</> Rangeblock-Calculator] gives you the range you should use when blocking.
 
</translate>
 
  
[[Category:Help{{translation}}|Range blocks]]
+
[[Category:Help|Range blocks]]
[[Category:Block{{translation}}|Range blocks]]
+
[[Category:Block|Range blocks]]

ひつじ小屋別館2代目への投稿はすべて、他の投稿者によって編集、変更、除去される場合があります。 自分が書いたものが他の人に容赦なく編集されるのを望まない場合は、ここに投稿しないでください。
また、投稿するのは、自分で書いたものか、パブリック ドメインまたはそれに類するフリーな資料からの複製であることを約束してください(詳細はひつじ小屋別館2代目:著作権を参照)。 著作権保護されている作品は、許諾なしに投稿しないでください!

このページを編集するには、下記の確認用の質問に回答してください (詳細):

取り消し | 編集の仕方 (新しいウィンドウで開きます)