mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-22 01:39:00 +02:00
To filter in firewall you should use something like this: /ip/firewall/filter/add action=reject chain=output out-interface-list=WAN port=514 protocol=udp reject-with=icmp-admin-prohibited; /ip/firewall/filter/add action=reject chain=forward out-interface-list=WAN port=514 protocol=udp reject-with=icmp-admin-prohibited;
5 lines
375 B
Markdown
5 lines
375 B
Markdown
This script has been dropped. Filtering in firewall is advised, which should
|
|
look something like this:
|
|
|
|
/ip/firewall/filter/add action=reject chain=output out-interface-list=WAN port=514 protocol=udp reject-with=icmp-admin-prohibited;
|
|
/ip/firewall/filter/add action=reject chain=forward out-interface-list=WAN port=514 protocol=udp reject-with=icmp-admin-prohibited;
|