cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
742
Views
7
Helpful
24
Replies

About Router NAT Configuration Consultation

I have a C1111 router and I configured the following static NAT.

ip nat inside source static 192.168.2.190 172.25.139.241

ip nat inside source static 192.168.2.191 172.25.139.242

ip nat inside source static network 192.168.2.0 192.168.61.0 /24

I would like to know whether the third static NAT configuration will conflict with the previous two static NAT configurations?

What I want to achieve is that 192.168.2.100 and 192.168.2.101 are NATed to 172.25.139.241 and 172.25.139.242 respectively, and the other addresses of 192.168.2.0/24 are NATed to 192.168.61.0/24

24 Replies 24

Hello @haininghuang3185 
Nw I understand...so then you should be okay with the cfg you already have applied........however yet another option may be applicable would be to used nat " match-host"

ip nat pool POOL 192.168.61.1 192.168.61.254 prefix-length 24 type match-host
this will match inside local to inside global addressing


Please rate and mark as an accepted solution if you have found any of the