C
C
Crimaster2021-06-08 11:15:14
Mikrotik
Crimaster, 2021-06-08 11:15:14

How to disable port 80 on all ip except one on Mikrotik?

There is a network where Mikrotik acts as a gateway and dhcp The
question is how to block all http traffic from users except for one 2x, through Mikrotik

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hint000, 2021-06-08
@hint000

allow for 192.168.88.101 and 192.168.88.102, then deny for all

/ip firewall filter add action=accept chain=forward dst-port=80 protocol=tcp src-address=192.168.88.101
/ip firewall filter add action=accept chain=forward dst-port=80 protocol=tcp src-address=192.168.88.102
/ip firewall filter add action=drop   chain=forward dst-port=80 protocol=tcp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question