We have a Mikrotik with 2 servers connected to each interface, 2 lans and the WAN one.
we are bridging everything in the router so everybody can see everybody
but we have a problem
When some request an http page from one of the servers, the source ip address changes to the address of the Bridge, the address of the Mikrotik Router, so when the server receives the request is from the address of the bridge not the original source address
Is the a way to fix that?
This is not common function of plainly configured bridge. Do you use proxy arp or any rules on the bridge?
According to your description it looks like bridge is natting. But you are maybe using hairpin nat and accessing the servers from inside network via wan address, don’t you?
we dont use any rules, proxy or nothing in the bridge.
We have a public site, when they access from outside, we dont get their address, we only get the one from the bridge!, so we dont know who is accessing.
Thanks
Looking like a hairpin nat but I might be wrong…