da das immer wieder gesucht wird, noch eine cisco-config fĂĽr einen adsl-anschluss (aon oder reseller). allerdings kein 877, sondern ein soho 77.
- Code: Alles auswählen
!
version 12.3
no service pad
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname deu48.5
!
boot-start-marker
boot-end-marker
!
logging buffered 12000 debugging
no logging console
enable secret [einsetzen]
!
clock timezone GMT+1 1
clock summer-time GMT+1 recurring last Sun Mar 2:00 last Sun Oct 3:00
ip subnet-zero
no ip source-route
ip name-server 195.58.160.194
ip dhcp excluded-address 192.168.1.200 192.168.1.255
ip dhcp excluded-address 192.168.3.1
!
ip dhcp pool Nestle
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
dns-server 195.3.97.67 192.92.138.35
lease 3
!
username [einsetzen] password [einsetzen]
!
!
!
interface Ethernet0
ip address 192.168.3.1 255.255.255.0
ip nat inside
no cdp enable
hold-queue 100 out
!
interface ATM0
description *** WAN Interface ***
no ip address
load-interval 30
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.848 point-to-point
description *** Interface for Data-Upstream ***
pvc 8/48
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
description *** Dialer Interface for Upstream ***
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname [10-stelliger aon Benutzername]
ppp chap password [8-stelliges aon Kennwort]
ppp ipcp mask request
ppp ipcp address accept
!
ip nat translation tcp-timeout 28800
ip nat inside source list 5 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
access-list 5 permit 192.168.3.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
!
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
(c) groesstenteils by mas.
btw: ich suche noch immer die 100% unterschiede zwischen der vom wicked und der vom OnlyX - das atm-if heisst bei wicked 0.848 und beim OnlyX 0.1. aber sonst?