Народ уже и не знаю что дедать.Есть Циска 2600 серии в ней
модуль 2A/S подсоеденил к ней модем. Настроил вот как ниже,
делаю в XP простой удаленный доступ, модем подымает трубу
проверяет пароль и потом сбрасывается. ПОМОГИТЕ!!!!!!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname dial
!
!
aaa new-model
aaa authentication login default local enable
aaa authentication ppp default if-needed local
aaa authorization exec default local
enable secret 5 xxxxxxxxxxxxxx
!
username test password 7 xxxxxxxx
ip subnet-zero
!
!
no ip bootp server
ip audit notify log
ip audit po max-events 100
!
!
call rsvp-sync
!
!
interface Serial0/0
no ip address
shutdown
no cdp enable
!
interface FastEthernet0/1
ip address 192.168.60.10 255.255.255.0
duplex auto
speed auto
no cdp enable
!
interface Serial0/1
no ip address
shutdown
no cdp enable
!
interface Serial0/2
physical-layer async
no ip address
encapsulation ppp
async mode interactive
peer default ip address pool addr-pool
ppp authentication chap pap
!
!
interface Serial0/3
no ip address
shutdown
no cdp enable
!
ip local pool addr-pool 172.22.90.2 172.22.90.100
ip classless
no ip http server
!
no cdp run
!
!
dial-peer cor custom
!
line con 0
line 3
flush-at-activation
modem InOut
autoselect during-login
autoselect ppp
line aux 0
line vty 0 4
access-class 99 in
password 7 xxxxxxxxxxxxx
!
end