Добрый день. Эта проблема много где описывается, но перепробовал много всевозможных конфигураций и не смог прийти к положительному итогу. Надеюсь на помощь профессионалов ))
Итак имеем:
Cisco IOS Software, C181X Software (C181X-ADVIPSERVICESK9-M), Version 12.4(6)T7, RELEASE SOFTWARE (fc5)version 12.4
service internal
!
hostname GATE
!
no aaa new-model
!
resource policy
!
no ip gratuitous-arps
!
ip cef
!
ip multicast-routing
vpdn enable
!
vpdn-group 1
request-dialin
protocol pptp
rotary-group 0
initiate-to ip 172.22.254.254
interface FastEthernet0
ip address dhcp
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
!
interface FastEthernet1
ip address 192.168.10.10 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface FastEthernet9
!
interface Vlan1
no ip address
!
interface Async1
no ip address
encapsulation slip
!
interface Dialer0
ip address negotiated
ip pim dense-mode
ip virtual-reassembly
encapsulation ppp
ip route-cache flow
dialer in-band
dialer idle-timeout 0
dialer string 123
dialer vpdn
dialer-group 1
no cdp enable
ppp pfc local request
ppp pfc remote apply
ppp encrypt mppe auto
ppp chap hostname xxx
ppp chap password 0 yyy
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
ip http authentication local
ip http secure-server
!
logging trap debugging
logging 192.168.10.100
dialer-list 1 protocol ip permit
end
по sh ip int brief видим следующее
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0 172.20.19.65 YES DHCP up up
FastEthernet1 192.168.10.10 YES NVRAM up up
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
FastEthernet4 unassigned YES unset up down
FastEthernet5 unassigned YES unset up down
FastEthernet6 unassigned YES unset up down
FastEthernet7 unassigned YES unset up down
FastEthernet8 unassigned YES unset up down
FastEthernet9 unassigned YES unset up down
Vlan1 unassigned YES NVRAM up down
Async1 unassigned YES NVRAM down down
Dialer0 unassigned YES NVRAM up up
Virtual-Access1 unassigned YES unset down down
Т.е. dhcp от прова получил, но pptp не устанавливается.
В логах:
25.02.2012 9:50,Debug,192.168.10.10,Vi1 DDR: disconnecting call
25.02.2012 9:50,Debug,192.168.10.10,Vi1 DDR: wait for carrier timeout
25.02.2012 9:49,Debug,192.168.10.10,Vi1 DDR: Attempting to dial 123
25.02.2012 9:49,Debug,192.168.10.10,Vi1 DDR: Dialing cause ip (s=172.19.19.1, d=172.19.19.202)
25.02.2012 9:49,Debug,192.168.10.10,Vi1 DDR: place call
25.02.2012 9:49,Debug,192.168.10.10,Vi1 DDR: disconnecting call
25.02.2012 9:49,Debug,192.168.10.10,Vi1 DDR: wait for carrier timeout
25.02.2012 9:49,Debug,192.168.10.10,Vi1 DDR: Attempting to dial 123
25.02.2012 9:49,Debug,192.168.10.10,Vi1 DDR: Dialing cause ip (s=0.0.0.0, d=224.0.0.13)
25.02.2012 9:49,Debug,192.168.10.10,Vi1 DDR: place call
25.02.2012 9:48,Debug,192.168.10.10,Vi1 DDR: disconnecting call
25.02.2012 9:48,Debug,192.168.10.10,Vi1 DDR: wait for carrier timeout
25.02.2012 9:48,Debug,192.168.10.10,Vi1 DDR: Attempting to dial 123
25.02.2012 9:48,Debug,192.168.10.10,Vi1 DDR: Dialing cause ip (s=0.0.0.0, d=224.0.0.13)
25.02.2012 9:48,Debug,192.168.10.10,Vi1 DDR: place call
Как добиться поднятия pptp?