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

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
<h2>Summary</h2>
<h2>Summary</h2>
<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 />
 
<p>
<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.
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 />
</p>
<br />
 
<p>
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.
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>
</p>
Line 33: Line 34:


[[Category:Manual]]
[[Category:Manual]]
[[Category:Unfinished]]

Revision as of 08:13, 22 October 2009

Version.png

Applies to RouterOS: 2.9, v3, v4

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