I am configuring a Cisco 827 for DSL access. I am able to ping the internet from both the router and the PC connected to the router. Also the VPN connection is up as well. The problem I have is the internet doesn't come up on the PC??? I have changed the DNS on the PC as well to eliminate that. I have posted the configuration below:
version 12.3
no service pad
service tcp-keepalives-in
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname xxxxxxxx
!
enable secret xxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx
!
no aaa new-model
ip subnet-zero
no ip source-route
ip telnet source-interface Ethernet0
no ip domain lookup
!
!
ip audit notify log
ip audit po max-events 100
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
no ftp-server write-enable
!
!
!
!
crypto isakmp policy 10
hash md5
authentication pre-share
crypto isakmp key 0 xxx.xxx.xxx.xxx address xxx.xxx.xxx.xxx
!
!
crypto ipsec transform-set strong esp-des esp-md5-hmac
!
crypto map headquarters 10 ipsec-isakmp
set peer xxx.xxx.xxx.xxx
set transform-set strong
match address 110
!
!
!
!
interface Ethernet0
ip address 192.168.32.1 255.255.255.0
ip mtu 1492
ip nat inside
no ip route-cache
no ip mroute-cache
no cdp enable
hold-queue 100 out
!
interface ATM0
no ip address
ip nat outside
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
!
interface ATM0.1 point-to-point
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet1
no ip address
duplex auto
speed auto
!
interface FastEthernet2
no ip address
duplex auto
speed auto
!
interface FastEthernet3
no ip address
duplex auto
speed auto
!
interface FastEthernet4
no ip address
duplex auto
speed auto
!
interface Dialer1
ip address 67.36.158.181 255.255.255.248
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username xxxxxxxxx password xxxxxxxxx
crypto map headquarters
!
ip nat inside source route-map nonat interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
no ip http server
no ip http secure-server
!
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 101 permit ip 192.168.32.0 0.0.0.255 any
access-list 110 permit ip 192.168.32.0 0.0.0.255 192.168.1.0 0.0.0.255
access-list 120 deny ip 192.168.32.0 0.0.0.255 192.168.1.0 0.0.0.255
access-list 120 permit ip 192.168.32.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
route-map nonat permit 10
match ip address 120
!
banner login ^CCC
##########################
##########
##########
##########
###
# #
# xxxxxxxxxxxxxxxxxxxxxxxxxx
#
# #
# !!!! WARNING !!!! #
# #
# This system is for use only by authorized employees #
# and their authorized agents only. Use of this system #
# implies consent to monitor and audit. Violation (s) #
# may be prosecuted. #
# #
##########################
##########
##########
##########
###^C
!
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
!
scheduler max-task-time 5000
!
end