Hi everybody,
we have a Mikrotik router, several servers and offices behind it. Clients make requests to servers from the outside world and also from our offices on the same subnet. The router uses two interfaces (external with 5 IPs from our ISP, internal - 192.168.0.1). Our servers and computers in offices have IP addresses 192.168.0.xxx. There is a dst-nat for requests to our servers and src-nat for communication the other way. (Almost) Everything is working fine.
But we have one extremely annoying problem - all requests from the outside world (and from our offices when using domain names) have request IP address 192.168.0.1. That makes spam filtering half-working and Apache access log statistics completely useless. Is there are way to solve this while keeping the situation that our servers are set to internal IP addresses and Mikrotik handles the port and IP address rewriting (some kind of more “transparent” IP rewrite than dst-nat I guess)?
Thanks very much.