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

How to nat single private ip with two public ip's in cisco router

CSCO11632143
Level 1
Level 1

 

I have an Applicaton server in our infra with privet IP 10.108.12.5.

I need to NAT my app server privet IP (10.108.12.5) with two public IP's in my edge cisco router.

Because App server shold be reachable from open internet via two public IP,s

 

Kindly suggest which NAT method will work on this sinario..

 

Thanks in advance...

1 Reply 1

Hello

 

ip nat inside source static 10.108.12.5 (public ip 1) extendable
ip nat inside source static 10.108.12.5 (public ip 2) extendable

res

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul