I take two interface : ETH_WAN : my Internet Provider delivering me /27 (30 publics IP) ETH_VLANx: Special VlanX created on the Switch to put all my server / Public IP filtered
I did a “BRIDGE” with ETH_WAN and ETH_VLANx
I setup IP/Firewall with “FORWARDING” (drop or accept Traffic) from this BRIDGE.
One a our server does not accept the DSTNAT Translation because of too strange streaming IIS server…and It’s helpful for some configurations.
My questions are:
are they any better option to assign Public IP with Mikrotik Firewall rules? like Bridge/Filters?
It’s not exactly clear what you want and what doesn’t work. The point of bridging config is to give public addresses directly to internal devices. But you complain about some dstnat, where did that come from?
If you mean that you had NAT before and changed it to bridging to get rid of it, then it makes sense.
What to say about it, it works. Bridge firewall is a little more low-level. It could be used for some purposes, but it won’t give you things like connection states and other extras.
Another approach could be using proxy-ARP, but I can’t say in what sense it would be clearly better.