Hi all,
i have a problem about the VPN pptp client cannot ping to internal network, the router that i use is Cisco 2911
the ip pool client are : 10.0.0.11 10.0.0.254
the ip pptp server : 10.0.0.1
the client can connect to the vpn pptp and browsing to internet, but cannot ping to the internal network.
below are my config :
aaa new-model
aaa authentication ppp default local
aaa authorization network default local
aaa attribute list GroupClient
attribute type addr-pool "PPTP_USER_POOL" service ppp protocol ip
vpdn-group GH
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 2
username client privilege 0 password 0 xxxxxxxx
username client aaa attribute list GroupClient
interface Loopback1
ip address 10.0.0.1 255.255.255.0
interface FastEthernet0/0/1
description ***Fibernet internet connection**
ip address 45.112.xx.xx 255.255.255.248
ip access-group FIREWALL_RULES in
ip nat outside
ip inspect FW_INSPECT out
ip virtual-reassembly in
ip tcp adjust-mss 1452
duplex auto
speed auto
no cdp enable
interface Virtual-Template2
ip unnumbered Loopback1
ip nat inside
ip virtual-reassembly in
no peer default ip address
no keepalive
ppp encrypt mppe 128
ppp authentication ms-chap ms-chap-v2
ppp ipcp dns 192.168.1.5 192.168.1.6
ip local pool PPTP_USER_POOL 10.0.0.11 10.0.0.254
if i traceroute from client :
1 307 ms 367ms 447ms 10.0.0.1
2. * * * RTO
any wrong with my configuration??
Please help!!