может уже затертая тема, но не могу настроить циску800 для работы с инетом по диалапу, подскажите плиз, адрес выделяется динамически,
Current configuration : 935 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname stat
!
enable password cisco
!
ip subnet-zero
!
chat-script RC ABORT ERROR ABORT BUSY "" "AT" OK "ATDP \T" TIMEOUT 45 CONNECT \c
!
!
!
interface Ethernet0
ip address 192.168.0.3 255.255.255.0
ip access-group 1 in
ip nat inside
!
interface Serial0
physical-layer async
no ip address
encapsulation ppp
dialer in-band
dialer map ip 195.161.144.2 name stat4 atdp95295
dialer-group 1
async mode dedicated
peer default ip address dhcp
no keepalive
ppp authentication pap
!
ip classless
ip route 0.0.0.0 0.0.0.0 195.161.144.2
ip http server
!
access-list 1 permit 192.168.0.1
!
line con 0
stopbits 1
line 1
script dialer RC
modem InOut
modem autoconfigure type usr_sportster
no exec
stopbits 1
speed 115200
flowcontrol hardware
line vty 0 4
password cisco
login
!
!
end