shadow_alone Что-то не звонит Dialer.
sh ip int br - dialer по нулям, не получает он ничего
yourname#sh ip int br
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0/0 10.1.100.1 YES NVRAM up up
FastEthernet0/1 unassigned YES NVRAM up up
NVI0 unassigned YES unset up up
Dialer1 unassigned YES NVRAM up up
Tunnel0 172.16.100.2 YES NVRAM up up
На всякий случай sh run:
yourname#sh run
Building configuration...
Current configuration : 2389 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
ip domain name yourdomain.com
vpdn enable
vpdn ip udp ignore checksum
!
vpdn-group 1
request-dialin
protocol pppoe
!
!
username cisco privilege 15 secret 5 $1$XhLO$f8KCnHSwyIum.dSTbuwVd1
!
!
!
interface Tunnel0
ip address 172.16.100.2 255.255.255.252
tunnel source 212.x.x.x
tunnel destination 213.y.y.y
!
interface FastEthernet0/0
description Primary Internal Eth
ip address 10.1.100.1 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
pppoe enable
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
no ip mroute-cache
dialer-group 1
ppp authentication pap
ppp pap sent-username 111 password 0 222
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
no ip http server
ip http access-class 23
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 23 permit 10.10.10.0 0.0.0.7
!
control-plane
!
ЧТо еще можно попробовать? Может модем роутером поставить? Если не сложно,
можно скриптик написать?
Или все дело в типе аутентификации? Может chap попробовать?
Что тогда в dialer-group 1 поменять надо?