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

Access to only one protocol at a time?

marketstarit
Level 1
Level 1

I have only 1 outside address, and I PAT to several inside addresses. But only one protocol works inside. I can connect to port 80 but not 25.

ip nat inside source static tcp X.X.X.C 25 interface FastEthernet4 25

ip nat inside source static tcp X.X.X.A 80 interface FastEthernet4 80

##I have omitted lines to save space.###

access-list 101 permit tcp any any eq smtp

access-list 101 permit tcp any any eq 80

Can someone point me in the right direction?

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Hi

Try adding the keyword "extendable" to the end of both of your nat statements eg.

ip nat inside source static tcp X.X.X.C 25 interface FastEthernet4 25 extendable

HTH

Jon

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card