I have just go a new 2911, it has 3 GB interfaces. the first gi0/0, is configured for WAN access and gi0/1 is configured as a LAN. Now when I try to access the internet from the LAN interface it just fails, I can ping the internet from the WAN interface but not from the LAN interface. Can someone have a look at my config and let me know "What am I doing wrong?"
interface GigabitEthernet0/0
description $ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$$ETH-WAN$$FW_OUTSIDE$
ip address 194.73.xxx.xxx 255.255.255.192
no ip redirects
no ip unreachables
no ip proxy-arp
ip verify unicast reverse-path
ip flow ingress
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
no mop enabled
!
!
interface GigabitEthernet0/1
description $ES_LAN$$ETH-LAN$$FW_INSIDE$
ip address 172.19.20.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
no mop enabled
!
!
ip route 0.0.0.0 0.0.0.0 194.73.xxx.xxx