Router - RouterOS and Routerboard: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
Removed line which should have been removed from example! |
||
| Line 59: | Line 59: | ||
add action=drop chain=forward comment="Drop the rest" disabled=no |
add action=drop chain=forward comment="Drop the rest" disabled=no |
||
add action=accept chain=output disabled=no |
add action=accept chain=output disabled=no |
||
add action=accept chain=input comment="REMOVE FROM EXAMPLE" disabled=no |
|||
add action=accept chain=input comment="LAN traffic can go anywhere" disabled=no in-interface=ether2 |
add action=accept chain=input comment="LAN traffic can go anywhere" disabled=no in-interface=ether2 |
||
add action=accept chain=input comment="Established traffic" connection-state=established disabled=no |
add action=accept chain=input comment="Established traffic" connection-state=established disabled=no |
||