cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
729
Views
0
Helpful
3
Replies

Dynamic PAT

jaydien1358
Level 3
Level 3

I need some help with configuring Dynamic PAT (I think).

Here is my setup:

-Cisco UC520 runing latest software pack.

-Configuration done using CCA

-Block of 5 Public IP addresses

-2 Internal webservers on port 80

-UC500 Internal IP 192.168.10.1

-UC500 External IP 70.91.24.41

-Both internal webserver have their gateway set as 192.168.10.1

I would like to have inbound traffic fowarded internally in this way:

External IP 70.91.24.42 port 80 -----> Internal 192.168.10.6 port 80 (Webserver1)

External IP 70.91.24.43 port 80 -----> Internal 192.168.10.16 port 80 (Webserver2)

I believe this is called Dynamic PAT..? Can this be done? Do I need to to use NAT pools or something? And can it be condfigured using CCA so that I conform to out-of-band configuration?

I'm just confused on how outside clients would be able to successfully NAT if they get directed to the UC500 using IP address 70.91.24.41 but then the NAT translation changes it to 70.91.24.42 and the traffic is sent back to the clients with that IP. Wouldn't that get rejected on the client's end?

Hope I'm making sense here. Thank!


-Brian

3 Replies 3

paolo bevilacqua
Hall of Fame
Hall of Fame

This static port nat, or PAt, or port-forward.

ip nat inside source static tcp

But in this scenario, traffic would enter the network using one particular external IP and then leave the network using a different external IP address since all internal hosts are using the same gateway.

Would I need to configure multiple routes for all of the external IP addresses in my block of external IP's?

No. You just need to configure as per above, and do not worry abount anything.