04-11-2014 05:51 PM - edited 03-11-2019 09:04 PM
This new NAT is running me bonkers.
I need to set up a public email server on the inside interface
I also need t allow Outlook Web Access inbound
I have tried a couple of configs to no avail - the packet tracer stops at my NAT statement.
object network OWA-PRI
host 10.172.1.5
nat (inside,outside) static interface service tcp https https
access-list outside_access_in extended permit tcp any object OWA-PRI eq https
object network Exhange-PUB
host 24.25.26.27
access-list outside_access_in extended permit tcp any object Exchange-PRI eq smtp
object network Exchange-PRI
host 10.172.1.7
nat (inside,outside) static Exchange-PUB service tcp smtp smtp
What am I doing wrong here?
Thanks,
Phil
04-11-2014 06:09 PM
This looks better - no?
object network Exhange-PUB
host 24.25.26.27
access-list outside_access_in extended permit tcp any object Exchange-PRI eq smtp
object network Exchange-PRI
host 10.172.1.7
nat (inside,outside) static Exchange-PUB
04-12-2014 10:59 AM
Try This
object network obj-10.172.1.5
host 10.172.1.5
nat (inside,outside) static 24.25.26.27
access-list outside_access_in extended permit tcp any host 10.172.1.5 eq smtp
access-list from_inside2outside extended permit ip host 10.172.1.5 any
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