Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DOC and version 7.2.0
HTML
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

Working with IP Rules

Table of Contents

IP Rules

...

Info

IP Rule Positions

Reserved addresses are set by their position in the block. Positions start at '1', for the first address in a block, and step up by one for each subsequent IP address.  The last position in a block is '0', representing the last address, and steps down a negative integer for each position from last - so the last three addresses in a block would be represented by (0, -1, -2). When reserving multiple positions, the typed order of the positions does not matter.

Position examples:

(1) - Reserves the first IP

(0) - Reserves the last IP

(1,2,3) - Reserves the first three IPs

(0, -1, -2) - Reserves the last three IPs.

(1,2,3,0,-1,-2) - Reserves the first three and last three IPs

...


Review the list of excluded IP addresses affected by the rule, then click "Apply" to finalize the selection.

...

Once selected, hit the "Continue" Button.  


Review the list of excluded IP addresses affected by the rule, then click "Apply" to finalize the selection.

...

If desired, you can exit out of applying the rule by clicking "Discard", and closing the screen.

 


Once changes are applied, the rule will show the name, affected CIDR, affected IPs, and present with an option to remove the rule. 

...

...