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

Port forwarding confusion?

j_friedrich
Level 1
Level 1

Hi guys,

     Maybe someone can shed some insight on this....

ip nat inside source static tcp 192.168.167.5 10001 interface GigabitEthernet0/1 10001

This works, but, not what I want as it's sending this port to ONE ip.  It shows up in the 'show ip nat trans' command.

I have configured this instead to forward this port to one ip and possibly more in the future...

ip nat pool PORTFWD2 192.168.167.5 192.168.167.5 netmask 255.255.255.252 type rotary

ip nat inside destination list 103 pool PORTFWD2

access-list 103 permit tcp any host 192.168.167.5 eq 10000

Sooooooo, nothing is showing up in the 'matches' for this acl.  Also, nothing is going thru for forwarding.

Ideas?

Thanks for eveyone's time!

Jason

1 Reply 1

j_friedrich
Level 1
Level 1

Hi,

Example should be:

access-list 103 permit tcp any host 192.168.167.5 eq 10001

Thanks.

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