Доброго дня!
Циско 805. Пытаюсь настроить её в качестве сервера доступа. Все вроде работает, но при дозвоне данные в сеть не идут, хотя интерфейс eth 0 (10,2,0,18) пингуется! Вч ем может быть трабла?
Cisco-Dialup#sh run
Building configuration...
Current configuration:
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco-Dialup
!
boot system flash c805-sy6-mw.121-3b.bin
aaa new-model
aaa authentication login default local-case
aaa authentication login pad none
aaa authentication enable default enable
aaa authentication ppp default local
aaa authorization exec default local
aaa authorization exec pad none
enable secret 5 $1$bGXP$Mubmh8Qqw4AV6hNdqOzpw.
!
username admin privilege 15 password 7 a242142343
username test privilege 0 password 7 021201481F
!
!
!
!
ip subnet-zero
!
no ip domain-lookup
!
!
!
interface Loopback0
ip address 10.2.244.22 255.255.255.252
!
interface Ethernet0
ip address 10.2.0.18 255.255.254.0
no cdp enable
!
interface Serial0
physical-layer async
ip unnumbered Loopback0
encapsulation ppp
async mode interactive
peer default ip address pool default
no cdp enable
ppp authentication chap
!
ip local pool default 10.2.244.21
ip http server
ip classless
!
logging trap debugging
logging facility local2
logging source-interface Ethernet0
access-list 1 permit any log
access-list 100 permit ip any any
dialer-list 1 protocol ip permit
no cdp run
line con 0
exec-timeout 0 0
logging synchronous
transport preferred none
transport input none
stopbits 1
line 1
autoselect during-login
autoselect ppp
modem InOut
modem autoconfigure discovery
transport input all
speed 115200
line vty 0 4
exec-timeout 0 0
logging synchronous
transport preferred none
!
end