im trying to get PC access to outside network without any natting to outside network in router in stick config, problem is im unable to ping from outside network 10.130.1.0 to inside netwrok 10.1.10.101, plz assist
interface GigabitEthernet0/0/0
ip address 10.130.1.254 255.255.255.0
ip nat outside
negotiation auto
!
interface GigabitEthernet0/0/1.20
encapsulation dot1Q 20
ip address 10.1.11.254 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface GigabitEthernet0/0/1.110
encapsulation dot1Q 110
ip address 10.1.10.254 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip default-gateway 10.130.1.1
ip nat translation tcp-timeout 600
ip nat translation udp-timeout 600
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 10.130.1.1