Hallo!
Hatte meinen Cisco827 für Inode ADSL konfiguriert, doch pllötzlich funktioniert meine Config nicht mehr!
Vorher hat es funktioniert, nur jetzt wird er syncron aber wählt sich nicht ein.
Hier meine Konfig:
version 12.1
no service pad
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret xxxx
!
clock timezone gmt+1 1
clock summer-time MET recurring last Sun Mar 2:00 last Sun Oct 3:00
ip subnet-zero
ip domain name xxxxxxx
ip name-server 195.58.160.194
ip name-server 195.58.161.122
!
username xxxxx password xxxxx
!
!
!
interface Ethernet0
ip address x.x.x.85 255.255.255.252
no ip proxy-arp
ip tcp adjust-mss 1452
no cdp enable
hold-queue 100 out
no shutdown
!
interface ATM0
no ip address
no ip mroute-cache
no atm ilmi-keepalive
pvc 8/48
encapsulation aal5mux ppp dialer
dialer pool-member 1
bundle-enable
dsl operating-mode auto
bridge-group 1
hold-queue 224 in
no shutdown
!
interface Dialer0
ip address negotiated
ip mtu 1492
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer remote-name redback
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxxxxx
ppp chap password xxxxxxx
ppp pap sent-username xxxxxxx password xxxxxxx
ppp ipcp dns request
ppp ipcp mask request
ppp ipcp address accept
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route x.x.x.0 255.255.255.0 ethernet0 x.x.x.86
ip http server
!
access-list 120 permit ip any any
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
login local
stopbits 1
line vty 0 4
exec-timeout 120 0
logging synchronous
login local
!
scheduler max-task-time 5000
sntp server 195.58.160.2
end