Please esxcuse my english as it is not my home language
I have mailserver in my network behind a mikrotik router and firewall the problem that I'm having is that my mailserver is on a public ip address and that im not able to connect to it internaly. I have no problem connecting from outside the network. The only way I'm able to connect at this point is to assign the public ip to the mikrotik router and setup these two NAT rules
IP Address I have used are only examples - Internal Network = 172.162.30.0/12 - Public IP mailserver = 42.20.16.18 - Private IP mailserver = 172.162.30.65
**Internal clients Note:** Source address is my whole network this has a massive affect on my internet speed because
I think all traffic is being routed to mail server
chain=srcnat action=src-nat to-addresses=42.20.16.18
src-address=172.162.30.0/24 log=no log-prefix=""
For clients connecting from outside the network chain=dstnat action=dst-nat to-addresses=172.162.30.65 dst-address=42.20.16.18 log=no log-prefix=""
I tried almost every solution out there this is my last resort my main goal is that I physically can assign my public ip to the machine and connect internally without using the private ip.