Hi all,
so i’ve recently passed my MTCNA and i’m really enjoying working with mikrotik hardware.
So i’d like to know a bit more about what i need to do with the firewall to stay safe.
Here is my current config:
/ip firewall filter
add action=drop chain=input comment="Drop DNS on WAN" dst-port=53 \
in-interface=pppoe-out1 protocol=udp
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
any pointers would be great
I’m planning on doing the rest of the courses at a later date ![]()
Many thanks
Gareth