Нужен Dial IN в локальню сеть.
конфиг генерил ConfigMaker-ом
но не могу зайти модемом в сеть-отрубает на проверке пароля.
всё остальное пашет
пинги идут
телнет ок
модем s0=1 естественно тоже стоит
что не так?
ios 11.1
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname Cisco2501
!
enable password dima
username test password test
!
no ip name-server
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface Dialer 1
description connected to Dial-inPCs(modem)
ip unnumbered Ethernet 0
ip tcp header-compression passive
encapsulation ppp
dialer in-band
dialer-group 1
ppp authentication chap
no cdp enable
peer default ip address pool Cisco2501-Group-1
!
interface Ethernet 0
no shutdown
description connected to EthernetLAN
ip address 192.168.101.250 255.255.255.0
no keepalive
!
interface Serial 0
no description
no ip address
shutdown
!
interface Serial 1
no description
no ip address
shutdown
!
interface Async 1
no shutdown
description connected to Dial-inPCs(modem)
ip unnumbered Ethernet 0
async mode dedicated
dialer rotary-group 1
!
router rip
version 2
network 192.168.101.0
no auto-summary
!
!
ip local pool Cisco2501-Group-1 192.168.101.251 192.168.101.251
ip classless
no ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password dima
login
!
line vty 0 4
password dima
login
!
line aux 0
exec
autoselect ppp
autoselect during-login
login
modem InOut
transport input all
stopbits 1
speed 38400
flowcontrol hardware
!
end
грузится с сообщением
%Autoselect w/o the interface command 'Async mode interactive' is useless
Cisco2501#
вот дебаг - когда я звоню на неё
04:02:06: %LINK-3-UPDOWN: Interface Async1, changed state to up
04:02:36: ppp: sending CONFREQ, type = 2 (CI_ASYNCMAP), value = A0000
04:02:36: ppp: sending CONFREQ, type = 3 (CI_AUTHTYPE), value = C223/5
04:02:36: ppp: sending CONFREQ, type = 5 (CI_MAGICNUMBER), value = EAAC13
04:02:38: ppp: sending CONFREQ, type = 2 (CI_ASYNCMAP), value = A0000
04:02:38: ppp: sending CONFREQ, type = 3 (CI_AUTHTYPE), value = C223/5
04:02:38: ppp: sending CONFREQ, type = 5 (CI_MAGICNUMBER), value = EAAC13
04:02:40: ppp: sending CONFREQ, type = 2 (CI_ASYNCMAP), value = A0000
04:02:40: ppp: sending CONFREQ, type = 3 (CI_AUTHTYPE), value = C223/5
04:02:40: ppp: sending CONFREQ, type = 5 (CI_MAGICNUMBER), value = EAAC13
04:02:42: ppp: sending CONFREQ, type = 2 (CI_ASYNCMAP), value = A0000
04:02:42: ppp: sending CONFREQ, type = 3 (CI_AUTHTYPE), value = C223/5
04:02:42: ppp: sending CONFREQ, type = 5 (CI_MAGICNUMBER), value = EAAC13
04:02:44: %LINK-5-CHANGED: Interface Async1, changed state to reset
04:02:49: %LINK-3-UPDOWN: Interface Async1, changed state to down