My configuration looks like:
interface GigabitEthernet0/0
description External
ip address x.223.40.119 255.255.255.0
ip nat enable
duplex auto
speed auto
!
interface GigabitEthernet0/1
description Internal
ip address x.100.1.253 255.255.255.0
ip nat enable
duplex auto
speed auto
!
ip nat source static x.100.1.202 x.223.40.154
ip nat source static x.100.1.204 x.223.40.155
The x.100.1.202 can't ping & rdp to x.223.40.155. How should I do?