ciao a tutti,
prendete visione della seguente configurazione:
Building configuration...
Current configuration : 3302 bytes
!
version 12.4
service nagle
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname C1841_Wind
!
boot-start-marker
boot-end-marker
!
logging buffered 4096
enable secret 5 password
!
no aaa new-model
clock timezone CET 1
clock summer-time CET recurring last Sun Mar 2:00 last Sun Oct 3:00
no ip source-route
ip cef
ip tcp selective-ack
ip tcp window-size 2144
ip tcp synwait-time 10
no ip bootp server
no ip domain lookup
ip ssh maxstartups 3
ip ssh time-out 60
ip ssh logging events
ip ssh version 2
ip scp server enable
!
multilink bundle-name authenticated
vpdn enable
vpdn-group C1841-VPN
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
l2tp tunnel password 7
!
!
!
!
!
username administrator privilege 15 password 7 pippo
username testing password 7 pluto
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.0.0.6 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
description Link to Huawei (Wind)
ip address 151.xx.xx.162 255.255.255.248
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface Virtual-Template1
ip unnumbered FastEthernet0/1
peer default ip address pool VPN
no keepalive
ppp encrypt mppe auto
ppp authentication pap chap ms-chap ms-chap-v2
!
ip local pool VPN 10.0.0.50 10.0.0.99
ip default-gateway 151.xx.xx.161
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
ip route 192.168.15.0 255.255.255.0 10.0.0.1
ip route 192.168.30.0 255.255.255.0 10.0.0.1
!
!
no ip http server
no ip http secure-server
!
logging trap notifications
logging 10.0.0.100
access-list 60 permit 192.168.30.17
access-list 101 permit tcp any any eq 1723
snmp-server community dominio.com RW 60
snmp-server host 192.168.30.17 dominio.com
banner login ^C
miobanner
^C
!
line con 0
login local
line aux 0
login local
line vty 0 4
privilege level 15
login local
transport input ssh
line vty 5 15
privilege level 15
login local
transport input none
!
scheduler max-task-time 5000
scheduler allocate 20000 1000
ntp clock-period 17175011
ntp server 193.204.114.232 prefer
ntp server 193.204.114.233
end
ora nella f0/1 parte un cavo che va a finire in un router wind che è correttamente connesso alla rete da cui dovrei passare per accedere anche io a internet.
non pingo verso l'esterno.
il default-gateway dall'esterno è raggiungibile, mentre l'interfaccia f0/1 a cui ho dato ip pubblico del range no.
ho sentito il provider la quale mi indica che non vi è alcuna problematica sul pool
cosa sbaglio? grazie per l'aiuto.