Hi all - I ve installed an RB750 router between the Internet and the mailserver and I wish to set it up for e-mail access and webmail ie: allow access to these ports:
http 80 for mail server
smtp 25 for spam filter
pop 3 for mail server
dns 53 for 0.0.0.0
1.) Input is for traffic that is destined to the router, forward is for traffic that is going to go over the router. Move the accept rules to forward. You also have no default drop rule on forward, so you don’t even really need the accept rules in that case unless you add one in.
2.) Where are you trying to access the server from? Behind your router? If that’s the case, NATing back to the same subnet you are on doesn’t work too well, it is easier and cleaner to place the server(s) on a different subnet and have them in a kind of a DMZ. If you have you have to keep them on the same subnet, use hairpin nat. http://wiki.mikrotik.com/wiki/Hairpin_NAT
I need more information if you expect me to be able to do that then. If you read the Wiki pages they give very clear explanations of what each part does and also give clear examples of how they are used. Yes you may need to adjust them to fit your needs, but that’s how you learn.
If you answer point number 2, I can be of more help. If you don’t understand what I’m asking or what I’m saying, I would have to suggest that you read a book on basic networking because those are some very basic things.
2.) Where are you trying to access the server from? Behind your router? If that’s the case, NATing back to the same subnet you are on doesn’t work too well, it is easier and cleaner to place the server(s) on a different subnet and have them in a kind of a DMZ. If you have you have to keep them on the same subnet, use hairpin nat. http://wiki.mikrotik.com/wiki/Hairpin_NAT