05-11-2004 07:07 AM - edited 02-20-2020 11:23 PM
ip address outside 24.25.43.2 255.255.255.252
With the above config can I setup statics to use the outside address? Or do I need more than 1 ip address? Sample below;
static (inside,outside) tcp 24.25.43.2 smtp 192.168.1.20 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp 24.25.43.2 3389 192.168.1.20 3389 netmask 255.255.255.255 0 0
05-11-2004 07:24 AM
Yes your example configuration will work , dont forget to modify the access-lists if you have them configured.
05-11-2004 07:31 AM
Jay,
Yes, your config will work but make sure to set up apporiate access-list for your inside interface to allow SMTP and RDC. Also on a side note, you could have also used key word 'interface' on your statics, instead of the outside IP address.
PS. Don't forget to issue clear xlate after changing ACLs or statics !!
Regards, Jay
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