cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
311
Views
0
Helpful
2
Replies

PIX with single outside ip? Port Redirection

jason.aarons
Level 1
Level 1

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

2 Replies 2

Yes your example configuration will work , dont forget to modify the access-lists if you have them configured.

jmia
Level 7
Level 7

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

Review Cisco Networking for a $25 gift card