Page 1 of 1

allow POP and SMTP

Posted: Thu Dec 21, 2006 4:39 pm
by CREATIVELINK
Dir ,
i need to allow pop and smtp access to all my private network and this is my NAT rules


ip firewall nat> pri
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; SMTP
chain=srcnat src-address=192.168.1.0/24 protocol=tcp src-port=25
action=src-nat to-addresses=194.126.5.134 to-ports=25

1 ;;; POP
chain=srcnat src-address=192.168.1.0/24 protocol=tcp src-port=110
action=src-nat to-addresses=216.147.30.107 to-ports=110


but not working any help please

Allow smtp & POP

Posted: Mon Feb 05, 2007 10:39 am
by ferry
Your information is not clear.I don't understand what u sayin. But the point is : if u want to "allow", nothing rule is needed.

If you want to be helped, please give the clearly information

Thx :lol:

Posted: Mon Feb 05, 2007 11:00 am
by mneumark
NAT isn't what you are looking for, by what i'm getting from you. If you want your network to be able to access your private machines your going to be needing routes.

pop3 and smtp

Posted: Sat Feb 10, 2007 7:35 pm
by pinotage
Change your rules to dest nat and dest ports

Posted: Sun Feb 11, 2007 9:40 am
by mneumark
CREATIVELINK,

http://wiki.mikrotik.com/wiki/Redirect_ ... ied_server

Explains how to setup a port forward for a SMTP server. The problem is NAT is normally setup for one ip address.