ciao a tutti ho un router c837 volgio connettermi da casa (vpn client) alla rete aziendale .
una volta ci riuscivo ora non più...
Vi posto la conf... mi sono arruginito ... perchè non và? e non mi collego neanchè più al router dall'esterno...
sh conf
Using 1815 out of 131072 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ricky
!
logging queue-limit 100
enable secret 5 $1$TXY4$kAku97LwZ7O.fgPWdwlo50
!
username pippo password pluto
ip subnet-zero
no ip source-route
ip domain name 191.it
ip name-server 151.99.229.225
!
ip dhcp pool CLIENT
import all
!
!
ip audit notify log
ip audit po max-events 100
vpdn enable
!
vpdn-group 1
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
!
no ftp-server write-enable
!
!
!
!
!
!
!
!
crypto ipsec client ezvpn crws-client
connect auto
group gruppo key 0 pluto
mode network-extension
peer gruppo
peer 87.30.xx.184
!
!
!
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
ip nat inside
no keepalive
crypto ipsec client ezvpn crws-client inside
hold-queue 100 out
!
interface Virtual-Template1
ip unnumbered ATM0.1
peer default ip address pool UserIP
no keepalive
ppp encrypt mppe auto
ppp authentication pap chap s-chap
!
interface ATM0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
!
interface ATM0.1 point-to-point
bandwidth 640
ip address 87.30.xx.184 255.255.255.0
ip nat outside
pvc 8/35
ubr 128
oam-pvc manage
oam retry 5 5 1
encapsulation aal5snap
!
crypto ipsec client ezvpn crws-client
!
ip local pool UserIP 192.168.1.1 192.168.1.254
ip nat inside source list 50 interface ATM0.1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
no ip http server
no ip http secure-server
!
access-list 50 permit 10.0.0.0 0.0.0.255
!
line con 0
exec-timeout 240 0
password pluto
login
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
exec-timeout 240 0
password pluto
login
length 0
!
scheduler max-task-time 5000
!
end