Answer the question
In order to leave comments, you need to log in
How to add a site to an exception on Mikrotik?
For the Mikrotik office, I block all connections on ports 80 and 443, and pass all traffic through a proxy server. That is, any site is only accessible through a proxy.
But an exception had to be made. One site needs to be made directly accessible. Not through a proxy.
Blocking rules for ports 80 and 443 are standard:
add action=reject chain=forward dst-address=0.0.0.0/0 dst-port=80 \
in-interface=ether1 protocol=tcp reject-with=\
icmp-network-unreachable src-address-list=no_http
add action=reject chain=forward dst-address=0.0.0.0/0 dst-port=443 \
in-interface=ether1 protocol=tcp reject-with=\
icmp-protocol-unreachable src-address-list=no_http
Answer the question
In order to leave comments, you need to log in
Mikrotik does not know how to use DNS names in the firewall.
Create an IP address list with exceptions
And correct the ruledst-address-list=!http
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question