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

No nat pool parameter

TonyZou17201
Level 1
Level 1

Hi all,

 

I've been trying to configure inside destination NAT rules on IOS 16 but however, the command ip nat inside destination list 100 pool xxx is reported as ambiguous and it seems that the router is not accepting the pool parameter.

 

Or is there a better way to expose the ports of the server to the Internet with one IP while the server Internet connection uses another IP?

 

 

3 Replies 3

marce1000
Hall of Fame
Hall of Fame

 

 - What is your particular device/model  ? NAT pools are not available on switches currently as far as I am aware still to this date,

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Hello

What router is this running on?

May I also asked what is it your wanting to accomplish with DNAT


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

Running on CSR1000V with IOS XR version 16, I would like to map one global IP(let's say IP A) to one server so that services like HTTP, SSH will be exposed to the Internet. However, I don't want to let this server connect to the internet with this global IP(IP A), which means that if I run a curl in the server, the curl should use another global IP(IP B, in this case).