Answer the question
In order to leave comments, you need to log in
How to block traffic from the internal network?
Hello.
There is a Mikrotik RB951G-2HnD running RouterOS v6. For many months everything has been working properly and without failures.
And then suddenly a letter from the provider arrives with the following content: "The equipment you have installed passes your local traffic to the public network. You need to block extraneous traffic from your internal network." Attached in the letter is tcpdump, which shows that addresses from the 192.168.1.0/24 subnet are breaking from different ports to external addresses on ports 80 and 443 (web traffic).
Bridge-local is implemented on Mikrotik, here is part of the firewall rules:
chain=input action=accept connection-state=established,related log=no log-prefix=""
chain=input action=drop in-interface=IPS log-prefix=""
chain=forward action=accept connection-state=established,related log=no log-prefix=""
chain=forward action=accept in-interface=bridge-local out-interface=IPS log-prefix=""
chain=forward action=accept in-interface=IPS out-interface=bridge-local log-prefix=""
chain=output action=drop dst-address=192.168.1.0/24 out-interface=IPS log=no log-prefix=""
Answer the question
In order to leave comments, you need to log in
Check nat (masquerading)
Check that the wan port is not in the bridge with lan ports
Check that there is no combination of providers and Lan ports in the bridge. In ip firewall nat, check that there is a masquerading rule.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question