i just got my new mikrotik model hEX
i tried to configure it to filter traffic that comes from TAP
its connected to TAP and to a device that listen in promiscuous mode
i want it to filter a list of ip’s and forward it to the port of the promiscuous device
can you help me figure out how to achieve this ?
First you need to make more clear what you want.
Please understand that the rest of the world does not know your project and your objectives, and cannot
give suitable advise when you ask questions in this format.
Ok you can take the two ports out of the switch (remove master-port on all ethernet interfaces),
create a bridge and put the two ports in it, enable IP firewall on the bridge (option in the bridge menu)
and then create appropriate DROP rules in the firewall forward table.
on port 3 (hub side) i connected a pc with tcprplay with a pcap file from the original network
on port 4 (probe side) i connected a pc with wireshark
the bridge works in the following way:
it learns what MAC address are connected to each port\side of the bridge and then decides if the destination is on same port or if to forward to the other port\side
now im playing pcap from port 3 and the router think all MAC address are belong to the side of port 3 and not forwarding it to port 4.
is there a why to make the router forward all packets to the other side ?
is there a why to configure MAC address on port 4 ?