Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi there,
I am PATing a public IP, lets say 1.1.1.1 port 80 to port 4000 on server1
then I am PATing 1.1.1.1 port 25 to 25 on server 2.
The emails for some reason are not going out on server 2 using that port, even though it is configured for port 25...
Hi Jose,
I have figured out the solution.
What I needed was a global PAT for the 1.1.1.1 IP. so that it can access the internet through all ports.
so:
nat (inside) 2 server2 255.255.255.255global (outside) 2 1.1.1.1
thanks