Manual:IP/Firewall/Address list: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
(New page: <div class=manual> <h2>Summary</h2> <p><b>Sub-menu:</b> <code>/ip firewall address-list</code></p> <br /> </div> Category:Manual Category:Unfinished)
 
No edit summary
Line 4: Line 4:
<p><b>Sub-menu:</b> <code>/ip firewall address-list</code></p>
<p><b>Sub-menu:</b> <code>/ip firewall address-list</code></p>
<br />
<br />
<p>
Firewall address lists allow user to create lists of IP addresses grouped together. Firewall filter, mangle and NAT facilities can use address lists to match packets against them.
<br />
<br />
The address list records could be updated dynamically via the <code>action=add-src-to-address-list</code> or <code>action=add-dst-to-address-list</code> items found in [[Firewall/NAT | NAT]], [[Firewall/Mangle | mangle]] and [[Firewall_filter | filter]] facilities.
</p>
<h2>Properties</h2>
<table class="styled_table">
<tr>
  <th width="40%">Property</th>
  <th >Description</th>
</tr>
<tr>
    <td><var><b>address</b></var> (<em>IP address/netmask | IP-IP</em>; Default: <b></b>)</td>
    <td>IP address or range to add to address list</td>
</tr>
<tr>
    <td><var><b>list</b></var> (<em>string</em>; Default: <b></b>)</td>
    <td>Name of the address list where to add IP address</td>
</tr>
</table>


</div>
</div>

Revision as of 13:57, 30 September 2009

Summary

Sub-menu: /ip firewall address-list


Firewall address lists allow user to create lists of IP addresses grouped together. Firewall filter, mangle and NAT facilities can use address lists to match packets against them.

The address list records could be updated dynamically via the action=add-src-to-address-list or action=add-dst-to-address-list items found in NAT, mangle and filter facilities.


Properties

Property Description
address (IP address/netmask | IP-IP; Default: ) IP address or range to add to address list
list (string; Default: ) Name of the address list where to add IP address