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

Equiv. IOS cmd to static (inside,outside) publicip privip in PIX

agcastle2000
Level 1
Level 1

Hi,

What's the equivalent command in IOS for the PIX command 'static (inside,outside) PublicIP PrivIP netmask 255.255.255.255?

This is the first time I'm doing this on router. I have tried the command:

ip nat outside source static tcp PublicIP 25 PrivateIP 25 but it doesn't seem to work. I also need it to work for Domino at port 1352.

Thanks in advance.

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Hi

It is the other way round on a router (and more logical if you ask me !) so you put the private IP first then the public ip. Try this

ip nat inside source static tcp privateIP 25 publicIP 25 extendable

HTH

Jon

Review Cisco Networking for a $25 gift card