On the host 192.168.88.55 I have a website hanging (listening to port 80). Now I want to block access to this host on port 80 .
Created a rule
ip firewall filter> add chain=forward dst-address=192.168.88.55 protocol=tcp dst-port=80 action=drop but it did not work - the site still opens when you enter (any machine on the network) 195.168.88.55:80 in the browser.
What's wrong?
сетевых сканеровlikeKIS? In fact, I need to block this port only from some network machines. - Adam