Answer the question
In order to leave comments, you need to log in
Firewall setup on home MikroTik?
I was puzzled by the security of my home router. Alas, I may not know some subtleties, so I ask for help and advice regarding the settings. Export from firewall:
/ip firewall filter
add action=fasttrack-connection chain=forward connection-state=\
established,related
add chain=forward connection-state=established,related
add chain=input connection-state=established,related in-interface=\
ether1-gateway
add action=reject chain=input connection-state=new in-interface=ether1-gateway
add action=drop chain=input connection-state=invalid in-interface=\
ether1-gateway
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-gateway
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh address=192.168.0.0/26,192.168.56.0/24
set api disabled=yes
set winbox address=192.168.0.0/26,192.168.56.0/24
set api-ssl disabled=yes
Answer the question
In order to leave comments, you need to log in
as usual, tin in the answers, and now in essence, namely, according to your config
add action=fasttrack-connection chain=forward connection-state=established,related
add chain=forward connection-state=established,related
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question