I’m having trouble with one single port being blocked. The setup is as follows:
Internet Router with 5 static IPs
|
MikrTik Firewall
|
Server running Apache SSL
When I have the second rule below enabled, SSL from outside to the server works fine but I cannot access any external site on 443 from the server itself. All the other ports appear to be open. Disabling the rule allows 443 outbound to be accessed with no issues.
Under IP/Firewall/NAT:
Action Chain Protocol Dst port OutInt
masq srcnat ether1-gateway
dst-nat dstnat 6 (tcp) 443
Thanks for any hints!