n3tuk / scripts-mikrotik

A set of scripts and Taskfile to build and manage RouterOS configuration scripts for mulitple routers and switches, including support for configuration storage in Vault.
MIT License
12 stars 1 forks source link

Implemement IPv4/IPv6 Forwarding Rules Generation #2

Closed jonathanio closed 1 year ago

jonathanio commented 1 year ago

As a Network Engineer I want to control what traffic enters and leaves VLANs on a network So that I can limit access to systems as services, as needed.

Description

Currently, the FORWARD chains are only ACCEPT for all traffic, which needs to be properly managed. We need a way to generate the address lists and/or rules in the FORWARD chains so they can be deployed and secure the network.

Notes

This will likely be a set of per-VLAN rules, although we probably want a way to group them, especially for some of my networks, which are grouped and will behave the same.

Acceptance Criteria

jonathanio commented 1 year ago

The scripts now support the following: