0% found this document useful (0 votes)
30 views1 page

Anti Netcut

This firewall configuration document adds multiple rules to accept TCP connections on any port from several IP ranges to prevent network cuts.

Uploaded by

West Hill
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

Anti Netcut

This firewall configuration document adds multiple rules to accept TCP connections on any port from several IP ranges to prevent network cuts.

Uploaded by

West Hill
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

/ip firewall filter

add action=accept chain=input comment="ANTI NETCUT" disabled=no dst-port=0-65535


protocol=tcp src-address=172.16.0.1/23
add action=accept chain=input comment="ANTI NETCUT" disabled=no dst-port=0-65535
protocol=tcp src-address=192.168.1.1/30
add action=accept chain=input comment="ANTI NETCUT" disabled=no dst-port=0-65535
protocol=tcp src-address=192.168.2.1/30
add action=accept chain=input comment="ANTI NETCUT" disabled=no dst-port=0-65535
protocol=tcp src-address=192.168.3.1/30
add action=accept chain=input comment="ANTI NETCUT" disabled=no dst-port=0-65535
protocol=tcp src-address=122.168.4.1/30
add action=accept chain=input comment="ANTI NETCUT" disabled=no dst-port=0-65535
protocol=tcp src-address=192.168.5.1/30
add action=accept chain=input comment="ANTI NETCUT" disabled=no dst-port=0-65535
protocol=tcp src-address=192.168.6.1/30
add action=accept chain=input comment="ANTI NETCUT" disabled=no dst-port=0-65535
protocol=tcp src-address=192.168.7.1/30
add action=accept chain=input comment="ANTI NETCUT" disabled=no dst-port=0-65535
protocol=tcp src-address=192.168.8.1/30

You might also like