10-16-2014 04:38 PM - edited 03-11-2019 09:57 PM
Hi;
How can I configure the PAT on my 5512 to allow smtp traffic coming from the internet? I have one public ip only, but I need direct the smtp, http traffic to two different server internal.
Solved! Go to Solution.
10-17-2014 03:52 AM
Hi,
It should be simple like this:-
Server 1 :- Private Ip1
Server 1 :- Private Ip2
Public IP
object network obj-Server1
host Private Ip1
nat (inside,outside) static Public IP service tcp smtp smtp
object network obj-Server2
host Private Ip2
nat (inside,outside) static Public IP service tcp http http
Also , remember to allow these ports in the ACL on the outside incoming traffic ACL.
Something like this:-
access-list Out-IN permit tcp any host Private Ip1 eq smtp
Thanks and Regards,
Vibhor Amrodia
10-17-2014 03:52 AM
Hi,
It should be simple like this:-
Server 1 :- Private Ip1
Server 1 :- Private Ip2
Public IP
object network obj-Server1
host Private Ip1
nat (inside,outside) static Public IP service tcp smtp smtp
object network obj-Server2
host Private Ip2
nat (inside,outside) static Public IP service tcp http http
Also , remember to allow these ports in the ACL on the outside incoming traffic ACL.
Something like this:-
access-list Out-IN permit tcp any host Private Ip1 eq smtp
Thanks and Regards,
Vibhor Amrodia
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide